-
Notifications
You must be signed in to change notification settings - Fork 52
/
params.toml
79 lines (65 loc) · 1.86 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
72
73
74
75
76
77
78
79
# 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 = "post"
jsonLD = true
showAuthor = true
[author]
name = "Xiaoliang Wang"
email = "user@example.com"
[header]
logo = "logo.svg"
[footer]
since = 2022
poweredby = true
# giscus is comments system powered by GitHub Discussions
# generate configurations from https://giscus.app/
[giscus]
enabled = true
repo = "tomowang/hugo-theme-tailwind"
repoID = "R_kgDOKjVJHA"
category = "Announcements"
categoryID = "DIC_kwDOKjVJHM4CafqS"
mapping = "pathname"
strict = "0"
reactionsEnabled = "1"
emitMetadata = "0"
inputPosition = "bottom"
lang = "en"
[social_media]
[[social_media.items]]
enabled = true
title = 'Facebook'
icon = 'brand-facebook'
link = 'https://www.facebook.com/'
[[social_media.items]]
enabled = true
title = 'Twitter'
icon = 'brand-x'
link = 'https://twitter.com/__PurPleFoX__'
[[social_media.items]]
enabled = true
title = 'Instagram'
icon = 'brand-instagram'
link = 'https://www.instagram.com/'
[[social_media.items]]
enabled = true
title = 'LinkedIn'
icon = 'brand-linkedin'
link = 'https://www.linkedin.com/'
[[social_media.items]]
enabled = true
title = 'Github'
icon = 'brand-github'
link = 'https://github.com/tomowang'
[pwa]
enabled = true
icon = "logo.png" # should be in assets
icon_sizes = [192, 512]
# will be used as the manifest.json file and merge the default one
# https://developer.mozilla.org/en-US/docs/Web/Manifest
# https://web.dev/add-manifest/
[manifest]
description = "Example site for hugo-theme-tailwind"