# Hugo Theme Tania A simple theme for bloggers. ## Demo [Example Site](https://hugo-tania.netlify.app/) [![Netlify Status](https://api.netlify.com/api/v1/badges/bae5db51-7cc6-41e2-9615-029ade8aa264/deploy-status)](https://app.netlify.com/sites/hugo-tania/deploys) ## Introduction Most of the styles for this theme come from [taniarascia.com](https://github.com/taniarascia/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. Here is some features: - Dark mode(It can switch automatically or manually) - Footnotes(Float on the right side) ## Usage ### Installation In your site's root dir ```bash git submodule add https://github.com/WingLim/hugo-tania themes/hugo-tania ``` Edit your site config following `site/config.yaml`. ### Params `titleEmoji` will show before the blog title on site navbar. ```yaml titleEmoji: '😎' ``` `socialOptions` will show on index bio with `_index.md` content. Account with icon can set as below: ```yaml socialOptions: dev-to: facebook: github: instagram: linkedin: medium: stack-overflow: telegram: twitter: twitch: whatsapp: ``` ### Layout `articles` layout is for showing all articles you write. Add `articles.md` to site `content` dir, and write as below: ```markdown --- title: Articles subtitle: Posts, tutorials, snippets, musings, and everything else. date: 2020-11-26 type: section layout: "archives" --- ``` ## Thanks to - [δ½ ε₯½ι»‘ζš—οΌŒζˆ‘ηš„θ€ζœ‹ε‹ β€”β€” δΈΊη½‘η«™ζ·»εŠ η”¨ζˆ·ε‹ε₯½ηš„ζ·±θ‰²ζ¨‘εΌζ”―ζŒ](https://blog.skk.moe/post/hello-darkmode-my-old-friend/) - [Footnotes, citations, and sidenotes](https://prose.yihui.org/about/#footnotes-citations-and-sidenotes) ## License [MIT](https://github.com/WingLim/hugo-tania/blob/main/LICENSE)