-
Notifications
You must be signed in to change notification settings - Fork 107
Home
WingLim edited this page Sep 27, 2021
·
4 revisions
Here are documents for theme hugo-tania
.
cd
into your site's root dir.
- Add
hugo-tania
them as submodule.
git submodule add https://github.com/WingLim/hugo-tania themes/hugo-tania
- 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.