https://github.com/winglim/hugo-tania
A simple theme for bloggers.
https://github.com/winglim/hugo-tania
dark-mode hugo hugo-theme
Last synced: about 2 months ago
JSON representation
A simple theme for bloggers.
- Host: GitHub
- URL: https://github.com/winglim/hugo-tania
- Owner: WingLim
- License: mit
- Created: 2020-11-26T15:06:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T07:50:27.000Z (over 2 years ago)
- Last Synced: 2025-04-06T03:09:36.338Z (about 2 months ago)
- Topics: dark-mode, hugo, hugo-theme
- Language: JavaScript
- Homepage: https://hugo-tania.netlify.app/
- Size: 225 KB
- Stars: 231
- Watchers: 3
- Forks: 106
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo Theme Tania
[](https://app.netlify.com/sites/hugo-tania/deploys)
A simple theme for bloggers.
[Documentation](https://github.com/WingLim/hugo-tania/wiki)
## Demo
[Example Site](https://hugo-tania.netlify.app/)
## Introduction
Most of the styles for this theme come from [taniarascia.com](https://github.com/taniarascia/taniarascia.com)
I like it's style, so I transplant it to Hugo.
And is that why this theme called Tania.
Thank Tania Rascia again.
## Requirements
It's necessary to use **Hugo ≥ 0.78.0**.
Use Hugo Extended version (recommended) if you want to:
- Use the latest feature/fix from main branch
- Edit SCSS files## Features
- Responsive and Mobile-Friendly
- Dark mode(It can switch automatically or manually)
- Footnotes(Float on the right side)
- Search with categories filter## Installation
`cd` into your site's root dir.
1. Add `hugo-tania` theme as submodule.
```bash
git submodule add https://github.com/WingLim/hugo-tania themes/hugo-tania
```2. Add `articles` page with [archives](https://github.com/WingLim/hugo-tania/wiki/Layout#archives) layout.
```bash
cat > content/articles.md <