vodoraslo.xyz/new-site/themes/lugo
2023-04-01 16:46:42 +03:00
..
.github/workflows jaded 2022-12-17 08:30:26 +02:00
archetypes jaded 2022-12-17 08:30:26 +02:00
layouts update The Truth About Primitive Life a Critique of Anarchoprimitivism 2023-04-01 16:46:42 +03:00
static updated css and added hello world 2022-12-17 18:15:37 +02:00
config.toml jaded 2022-12-17 08:30:26 +02:00
README.md jaded 2022-12-17 08:30:26 +02: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.