Go to file
Jez Cope 7967eb3b49 Fix warning about .BaseFileName on zero object 2021-08-05 12:20:37 +01:00
archetypes Update default archetype template 2019-08-04 10:57:05 -04:00
assets Switch to using data-* attributes 2021-05-11 18:02:29 +01:00
images Initial commit 2016-10-14 23:41:10 +03:00
layouts Fix warning about .BaseFileName on zero object 2021-08-05 12:20:37 +01:00
node_modules Use yarn instead of git submodule for bulma 2021-04-02 12:00:24 +01:00
static Oops, a big commit with loads of stuff! 2021-04-03 21:03:34 +01:00
.gitmodules Add Bulma as a submodule 2021-04-01 21:10:50 +01:00
LICENSE Update LICENSE and README.md with my own info 2021-04-11 19:08:17 +01:00
README.md Update LICENSE and README.md with my own info 2021-04-11 19:08:17 +01:00
package.json Use yarn instead of git submodule for bulma 2021-04-02 12:00:24 +01:00
theme.toml Convert theme min_version to string 2019-09-01 16:36:49 -04:00
yarn.lock Use yarn instead of git submodule for bulma 2021-04-02 12:00:24 +01:00

README.md

Mnemosyne: a minimal Hugo theme

This is the theme that I use for my blog, eRambler.

Installation

In your Hugo site themes directory, run:

git clone https://tildegit.org/petrichor/theme-mnemosyne-hugo.git

Next, open config.toml in the base of the Hugo site and ensure the theme option is set to mnemosyne.

theme = "mnemosyne"

For more information read the official quick start guide of Hugo.

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.

License

This theme is released under the MIT license.

Acknowledgements

This theme is based on: Blank, a starter Hugo theme for developers. Use it to make your own theme.