Update LICENSE and README.md with my own info
This commit is contained in:
parent
b39575ff9e
commit
4e57082130
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
|
24
README.md
24
README.md
|
@ -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.
|
||||
|
||||
[Live Demo](https://themes.gohugo.io/theme/blank/)
|
||||
|
||||

|
||||
This is the theme that I use for [my blog, eRambler](https://erambler.co.uk).
|
||||
|
||||
## Installation
|
||||
|
||||
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.
|
||||
|
||||
## 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
|
||||
|
||||
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/
|
||||
|
|
Loading…
Reference in New Issue