Skip to content

Commit

Permalink
fix: update params
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
  • Loading branch information
fzipi committed Feb 20, 2024
1 parent 6b12df1 commit b176a80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions config/_default/params.yaml
Original file line number Diff line number Diff line change
@@ -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: []

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit b176a80

Please sign in to comment.