lugo/README.md

18 lines
431 B
Markdown
Raw Normal View History

2023-01-07 21:09:01 +00:00
# Oliver's Hugo Theme
2022-04-14 20:09:21 +00:00
2023-01-07 21:09:01 +00:00
Fork of [lugo](https://github.com/LukeSmithxyz/lugo). Used for my personal website(s).
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.