diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e08bd8d..7473bbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,9 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 + - + name: npm install + run: npm install - name: hugo build run: hugo --minify --gc --config=config.yml @@ -22,3 +25,4 @@ jobs: with: environment: prd command: build + apiToken: ${{ secrets.CF_API_TOKEN }} diff --git a/.gitignore b/.gitignore index fe66a14..8cfdf41 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ resources/ dev.env **/.hugo_build.lock .dccache -.vscode/ \ No newline at end of file +.vscode/ +*.dev \ No newline at end of file diff --git a/Makefile b/Makefile index b675ba5..db3b284 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ dev-wrangler-build: npx rangler build --env dev --log-level=debug --local dev-wrangler: - npx wrangler dev --env dev --log-level=debug --local --ip 127.0.0.1 --port $(PORT) + npx wrangler dev --env dev --log-level=debug --experimental-local --ip 127.0.0.1 --port $(PORT) build-hugo: npm run build diff --git a/config.yml b/config.yml index 73a0317..39bdd27 100644 --- a/config.yml +++ b/config.yml @@ -13,8 +13,6 @@ languages: disableHugoGeneratorInject: true -#disableLiveReload: true - enableRobotsTXT: true permalinks: diff --git a/content/solution/licenses/_index.md b/content/solution/licenses/_index.md new file mode 100644 index 0000000..d2bc4ba --- /dev/null +++ b/content/solution/licenses/_index.md @@ -0,0 +1,6 @@ +--- +title: "CrowdStrike Licenses - IRON" +kind: "page" +layout: "licenses" +--- + diff --git a/layouts/index.html b/layouts/index.html index cdc10d8..dab4334 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -468,7 +468,7 @@