simple hugo theme for my projects and skeleton for future themes
see hugo docs for more updated and thorough instructions
hugo new site <sitename>
cd <sitename>
git init
git submodule add https://github.com/byanthny/yugo
echo 'theme = "yugo"' >> config.toml
hugo server
put homepage content in root layout/index.html not the theme folder
See CHANGELONG.md
for changes.
- main page templates
- initial sass files
- basic content styling
- back links
- more components (posts list, image gallery, latex)
- more content styling
- rss