diff --git a/README.md b/README.md index d526052..fb484bd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Oliver's Hugo Theme -Fork of [lugo](https://github.com/LukeSmithxyz/lugo). Used for my personal website(s). - ## Get started ```sh @@ -14,4 +12,11 @@ echo "theme = 'lugo'" >> config.toml ## Notes - Makes one RSS feed for the entire site at `/index.xml` -- Stylesheet is in `/style.css` and includes some important stuff for partials. +- 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). + +## Stylesheets + +- `/style.css` Is all styles for raw html parts that the whole website uses +- `/lugo.css` If for hugo partials, taglists, etc +