Learning Objectives
Topics covered
When creating Web pages often you are looking for an easy way to organize documentation tha is in a more structured form mthan simply a blog.
For this reason the following hugo themes may be useful:
Docsy: https://themes.gohugo.io/docsy/
Compose: https://themes.gohugo.io/compose/
Learn: https://themes.gohugo.io/hugo-theme-learn/
A nice Blog theme
hugo-clarity: https://themes.gohugo.io/hugo-clarity/
Although not a documentation oriented Wen page, The following recieved our attention as it show a very dynamic look. However it could be a bit distracting.
So one could develop two repos. One as frontpage with a splashy theme, the oster tha just focusses on the documentation
The following git repo contains documentation on how to convert hugo Web sites to epub
An article in german is available at
The following script stes this up for you automatically:
git clone https://github.com/weitblick/epub.git
cd epub
cd exampleSite
mkdir themes
cd themes
git clone https://github.com/weitblick/epub.git
cd epub
rm -rf .git
rm -rf exampleSite # remove the example site in the theme
cd ../..
hugo
bash ./deploy.sh