-
Notifications
You must be signed in to change notification settings - Fork 105
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-taniathem as submodule.
git submodule add https://github.com/WingLim/hugo-tania themes/hugo-tania- Add
articlespage with archives layout.
cat > content/articles.md <<EOF
---
title: Articles
subtitle: Posts, tutorials, snippets, musings, and everything else.
layout: "archives"
---
EOFEdit your site config following exampleSite/config.yaml.