[master repo] Push mirrored to Github https://github.com/Rushmore75/lugo
Go to file
2024-07-10 16:49:03 +00:00
archetypes fixed homepage list issue 2024-04-01 08:47:36 -06:00
layouts Add QR code preview support 2024-07-10 10:44:05 -06:00
static shrink h1 header a bit 2024-04-08 18:46:38 -06:00
.gitignore ignorefile 2024-03-06 17:53:05 -07:00
config.toml use standard language code chars 2024-07-10 09:12:15 -06:00
post-process.sh Add QR code preview support 2024-07-10 10:44:05 -06:00
README.md Update README.md 2024-07-10 16:49:03 +00:00

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.
  • The post-process.sh script can be ran to generate QR codes for all the urls. Which are expected to exist in the <head> tag. So the QR code shows up as the preview image in slack / discord / google chat / etc.

Stylesheets

  • /style.css Is all styles for raw html parts that the whole website uses
  • /lugo.css If for hugo partials, taglists, etc