mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
* Autogenerate services.m3o.com * Openapi for all * Gen * Fix * Whaat * Fix dep * Fix * Hmm * Install make * Debug * Debug 1 * Location -> locations * Fix * Intall protoc gen micro * F * F * F * Push * Rename secret * Fix npm install * Fix script * Fix v2 * Ignore errors * Ignore v2 * F * F * F * Docs index * Add hugo theme * Hugo tania fixes * Change gen * Change gen 2 * Install hugo * Change gen * Gen fix * Change hugo install * Change hugo install * CNAME * Change articles wording * Tiny fix * Fix gen * Redoc it all * Fix gen * Fixing up protos * Fix proto * Fix gen * Fix * Trigger build * Fix copy * Openapi docs * Flatten * Changes * No date vol2 * Changes * Add make to chat * Fixes * Change * api spec * replace RSS * fix link * Dont continue on error * increase the width * use micro at master * change box colours * move some things * Pushing new readmes to see how they look like * Add skip file * Readmes * Nicer api link * Remove stutter * FIx mistake * set service font weight * Messages readme fix * add other font bold * Notes * Remove post from url * Revert "Remove post from url" This reverts commit 5fea2c23d0bafa910f5dc4d4cc63f71f578530e3. * move exampleSite to site * replace exampleSite with site * update readme * use filename for post * update index * Add source urls * set source as params * set source as params * Fix entries * Generator in go * Fixes to generator * F * Change doc gen * FIx cname * Fixing protos * Change to makefiles * Fix gen script Co-authored-by: Asim Aslam <asim@aslam.me>
85 lines
1.8 KiB
Markdown
85 lines
1.8 KiB
Markdown
# Hugo Theme Tania
|
|
|
|
A simple theme for bloggers.
|
|
|
|
## Demo
|
|
|
|
[Example Site](https://hugo-tania.netlify.app/)
|
|
|
|
[](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)
|