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

README.md - github.com/nanxstats/hugo-tanka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 806e6b5e79942e57679c5ee639ec611a4efb3513 (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
28
29
30
31
32
33
34
35
36
37
# Tanka

[Live Preview](https://nanx.me/blog/)

A minimalist, text-oriented, and performant theme for Hugo/blogdown.

This theme is ported and modified from the [Black & Light theme](https://github.com/davidhampgonsalves/hugo-black-and-light-theme) created by David Hamp-Gonsalves.

## Features

- Minimalist
- Responsive
- Typography first
- High Contrast
- Disqus
- Google Analytics
- MathJax

![Screenshot](https://github.com/road2stat/hugo-tanka/blob/master/images/hugo-tanka-theme-screenshot.png)

## Installation

Inside the folder of your Hugo site run:

```bash
  git submodule add https://github.com/road2stat/hugo-tanka.git themes/hugo-tanka
```

For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.

## The config file

Copy the [`config.toml`](https://github.com/road2stat/hugo-tanka/blob/master/exampleSite/config.toml) from this themes exampleSite to your Hugo site or use it as a reference.

## License

This theme is released under the GNU 3.0 license. For more information read the [license](https://github.com/road2stat/hugo-tanka/blob/master/LICENSE).