Closed adam-burns closed 6 months ago
hugo-gh
for website content: git checkout --orphan <branchname>
hugo new site hugo-gh
hugo-gh
create theme ananke as submodule: git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
local site creation works for testing (with hugo server -D
), but could not get github-pages working as github action.
turns out that stanzas in hugo-gh/hugo.toml
were breaking the build.
see fix in 11bbe249e22eff9c888dbbabf057f2a0a5c0f059
Currently we have mkdocs linked to /docs folder We would like to use a more flexible static site generator, hugo.