All Projects → WingLim → hugo-tania

WingLim / hugo-tania

Licence: MIT license
A simple theme for bloggers.

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects
typescript
32286 projects

Projects that are alternatives of or similar to hugo-tania

hugo-now
a Hugo port of Jekyll Now
Stars: ✭ 16 (-89.94%)
Mutual labels:  hugo-theme, hugo
hyde-hyde
A cool theme inspired by spf13's Hyde theme
Stars: ✭ 234 (+47.17%)
Mutual labels:  hugo-theme, hugo
basics
Hugo theme. Now available from official hugo theme site!
Stars: ✭ 49 (-69.18%)
Mutual labels:  hugo-theme, hugo
hugo-alageek-theme
A Cocoa Enhanced based theme. It's rewritten with Bootstrap 5.
Stars: ✭ 57 (-64.15%)
Mutual labels:  hugo-theme, hugo
hugo-minimalist-theme
Port of Raphael Riegger's Minimalistic Ghost theme to Hugo.
Stars: ✭ 25 (-84.28%)
Mutual labels:  hugo-theme, hugo
alpha-church
Hugo theme for churches based on a html5up theme
Stars: ✭ 56 (-64.78%)
Mutual labels:  hugo-theme, hugo
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (-79.87%)
Mutual labels:  hugo-theme, hugo
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (-69.81%)
Mutual labels:  hugo-theme, hugo
hugo-theme-massively
Massively theme for Hugo static site generator
Stars: ✭ 113 (-28.93%)
Mutual labels:  hugo-theme, hugo
osprey-delight
Osprey Delight is the free-minded artist's choice for a clutter-free and blazingly fast single-page portfolio.
Stars: ✭ 43 (-72.96%)
Mutual labels:  hugo-theme, hugo
newsroom
A simple, minimalistic Hugo theme. View Demo here
Stars: ✭ 200 (+25.79%)
Mutual labels:  hugo-theme, hugo
hugo-tailwind-journal
A minimalist journal template for Hugo.
Stars: ✭ 40 (-74.84%)
Mutual labels:  hugo-theme, hugo
hugo-chart
a Chart.js component for Hugo. 📈
Stars: ✭ 71 (-55.35%)
Mutual labels:  hugo-theme, hugo
hugo-dusk
Simple, minimalistic dark theme for Hugo.
Stars: ✭ 50 (-68.55%)
Mutual labels:  hugo-theme, hugo
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+20.75%)
Mutual labels:  hugo-theme, hugo
slate
a single-page speed-dial theme for Hugo
Stars: ✭ 140 (-11.95%)
Mutual labels:  hugo-theme, hugo
uBlogger
A template designed with your readers in mind ❤️
Stars: ✭ 242 (+52.2%)
Mutual labels:  hugo-theme, hugo
internet-weblog
internet weblog theme for Hugo
Stars: ✭ 33 (-79.25%)
Mutual labels:  hugo-theme, hugo
tomanistor.com
Personal portfolio website and blog created with Hugo
Stars: ✭ 14 (-91.19%)
Mutual labels:  hugo-theme, hugo
hugo-theme-texify
A minimal, latex-style hugo theme for personal blogging
Stars: ✭ 91 (-42.77%)
Mutual labels:  hugo-theme, hugo

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].