[master repo] Push mirrored to Github https://github.com/Rushmore75/lugo
Go to file
2023-02-09 14:37:03 -07:00
.github/workflows dumb 2022-06-25 10:43:38 -04:00
archetypes fixed homepage list issue 2023-02-09 14:37:03 -07:00
layouts fixed homepage list issue 2023-02-09 14:37:03 -07:00
static text larger 2023-01-09 12:05:27 -07:00
.gitignore updating 2023-01-05 23:27:12 -07:00
config.toml updated params 2022-11-04 23:20:58 -06:00
README.md added main page 2023-01-07 14:09:01 -07:00

Oliver's Hugo Theme

Fork of lugo. Used for my personal website(s).

get started

hugo new site new-site
cd new-site
git clone https://github.com/lukesmithxyz/lugo themes/lugo
echo "theme = 'lugo'" >> config.toml
cp themes/lugo/static/style.css static/

stuff

  • Makes one RSS feed for the entire site at /index.xml
  • Stylesheet is in /style.css and includes some important stuff for partials.
  • If a post is tagged, links to the tags are placed at the bottom of the post.
  • nextprev.html adds links to the Next and Previous articles to the bottom of a page.
  • taglist.html links all tags an article is tagged to for related content.