This repository was archived by the owner on Mar 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
105 lines (86 loc) · 3.13 KB
/
config.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
baseurl = "https://anatomind.com"
title = "Anatomind"
theme = "hugo-theme-cleanwhite"
languageCode = "en-us"
# Enable comments by entering your Disqus shortname
disqusShortname = "anatomind"
googleAnalytics = "UA-104195436-1"
preserveTaxonomyNames = true
paginate = 7 #frontpage pagination
hasCJKLanguage = true
[Permalinks]
post = "/blog/:filename/"
[outputs]
# home = ["HTML", "RSS", "Algolia"]
home = ["HTML", "RSS"]
[params]
# header_image = "img/home-bg-jeep.jpg"
SEOTitle = "析心 | Anatomind"
description = "Evidence-based treatment is the only one thing we believe"
keyword = "析心, anatomind, 陳璿丞, 精神醫學, 心理治療, 精神科, 心理學"
slogan = "Evidence-based treatment is the only one thing we believe"
# image_404 = "img/404-bg.jpg"
title_404 = "這裡沒有東西喔"
omit_categories = false
# leancloud storage for page view counter
page_view_conter = false
leancloud_app_id = ""
leancloud_app_key = ""
# algolia site search
# algolia_search = false
# algolia_appId = ""
# algolia_indexName = ""
# algolia_apiKey = ""
# Sidebar settings
sidebar_about_description = "精神科醫師的隨想"
#sidebar_avatar = "img/avatar-zhaohuabing.jpg" # use absolute URL, seeing it's used in both `/` and `/about/`
#sidebar_avatar = "img/zhaohuabing.png" # use absolute URL, seeing it's used in both `/` and `/about/`
featured_tags = true
featured_condition_size = 1
friends = true
bookmarks = false
about_me = true
# Include any custom CSS and/or JS files, url or relative to /static folder
#custom_css = ["css/lightbox.css", "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css", "css/main.css"]
#custom_js = ["js/lightbox.js", "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js", "js/main.js"]
[params.social]
rss = true
email = "[email protected]"
facebook = "https://www.facebook.com/anatomind/"
twitter = "https://twitter.com/anatomymind"
#pinterest = "full profile url in pinterest"
#reddit = "full profile url in reddit"
#gitlab = "full profile url in gitlab"
#mastodon = "full profile url in mastodon"
#keybase = "full profile url in keybase"
#xing = "https://www.xing.com/profile/yourxingid"
#git = "full profile url for git user"
[[params.friend_link]]
title = "書蠹詩魔"
href = "https://hsuancheng.net"
# [[params.bookmark_link]]
# title = "Martin Fowler"
# href = "https://martinfowler.com"
# [[params.bookmark_link]]
# title = "ServiceMesher"
# href = "http://www.servicemesher.com"
# [[params.addtional_menus]]
# title = "BOOKS"
# href = "/top/books/"
[[params.addtional_menus]]
title = "關於我們"
href = "/about/"
# [outputFormats.Algolia]
# baseName = "algolia"
# isPlainText = true
# mediaType = "application/json"
# notAlternative = true
# [params.algolia]
# vars = ["title", "summary", "date", "publishdate", "expirydate", "permalink"]
# params = ["categories", "tags"]
[markup]
[markup.tableOfContents]
endLevel = 2
startLevel = 1
[markup.highlight]
style = "dracula"