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: 63c65fb72df1b2bfd5e7f06f83f2ab5b9d41721c (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
38
39
# Tanka

[Live Preview](https://nanx.me/hugo-tanka/)

A minimalist theme for Hugo/blogdown.

This theme is built on Bootstrap 4. The original layout 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, mobile-first (Bootstrap 4)
- Native font stack
- Math typesetting (MathJaX)
- Syntax highlighting (highlight.js)
- Utterances comments
- Open Graph meta tags
- Twitter Cards meta tags
- Zero web tracking by default

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

## Installation

Inside the folder of your Hugo site, run:

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

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

## The config file

Copy the [`config.toml`](https://github.com/nanxstats/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 [GPLv3](https://github.com/nanxstats/hugo-tanka/blob/master/LICENSE).