update readme from the ancient one
This commit is contained in:
parent
498fb7ddbe
commit
540e541391
16
README.md
16
README.md
@ -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.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user