An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Mercy

[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=leonidboykov/hugo-theme-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"
```