[master repo] Push mirrored to Github https://github.com/Rushmore75/lugo
Go to file
2022-07-11 16:30:44 -04:00
.github/workflows dumb 2022-06-25 10:43:38 -04:00
archetypes initial 2022-04-14 16:07:48 -04:00
layouts more cleanup 2022-07-11 16:30:44 -04:00
static more cleanup 2022-07-11 16:30:44 -04:00
config.toml more tweaks before video 2022-07-11 11:06:43 -04:00
README.md more cleanup 2022-07-11 16:30:44 -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.
  • If a post is tagged, links to the tags are placed at the bottom of the post.