update readme from the ancient one

This commit is contained in:
Rushmore75 2024-03-07 21:25:48 -07:00
parent 498fb7ddbe
commit 540e541391

View File

@ -1,21 +1,17 @@
# Luke's Hugo Theme # Lugo - a fork of Luke's theme
A simple Hugo theme I plan on using for my personal website, [Based.Cooking](https://based.cooking) and [LandChad.net](https://landchad.net). A basic hugo theme based off of [Luke Smith's](https://lukesmith.xyz) hugo theme. Quite a lot has been changed so it is barely a fork at this point.
## get started ## Get started
```sh ```sh
hugo new site new-site hugo new site new-site
cd new-site cd new-site/
git clone https://github.com/lukesmithxyz/lugo themes/lugo git submodule add https://git.oliveratkinson.net/Oliver/lugo themes/lugo
echo "theme = 'lugo'" >> config.toml echo "theme = 'lugo'" >> config.toml
cp themes/lugo/static/style.css static/
``` ```
## stuff ## Notes
- Makes one RSS feed for the entire site at `/index.xml` - Makes one RSS feed for the entire site at `/index.xml`
- Stylesheet is in `/style.css` and includes some important stuff for partials. - 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.