diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 18ac3ec..8c1d576 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -32,7 +32,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.122.0 + HUGO_VERSION: 0.123.0 steps: - name: Install Hugo CLI run: | diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 6680170..2ccbf41 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -1,8 +1,8 @@ ######################## custom scripts & styles #################### # Add custom assets relative to /static or via https -logo_on_white: "/images/logo/horizontal.svg" -logo_on_black: "/images/logo/horizontal.svg" +logo_on_white: "images/logo/horizontal.svg" +logo_on_black: "images/logo/horizontal.svg" custom_js: [] custom_css: [] diff --git a/package.json b/package.json index d492697..31bc61e 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "dot-org-hugo-theme", + "name": "crs-website", "version": "1.0.0", "description": "", "main": "none.js", "scripts": { - "build": "hugo --theme=dot-org-hugo-theme", + "build": "hugo --theme=dot-org-hugo-theme --configDir=config --gc --minify --cleanDestinationDir", "start": "hugo serve --logLevel info --configDir=config --buildDrafts --buildFuture --ignoreCache --disableFastRender --gc --printI18nWarnings --printMemoryUsage --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints", "dev": "npm run dev:start", "dev:start": "hugo serve --logLevel info --configDir=config --themesDir=../.. --buildDrafts --buildFuture --ignoreCache --disableFastRender --gc --printI18nWarnings --printMemoryUsage --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints", @@ -13,15 +13,15 @@ }, "repository": { "type": "git", - "url": "https://github.com/cncf/dot-org-hugo-theme" + "url": "https://github.com/coreruleset/website" }, "keywords": [], "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/cncf/dot-org-hugo-theme/issues" + "url": "https://github.com/coreruleset/website/issues" }, - "homepage": "https://github.com/cncf/dot-org-hugo-theme#readme", + "homepage": "https://github.com/coreruleset/website#readme", "dependencies": { "autoprefixer": "^10.4.17", "hugo-extended": "^0.123.0",