[master repo] Push mirrored to Github https://github.com/Rushmore75/lugo
Go to file
2024-03-06 17:52:28 -07:00
.github/workflows dumb 2022-06-25 10:43:38 -04:00
archetypes init - lots of changes from lugo 2024-02-07 16:08:16 -07:00
layouts full url to css 2024-03-06 17:52:28 -07:00
static update css for better titles 2024-03-06 17:47:25 -07:00
config.toml missed the rss bool 2022-12-11 21:30:17 -08:00
README.md lol 2022-07-11 16:37:17 -04:00

Luke's Hugo Theme

A simple Hugo theme I plan on using for my personal website, Based.Cooking and LandChad.net.

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.