lugo/README.md

18 lines
503 B
Markdown
Raw Normal View History

2024-03-08 04:25:48 +00:00
# Lugo - a fork of Luke's theme
2022-04-14 20:09:21 +00:00
2024-03-08 04:25:48 +00:00
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.
2022-07-11 15:06:43 +00:00
2024-03-08 04:25:48 +00:00
## Get started
2022-07-11 20:15:58 +00:00
```sh
hugo new site new-site
2024-03-08 04:25:48 +00:00
cd new-site/
git submodule add https://git.oliveratkinson.net/Oliver/lugo themes/lugo
2022-07-11 20:15:58 +00:00
echo "theme = 'lugo'" >> config.toml
```
2022-07-11 15:06:43 +00:00
2024-03-08 04:25:48 +00:00
## Notes
2022-07-11 15:06:43 +00:00
- Makes one RSS feed for the entire site at `/index.xml`
2022-07-11 20:37:17 +00:00
- Stylesheet is in `/style.css` and includes some important stuff for partials.