Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nanxstats/hugo-tanka
- Owner: nanxstats
- License: gpl-3.0
- Created: 2017-12-26T14:37:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T22:19:39.000Z (over 3 years ago)
- Last Synced: 2023-03-14T14:30:56.301Z (almost 2 years ago)
- Topics: blogdown, hugo, hugo-theme, minimalistic-theme
- Language: HTML
- Homepage: https://nanx.me/hugo-tanka/
- Size: 1010 KB
- Stars: 85
- Watchers: 7
- Forks: 41
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).