[master repo] Push mirrored to Github
https://github.com/Rushmore75/lugo
ed3428e164
QR codes can now be generated for all pages with the post processing script the HEAD of all the html now has an open graph image tage pointing to the QR code url |
||
---|---|---|
archetypes | ||
layouts | ||
static | ||
.gitignore | ||
config.toml | ||
post-process.sh | ||
README.md |
Oliver's Hugo Theme
Get started
hugo new site new-site
cd new-site/
git submodule add https://git.oliveratkinson.net/Oliver/lugo themes/lugo
echo "theme = 'lugo'" >> config.toml
Notes
- Makes one RSS feed for the entire site at
/index.xml
- Fork of lugo. Used for my personal website(s).
- If you are viewing this on github.com you are looking at the mirror of the gitea repo.
Stylesheets
/style.css
Is all styles for raw html parts that the whole website uses/lugo.css
If for hugo partials, taglists, etc