https://github.com/leonidboykov/hugo-theme-mercy
Minimal clean blog theme for Hugo
https://github.com/leonidboykov/hugo-theme-mercy
hugo hugo-theme
Last synced: 5 months ago
JSON representation
Minimal clean blog theme for Hugo
- Host: GitHub
- URL: https://github.com/leonidboykov/hugo-theme-mercy
- Owner: leonidboykov
- License: mit
- Created: 2018-02-27T20:32:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T02:14:18.000Z (over 5 years ago)
- Last Synced: 2025-01-23T15:24:53.623Z (over 1 year ago)
- Topics: hugo, hugo-theme
- Language: HTML
- Size: 824 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Mercy
[](https://dependabot.com)
Mercy is a minimal blog theme for [Hugo](https://gohugo.io).
### Installation
Clone theme to the `/themes` folder
```bash
git clone https://github.com/leonidboykov/hugo-theme-mercy.git themes/mercy
```
Or add theme as submodule
```bash
git submodule add https://github.com/leonidboykov/hugo-theme-mercy.git themes/mercy
```
Enable theme in the Hugo's `config.toml` file
```toml
theme = "mercy"
```