-
Notifications
You must be signed in to change notification settings - Fork 54
/
params.toml
71 lines (59 loc) · 1.71 KB
/
params.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# SEO keywords and description for your site.
keywords = "hugo, tailwind, tailwindcss, hugo theme, hugo theme tailwind"
subtitle = "Example site for hugo-theme-tailwind"
# dir name of your blog content (default is `content/posts`).
# the list of set content will show up on your index page (baseurl).
contentTypeName = "posts"
# Show table of contents at the top of your posts (defaults to false)
# Alternatively, add this param to post front matter for specific posts
toc = true
showReadingTime = true
[header]
logo = "https://placehold.co/512/webp"
sticky = false
[footer]
since = 2023
poweredby = true
[taxonomies.icons]
categories = "category-2"
tags = "hash"
# giscus is comments system powered by GitHub Discussions
# generate configurations from https://giscus.app/
[giscus]
enabled = false
repo = "your-repo-name"
repoID = "your-repo-id"
category = "your-category"
categoryID = "your-category-id"
mapping = "pathname"
strict = "0"
reactionsEnabled = "1"
emitMetadata = "0"
inputPosition = "bottom"
lang = "en"
[social_media]
[[social_media.items]]
enabled = false
title = 'Facebook'
icon = 'brand-facebook'
link = 'https://www.facebook.com/'
[[social_media.items]]
enabled = false
title = 'Twitter'
icon = 'brand-x'
link = 'https://twitter.com/__PurPleFoX__'
[[social_media.items]]
enabled = false
title = 'Instagram'
icon = 'brand-instagram'
link = 'https://www.instagram.com/'
[[social_media.items]]
enabled = false
title = 'LinkedIn'
icon = 'brand-linkedin'
link = 'https://www.linkedin.com/'
[[social_media.items]]
enabled = false
title = 'Github'
icon = 'brand-github'
link = 'https://github.com/tomowang'