exampleSite edited

This commit is contained in:
zzossig 2019-12-10 10:33:18 +09:00
parent 586dffdef5
commit 6e1ff92a2d
7 changed files with 42 additions and 78 deletions

View File

@ -119,15 +119,19 @@ enableEmoji = true
paginate = 13 # Number of items per page in paginated lists. paginate = 13 # Number of items per page in paginated lists.
rssLimit = 100 rssLimit = 100
pygmentsOptions = "linenos=table"
pygmentsUseClasses = true
googleAnalytics = "" googleAnalytics = ""
[markup] [markup]
[markup.goldmark] [markup.goldmark]
[markup.goldmark.renderer] [markup.goldmark.renderer]
hardWraps = true
unsafe = true unsafe = true
xHTML = true
[markup.highlight]
codeFences = true
lineNos = true
lineNumbersInTable = true
noClasses = false
[outputs] [outputs]
home = ["HTML", "RSS", "JSON", "WEBMANIFEST"] home = ["HTML", "RSS", "JSON", "WEBMANIFEST"]

View File

@ -114,15 +114,19 @@ enableEmoji = true
paginate = 13 # Number of items per page in paginated lists. paginate = 13 # Number of items per page in paginated lists.
rssLimit = 100 rssLimit = 100
pygmentsOptions = "linenos=table"
pygmentsUseClasses = true
googleAnalytics = "" googleAnalytics = ""
[markup] [markup]
[markup.goldmark] [markup.goldmark]
[markup.goldmark.renderer] [markup.goldmark.renderer]
hardWraps = true
unsafe = true unsafe = true
xHTML = true
[markup.highlight]
codeFences = true
lineNos = true
lineNumbersInTable = true
noClasses = false
[outputs] [outputs]
home = ["HTML", "RSS", "JSON", "WEBMANIFEST"] home = ["HTML", "RSS", "JSON", "WEBMANIFEST"]

View File

@ -1,13 +1,14 @@
baseURL = "" baseURL = "http://example.org/"
title = "Hugo Zzo Theme"
theme = "zzo" theme = "zzo"
defaultContentLanguage = "ko" defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true defaultContentLanguageInSubdir = true
hasCJKLanguage = true hasCJKLanguage = true
summaryLength = 70 summaryLength = 70
copyright = "©{year}, ZZOSSIG All Rights Reserved" copyright = "©{year}, All Rights Reserved"
timeout = 10000 timeout = 10000
enableEmoji = true enableEmoji = true
paginate = 13 paginate = 13
@ -17,32 +18,15 @@ googleAnalytics = ""
[markup] [markup]
[markup.goldmark] [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] [markup.goldmark.renderer]
hardWraps = true hardWraps = true
unsafe = true unsafe = true
xHTML = true xHTML = true
[markup.highlight] [markup.highlight]
codeFences = true codeFences = true
hl_Lines = ""
lineNoStart = 1
lineNos = true lineNos = true
lineNumbersInTable = true lineNumbersInTable = true
noClasses = false noClasses = false
tabWidth = 4
[markup.tableOfContents]
endLevel = 3
startLevel = 2
[outputs] [outputs]
home = ["HTML", "RSS", "JSON", "WEBMANIFEST"] home = ["HTML", "RSS", "JSON", "WEBMANIFEST"]
@ -55,7 +39,7 @@ googleAnalytics = ""
baseName = "webmanifest" baseName = "webmanifest"
mediaType = "application/manifest+json" mediaType = "application/manifest+json"
rel = "manifest" rel = "manifest"
[taxonomies] [taxonomies]
category = "categories" category = "categories"
tag = "tags" tag = "tags"

View File

@ -1,9 +1,9 @@
[ko]
title = "쪼식이 블로그"
languageName = "한국어"
weight = 1
[en] [en]
title = "Zzossig's Blog" title = "Hugo Zzo Theme"
languageName = "English" languageName = "English"
weight = 1
[ko]
title = "Hugo Zzo Theme"
languageName = "한국어"
weight = 2 weight = 2

View File

@ -10,6 +10,12 @@
url = "archive" url = "archive"
weight = 2 weight = 2
[[main]]
identifier = "pt"
name = "pt"
url = "pt"
weight = 3
[[main]] [[main]]
identifier = "gallery" identifier = "gallery"
name = "gallery" name = "gallery"

View File

@ -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

View File

@ -1,5 +1,5 @@
logoText = "" logoText = "Zzo"
description = "쪼식이 블로그" description = "The Zzo theme for Hugo example site."
custom_css = [] custom_css = []
custom_js = [] custom_js = []
@ -18,12 +18,12 @@ archivePaginate = 13
paginateWindow = 1 paginateWindow = 1
# whoami # whoami
myname = "최성환" myname = "zzossig"
email = "zzossig@gmail.com" email = "zzossig@gmail.com"
whoami = "성장중인 프로그래머" whoami = "Web Developer"
useGravatar = true useGravatar = false
location = "Seoul, Korea" location = "Seoul, Korea"
organization = "" organization = "Hugo"
link = "https://github.com/zzossig/hugo-theme-zzo" link = "https://github.com/zzossig/hugo-theme-zzo"
# sidebar # sidebar
@ -42,7 +42,7 @@ showFeedLinks = true
showSocialLinks = true showSocialLinks = true
enableLangChange = true enableLangChange = true
enableThemeChange = true enableThemeChange = true
themeOptions = ["light", "dark", "hacker", "solarized", "custom"] themeOptions = ["dark", "light", "hacker", "solarized", "custom"]
# service # service
baiduAnalytics = "" baiduAnalytics = ""
@ -99,11 +99,11 @@ commento = false
dataAttrs = "" # "data-isso='https://isso.example.com' data-isso-require-author='true'" dataAttrs = "" # "data-isso='https://isso.example.com' data-isso-require-author='true'"
[socialOptions] [socialOptions]
email = "mailto:zzossig@gmail.com" email = "mailto:your@email.com"
facebook = "" facebook = "http://example.org/"
twitter = "https://twitter.com/zzossig" twitter = "http://example.org/"
github = "https://github.com/zzossig/hugo-theme-zzo" github = "https://github.com/zzossig/hugo-theme-zzo"
stack-overflow = "https://stackoverflow.com/users/11747951/zzossig" stack-overflow = ""
instagram = "" instagram = ""
google-plus = "" google-plus = ""
youtube = "" youtube = ""