lugo/README.md

24 lines
901 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
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`
2024-05-09 14:17:17 +00:00
- Fork of [lugo](https://github.com/LukeSmithxyz/lugo). Used for my personal website(s).
- If you are viewing this on [github.com](https://github.com/Rushmore75/lugo) you are looking at the mirror of [the gitea repo](https://git.oliveratkinson.net/Oliver/lugo).
2024-07-10 16:49:03 +00:00
- The [post-process.sh](./post-process.sh) script can be ran to generate QR codes for all the urls. Which are expected to exist in the <head> tag. So the QR code shows up as the preview image in slack / discord / google chat / etc.
2024-05-09 14:17:17 +00:00
## Stylesheets
- `/style.css` Is all styles for raw html parts that the whole website uses
- `/lugo.css` If for hugo partials, taglists, etc