theme-mnemosyne-hugo/README.md

34 lines
973 B
Markdown
Raw Permalink Normal View History

# Mnemosyne: a minimal Hugo theme
2016-10-14 20:41:10 +00:00
This is the theme that I use for [my blog, eRambler](https://erambler.co.uk).
2016-10-14 20:41:10 +00:00
## Installation
In your Hugo site `themes` directory, run:
```
git clone https://tildegit.org/petrichor/theme-mnemosyne-hugo.git
2016-10-14 20:41:10 +00:00
```
Next, open `config.toml` in the base of the Hugo site and ensure the theme option is set to `mnemosyne`.
2016-10-14 20:41:10 +00:00
```
theme = "mnemosyne"
2016-10-14 20:41:10 +00:00
```
2019-07-29 20:21:21 +00:00
For more information read the official [quick start guide](https://gohugo.io/getting-started/quick-start/) of Hugo.
2016-10-14 20:41:10 +00:00
## Contributing
I don't really have time to test & accept contributions, but feel free to fork this theme and do your own thing with it.
2016-10-14 20:41:10 +00:00
## License
This theme is released under the [MIT license](https://tildegit.org/petrichor/theme-mnemosyne-hugo/src/branch/main/LICENSE).
## Acknowledgements
This theme is based on: [Blank][], a starter [Hugo](https://gohugo.io/) theme for developers. Use it to make your own theme.
[Blank]: https://themes.gohugo.io/theme/blank/