1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
siinus 11afaffd9e
Add initial site
2 years ago
..
archetypes Add initial site 2 years ago
layouts Add initial site 2 years ago
static Add initial site 2 years ago
README.md Add initial site 2 years ago
config.toml Add initial site 2 years ago

README.md

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.