Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nanxstats/hugo-tanka

📝 A minimalist, text-oriented, and performant theme for Hugo/blogdown.
https://github.com/nanxstats/hugo-tanka

blogdown hugo hugo-theme minimalistic-theme

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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).