exampleSite edited
This commit is contained in:
parent
586dffdef5
commit
6e1ff92a2d
10
README.ko.md
10
README.ko.md
|
@ -119,15 +119,19 @@ enableEmoji = true
|
|||
paginate = 13 # Number of items per page in paginated lists.
|
||||
rssLimit = 100
|
||||
|
||||
pygmentsOptions = "linenos=table"
|
||||
pygmentsUseClasses = true
|
||||
|
||||
googleAnalytics = ""
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
hardWraps = true
|
||||
unsafe = true
|
||||
xHTML = true
|
||||
[markup.highlight]
|
||||
codeFences = true
|
||||
lineNos = true
|
||||
lineNumbersInTable = true
|
||||
noClasses = false
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON", "WEBMANIFEST"]
|
||||
|
|
10
README.md
10
README.md
|
@ -114,15 +114,19 @@ enableEmoji = true
|
|||
paginate = 13 # Number of items per page in paginated lists.
|
||||
rssLimit = 100
|
||||
|
||||
pygmentsOptions = "linenos=table"
|
||||
pygmentsUseClasses = true
|
||||
|
||||
googleAnalytics = ""
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
hardWraps = true
|
||||
unsafe = true
|
||||
xHTML = true
|
||||
[markup.highlight]
|
||||
codeFences = true
|
||||
lineNos = true
|
||||
lineNumbersInTable = true
|
||||
noClasses = false
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON", "WEBMANIFEST"]
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
baseURL = ""
|
||||
baseURL = "http://example.org/"
|
||||
title = "Hugo Zzo Theme"
|
||||
theme = "zzo"
|
||||
|
||||
defaultContentLanguage = "ko"
|
||||
defaultContentLanguage = "en"
|
||||
defaultContentLanguageInSubdir = true
|
||||
hasCJKLanguage = true
|
||||
|
||||
summaryLength = 70
|
||||
|
||||
copyright = "©{year}, ZZOSSIG All Rights Reserved"
|
||||
copyright = "©{year}, All Rights Reserved"
|
||||
timeout = 10000
|
||||
enableEmoji = true
|
||||
paginate = 13
|
||||
|
@ -17,32 +18,15 @@ googleAnalytics = ""
|
|||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.extensions]
|
||||
definitionList = true
|
||||
footnote = true
|
||||
linkify = true
|
||||
strikethrough = true
|
||||
table = true
|
||||
taskList = true
|
||||
typographer = true
|
||||
[markup.goldmark.parser]
|
||||
attribute = true
|
||||
autoHeadingID = true
|
||||
[markup.goldmark.renderer]
|
||||
hardWraps = true
|
||||
unsafe = true
|
||||
xHTML = true
|
||||
[markup.highlight]
|
||||
codeFences = true
|
||||
hl_Lines = ""
|
||||
lineNoStart = 1
|
||||
lineNos = true
|
||||
lineNumbersInTable = true
|
||||
noClasses = false
|
||||
tabWidth = 4
|
||||
[markup.tableOfContents]
|
||||
endLevel = 3
|
||||
startLevel = 2
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON", "WEBMANIFEST"]
|
||||
|
@ -55,7 +39,7 @@ googleAnalytics = ""
|
|||
baseName = "webmanifest"
|
||||
mediaType = "application/manifest+json"
|
||||
rel = "manifest"
|
||||
|
||||
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[ko]
|
||||
title = "쪼식이 블로그"
|
||||
languageName = "한국어"
|
||||
weight = 1
|
||||
|
||||
[en]
|
||||
title = "Zzossig's Blog"
|
||||
title = "Hugo Zzo Theme"
|
||||
languageName = "English"
|
||||
weight = 1
|
||||
|
||||
[ko]
|
||||
title = "Hugo Zzo Theme"
|
||||
languageName = "한국어"
|
||||
weight = 2
|
||||
|
|
|
@ -10,6 +10,12 @@
|
|||
url = "archive"
|
||||
weight = 2
|
||||
|
||||
[[main]]
|
||||
identifier = "pt"
|
||||
name = "pt"
|
||||
url = "pt"
|
||||
weight = 3
|
||||
|
||||
[[main]]
|
||||
identifier = "gallery"
|
||||
name = "gallery"
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
[[main]]
|
||||
identifier = "about"
|
||||
name = "어바웃"
|
||||
url = "about"
|
||||
weight = 1
|
||||
|
||||
[[main]]
|
||||
identifier = "archive"
|
||||
name = "아카이브"
|
||||
url = "archive"
|
||||
weight = 2
|
||||
|
||||
[[main]]
|
||||
identifier = "gallery"
|
||||
name = "갤러리"
|
||||
url = "gallery"
|
||||
weight = 3
|
||||
|
||||
[[main]]
|
||||
parent = "gallery"
|
||||
name = "fiverr"
|
||||
url = "gallery/mine"
|
||||
|
||||
[[main]]
|
||||
identifier = "posts"
|
||||
name = "포스트"
|
||||
url = "posts"
|
||||
weight = 4
|
||||
|
||||
[[main]]
|
||||
identifier = "notes"
|
||||
name = "노트"
|
||||
url = "notes"
|
||||
weight = 5
|
|
@ -1,5 +1,5 @@
|
|||
logoText = ""
|
||||
description = "쪼식이 블로그"
|
||||
logoText = "Zzo"
|
||||
description = "The Zzo theme for Hugo example site."
|
||||
custom_css = []
|
||||
custom_js = []
|
||||
|
||||
|
@ -18,12 +18,12 @@ archivePaginate = 13
|
|||
paginateWindow = 1
|
||||
|
||||
# whoami
|
||||
myname = "최성환"
|
||||
myname = "zzossig"
|
||||
email = "zzossig@gmail.com"
|
||||
whoami = "성장중인 프로그래머"
|
||||
useGravatar = true
|
||||
whoami = "Web Developer"
|
||||
useGravatar = false
|
||||
location = "Seoul, Korea"
|
||||
organization = ""
|
||||
organization = "Hugo"
|
||||
link = "https://github.com/zzossig/hugo-theme-zzo"
|
||||
|
||||
# sidebar
|
||||
|
@ -42,7 +42,7 @@ showFeedLinks = true
|
|||
showSocialLinks = true
|
||||
enableLangChange = true
|
||||
enableThemeChange = true
|
||||
themeOptions = ["light", "dark", "hacker", "solarized", "custom"]
|
||||
themeOptions = ["dark", "light", "hacker", "solarized", "custom"]
|
||||
|
||||
# service
|
||||
baiduAnalytics = ""
|
||||
|
@ -99,11 +99,11 @@ commento = false
|
|||
dataAttrs = "" # "data-isso='https://isso.example.com' data-isso-require-author='true'"
|
||||
|
||||
[socialOptions]
|
||||
email = "mailto:zzossig@gmail.com"
|
||||
facebook = ""
|
||||
twitter = "https://twitter.com/zzossig"
|
||||
email = "mailto:your@email.com"
|
||||
facebook = "http://example.org/"
|
||||
twitter = "http://example.org/"
|
||||
github = "https://github.com/zzossig/hugo-theme-zzo"
|
||||
stack-overflow = "https://stackoverflow.com/users/11747951/zzossig"
|
||||
stack-overflow = ""
|
||||
instagram = ""
|
||||
google-plus = ""
|
||||
youtube = ""
|
||||
|
|
Loading…
Reference in New Issue