zieunx / 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

A simple theme for bloggers.

Demo

Example Site

Netlify Status

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.

Here is some features:

  • Dark mode(It can switch automatically or manually)
  • Footnotes(Float on the right side)

Usage

Installation

In your site's root dir

git submodule add https://github.com/WingLim/hugo-tania themes/hugo-tania

Edit your site config following exampleSite/config.yaml.

Params

titleEmoji will show before the blog title on site navbar.

titleEmoji: '😎'

socialOptions will show on index bio with _index.md content. Account with icon can set as below:

socialOptions:
    dev-to:
    facebook:
    github:
    instagram:
    linkedin:
    medium:
    stack-overflow:
    telegram:
    twitter:
    twitch:
    whatsapp:

Layout

articles layout is for showing all articles you write.

Add articles.md to site content dir, and write as below:

---
title: Articles
subtitle: Posts, tutorials, snippets, musings, and everything else.
date: 2020-11-26
type: section
layout: "archives"
---

Thanks to

License

MIT

About

A simple theme for bloggers.

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

License:MIT License


Languages

Language:SCSS 69.5%Language:HTML 17.7%Language:JavaScript 12.8%