https://blog.naskya.net/

[[ πŸ—ƒ ^wzWnj blog ]] :: [πŸ“₯ Inbox] [πŸ“€ Outbox] [πŸ’₯ Errbox] [🐀 Followers] [🀝 Collaborators] [πŸ— Projects] [πŸ›  Commits]

Clone

HTTPS: git clone https://code.naskya.net/repos/wzWnj

SSH: git clone USERNAME@code.naskya.net:wzWnj

Branches

Tags

main :: themes /

hugo-tania-custom

πŸ—Ž LICENSE
πŸ—Ž README.md
πŸ—€ assets
πŸ—€ images
πŸ—€ layouts
πŸ—€ resources
πŸ—Ž theme.toml

README.md

Hugo Theme Tania

A simple theme for bloggers, with some modifications for my use.

Original Documentation

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:

Features

Installation

cd into your site’s root dir.

  1. Add hugo-tania theme as submodule.
git submodule add repository-url 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

[See repo JSON]