initial commit
This commit is contained in:
15
config/_default/languages.toml
Normal file
15
config/_default/languages.toml
Normal file
@ -0,0 +1,15 @@
|
||||
[en]
|
||||
languageName = "English"
|
||||
languageCode = "en"
|
||||
weight = 2
|
||||
title = "Chirpy"
|
||||
[en.params]
|
||||
tagline = "A text-focused blog theme"
|
||||
|
||||
[zh-CN]
|
||||
languageName = "中文"
|
||||
languageCode = "zh-CN"
|
||||
weight = 1
|
||||
title = "Chirpy"
|
||||
[zh-CN.params]
|
||||
tagline = "一个专注于文本的博客主题"
|
23
config/_default/markup.toml
Normal file
23
config/_default/markup.toml
Normal file
@ -0,0 +1,23 @@
|
||||
[highlight]
|
||||
anchorLineNos = false
|
||||
codeFences = true
|
||||
guessSyntax = true
|
||||
hl_Lines = ''
|
||||
hl_inline = false
|
||||
lineAnchors = ''
|
||||
lineNoStart = 1
|
||||
lineNos = true
|
||||
lineNumbersInTable = true
|
||||
noClasses = false
|
||||
tabWidth = 4
|
||||
wrapperClass = 'highlight'
|
||||
|
||||
[goldmark.parser]
|
||||
wrapStandAloneImageWithinParagraph = false
|
||||
|
||||
[goldmark.parser.attribute]
|
||||
block = true
|
||||
title = true
|
||||
|
||||
[goldmark.renderer]
|
||||
unsafe = true
|
30
config/_default/params.toml
Normal file
30
config/_default/params.toml
Normal file
@ -0,0 +1,30 @@
|
||||
toc = true
|
||||
avatar = "img/commons/avatar.jpg"
|
||||
author = "yifan"
|
||||
|
||||
[assets]
|
||||
self_host = false
|
||||
|
||||
[social]
|
||||
name = "Yifan"
|
||||
url = "https://github.com/geekifan"
|
||||
|
||||
[[social.links]]
|
||||
type = "github"
|
||||
id = "yourusername"
|
||||
icon = "fab fa-github"
|
||||
|
||||
[[social.links]]
|
||||
type = "twitter"
|
||||
id = "yourhandle"
|
||||
icon = "fab fa-twitter"
|
||||
|
||||
[[social.links]]
|
||||
type = "email"
|
||||
id = "your.email@example.com"
|
||||
icon = "fas fa-envelope"
|
||||
|
||||
[[social.links]]
|
||||
type = "rss"
|
||||
icon = "fas fa-rss"
|
||||
noblank = true # will not open in new window
|
Reference in New Issue
Block a user