Bin-Huang / hugo-tania

A simple theme for bloggers.

Home Page:https://hugo-tania.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hugo Theme Tania

Netlify Status

A simple theme for bloggers.

Documentation

Demo

Example Site

Introduction

Most of the styles for this theme come from 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.
git submodule add https://github.com/WingLim/hugo-tania themes/hugo-tania
  1. Add articles page with archives layout.
cat > content/articles.md <<EOF
---
title: Articles
subtitle: Posts, tutorials, snippets, musings, and everything else.
layout: "archives"
---
EOF

Edit your site config following exampleSite/config.yaml.

Thanks to

License

MIT

About

A simple theme for bloggers.

https://hugo-tania.netlify.app/

License:MIT License


Languages

Language:JavaScript 46.2%Language:SCSS 27.4%Language:HTML 18.3%Language:TypeScript 8.1%