Skip to content
WingLim edited this page Sep 27, 2021 · 4 revisions

Here are documents for theme hugo-tania.

Quick start

cd into your site's root dir.

  1. Add hugo-tania them 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.

Clone this wiki locally