Various color and layout tweaks
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 2s

This commit is contained in:
Alan Youngblood
2024-01-22 09:58:22 -05:00
parent a0a8a791ea
commit 6846a062c3
8 changed files with 4380 additions and 11 deletions

View File

@ -13,11 +13,11 @@
"tachyons": "project"
}
},
"dependencies": {},
"description": "Theme Ananke",
"devDependencies": {
"auto-changelog": "^1.16.1",
"cssnano": "^3.10.0",
"hugo-extended": "^0.121.2",
"postcss-cli": "^7.1.0",
"postcss-cssnext": "^2.10.0",
"tachyons": "^4.9.1"
@ -35,8 +35,8 @@
"url": "git+https://github.com/theNewDynamic/gohugo-theme-ananke.git"
},
"scripts": {
"version": "auto-changelog -p --template keepachangelog --commit-limit 0 \u0026\u0026 git add CHANGELOG.md",
"version": "auto-changelog -p --template keepachangelog --commit-limit 0 && git add CHANGELOG.md",
"deploy": " cd exampleSite; hugo;"
},
"version": "2.7.0"
}
}