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