-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
66 lines (51 loc) · 1.6 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
baseurl = "http://cosyman.github.io/"
# baseurl = "http://localhost:1313/"
title = "兰天"
languageCode = "zh-cn"
disqusShortname = "cosyman" # Optional, enable Disqus integration
metaDataFormat = "toml"
theme = "hyde-y"
paginate = 10
paginatePath = "page"
[author]
name = "兰天"
email = "cosyman@outlook.com"
[permalinks]
# Optional. Change the permalink format for the 'post' content type.
# The format shown here is the same one Jekyll/Octopress uses by default.
post = "/blog/:year/:month/:title/"
[taxonomies]
# Optional. Use if you want tags and lists.
tag = "keywords"
topic = "categories"
#
# All parameters below here are optional and can be mixed and matched.
#
[params]
# Used when a given page doesn't set its own.
defaultKeywords = "cosyman,bluesky,兰天"
sidebar = "left"
# Text for the top menu link, which goes the root URL for the site.
# Default (if omitted) is "Home".
home = "Home"
# Select a syntax highight.
# Check the static/css/highlight directory for options.
highlight = "default"
# Metadata used to drive integrations.
googleAuthorship = "remotejavasky"
googleAnalytics = "UA-64429204-1"
gravatarHash = "29bea2982cf098795915166d7a907376"
# Sidebar social links, these must be full URLs.
github = "cosyman"
linkedin = "blueskyyao"
#googleplus = "106762087260771841123"
facebook = ""
twitter = "bluesky_yao"
[blackfriday]
angledQuotes = true
fractions = false
hrefTargetBlank = false
latexDashes = true
plainIdAnchors = true
extensions = []
extensionmask = []