-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
83 lines (66 loc) · 2.2 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
baseurl = "https://findstar.pe.kr"
title = "Soo Story"
theme = "cleanwhite"
languageCode = "ko-kr"
preserveTaxonomyNames = true
paginate = 5 #frontpage pagination
hasCJKLanguage = true
[services]
[services.disqus]
shortname = 'findstar'
[services.googleAnalytics]
id = 'G-SRRG0R99Y8'
[outputs]
home = ["HTML", "RSS", "JSON"]
[params]
thumbnail = "/images/bg.jpg"
header_image = "/images/bg.jpg"
SEOTitle = "findstar dev story "
bio = "I want to fix the pothole that's right in front of me before I fall in."
description = "Software Developer, I love code."
keyword = "blog | developer | personal"
slogan = "Thoughts, stories and ideas."
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
# Sidebar settings
sidebar_about_description = "Software Developer, I love code."
sidebar_avatar = "/images/profile.jpg" # use absolute URL, seeing it's used in both `/` and `/about/`
featured_tags = true
featured_condition_size = 0
latest_tags = true
#Enable wechat pay & alipay to allow readers send reward money if they like the articles
reward = false
friends = false
bookmarks = false
about_me = true
# Include any custom CSS and/or JS files, url or relative to /static folder
custom_css = ["css/findstar-custom.css"]
# 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
facebook = "https://facebook.com/findstar"
twitter = "https://twitter.com/findstar"
github = "https://github.com/findstar"
[[params.addtional_menus]]
title = "ABOUT"
href = "/about/"
[[params.addtional_menus]]
title = "ARCHIVES"
href = "/tags/"
[markup]
[markup.tableOfContents]
endLevel = 2
startLevel = 1
[markup.highlight]
style = "dracula"
[taxonomies]
tag = "tags"
#category= "categories"