README.md (753B)
1 # Luke's Hugo Theme 2 3 A simple Hugo theme I plan on using for my personal website, [Based.Cooking](https://based.cooking) and [LandChad.net](https://landchad.net). 4 5 ## get started 6 7 ```sh 8 hugo new site new-site 9 cd new-site 10 git clone https://github.com/lukesmithxyz/lugo themes/lugo 11 echo "theme = 'lugo'" >> config.toml 12 cp themes/lugo/static/style.css static/ 13 ``` 14 15 ## stuff 16 17 - Makes one RSS feed for the entire site at `/index.xml` 18 - Stylesheet is in `/style.css` and includes some important stuff for partials. 19 - If a post is tagged, links to the tags are placed at the bottom of the post. 20 - `nextprev.html` adds links to the Next and Previous articles to the bottom of a page. 21 - `taglist.html` links all tags an article is tagged to for related content.