Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/bake/solar-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 07d6faaadf761e0a32ef939ae11356470418dca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Solar Theme for Hugo

A minimalistic theme for [Hugo](https://gohugo.io/) blogs, fork of
[Solar Theme for Ghost](https://github.com/mattvh/solar-theme-ghost).

It offers three color schemes: (Monokai) `light`, (Monokai) `dark` (default) and
`gray`. Additional HTML can be injected just before `</head>` and `</body>` by
creating a `head.html` or `foot.html` inside `layouts/partials/`. The default
(empty) logo can be overwritten by creating a `logo.svg` in `static/img/`.

## Screenshot

![Screenshot](/images/screenshot.png)

## Installation

Same as with any other theme:

```bash
$ git clone https://github.com/bake/solar-theme-hugo.git themes/solar-theme-hugo
$ hugo server --theme=solar-theme-hugo
...
```

## License

GPLv2 or higher