mirror of
https://github.com/rottenwheel/rottentheme.git
synced 2024-11-10 06:03:29 +01:00
30 lines
905 B
Markdown
30 lines
905 B
Markdown
## Rottenwheel Blog Theme
|
|
|
|
The Rottenwheel Blog theme is a customized theme for rottenwheel's blog.
|
|
|
|
## Setup & usage
|
|
|
|
Make sure you have Go and Hugo installed. If not, follow the instructions on the [Hugo website](https://gohugo.io/getting-started/installing/).
|
|
|
|
To use the Revuo XMR theme, clone the repository as a submodule and add it to your Hugo site:
|
|
|
|
```bash
|
|
git submodule add https://github.com/rottenwheel/rottentheme.git themes/rottentheme
|
|
```
|
|
|
|
Then, add the theme to your site's configuration file:
|
|
|
|
```toml
|
|
theme = "rottentheme"
|
|
```
|
|
|
|
## Customization
|
|
|
|
Currently, there is no configuration file for the theme.
|
|
|
|
## License
|
|
|
|
The original rottentheme is released under GNU General Public License v3.0. See [COPYING](./COPYING) for more information.
|
|
|
|
Further contributions are licensed under the GNU Affero General Public License v3.0. See [COPYING.AGPLv3](./COPYING.AGPLv3) for more information.
|