Update LICENSE and README.md with my own info

This commit is contained in:
Jez Cope 2021-04-11 19:08:17 +01:00
parent b39575ff9e
commit 4e57082130
2 changed files with 14 additions and 12 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2016 Vimux Copyright (c) 2021 Jez Cope
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in this software and associated documentation files (the "Software"), to deal in

View File

@ -1,31 +1,33 @@
# Blank # Mnemosyne: a minimal Hugo theme
Blank — starter [Hugo](https://gohugo.io/) theme for developers. Use it to make your own theme. This is the theme that I use for [my blog, eRambler](https://erambler.co.uk).
[Live Demo](https://themes.gohugo.io/theme/blank/)
![Blank theme screenshot](https://github.com/Vimux/blank/blob/master/images/splash.png)
## Installation ## Installation
In your Hugo site `themes` directory, run: In your Hugo site `themes` directory, run:
``` ```
git clone https://github.com/vimux/blank 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 `blank`. Next, open `config.toml` in the base of the Hugo site and ensure the theme option is set to `mnemosyne`.
``` ```
theme = "blank" theme = "mnemosyne"
``` ```
For more information read the official [quick start guide](https://gohugo.io/getting-started/quick-start/) of Hugo. For more information read the official [quick start guide](https://gohugo.io/getting-started/quick-start/) of Hugo.
## Contributing ## Contributing
Have you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](https://github.com/Vimux/blank/issues) to let me know. Or make directly a [pull request](https://github.com/Vimux/blank/pulls). 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 ## License
This theme is released under the [MIT license](https://github.com/Vimux/blank/blob/master/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/