Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2019-11-19 20:54:47 +0300
committerzzossig <zzossig@gmail.com>2019-11-19 20:54:47 +0300
commit732660c3612985a7279828128d59cee9b06b1203 (patch)
tree59a50b8d5c5a8184a3917e748211aa94dacd5d58 /data
parent2e0f52a48f7aaa31f19b09a65e020744531fba3d (diff)
whoami redesign, tag taxo redesign, mobile search in progress
Diffstat (limited to 'data')
-rw-r--r--data/_config/_default/config.toml23
-rw-r--r--data/_config/_default/languages.toml9
-rw-r--r--data/_config/_default/menus.en.toml39
-rw-r--r--data/_config/_default/params.toml68
-rw-r--r--data/skin.toml3
5 files changed, 2 insertions, 140 deletions
diff --git a/data/_config/_default/config.toml b/data/_config/_default/config.toml
deleted file mode 100644
index f8e94c6..0000000
--- a/data/_config/_default/config.toml
+++ /dev/null
@@ -1,23 +0,0 @@
-baseURL = "http://example.org/"
-title = "Hugo Zzo Theme"
-theme = "zzo"
-
-defaultContentLanguage = "en"
-defaultContentLanguageInSubdir = true
-hasCJKLanguage = true
-
-summaryLength = 70
-
-copyright = "&copy;{year}, All Rights Reserved"
-timeout = 10000
-enableEmoji = true
-paginate = 7
-rssLimit = 100
-
-[outputs]
- home = [ "HTML", "RSS", "JSON" ]
-
-[taxonomies]
- category = "categories"
- tag = "tags"
- series = "series" \ No newline at end of file
diff --git a/data/_config/_default/languages.toml b/data/_config/_default/languages.toml
deleted file mode 100644
index b49847d..0000000
--- a/data/_config/_default/languages.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[en]
- title = "Hugo Zzo Theme"
- languageName = "English"
- weight = 1
-
-[ko]
- title = "Hugo Zzo Theme"
- languageName = "한국어"
- weight = 2 \ No newline at end of file
diff --git a/data/_config/_default/menus.en.toml b/data/_config/_default/menus.en.toml
deleted file mode 100644
index 7ac545d..0000000
--- a/data/_config/_default/menus.en.toml
+++ /dev/null
@@ -1,39 +0,0 @@
-[[main]]
- identifier = "about"
- name = "about"
- url = "about"
- weight = 1
-
-[[main]]
- identifier = "archive"
- name = "archive"
- url = "archive"
- weight = 2
-
-[[main]]
- identifier = "gallery"
- name = "gallery"
- url = "gallery"
- weight = 3
-
-[[main]]
- parent = "gallery"
- name = "cartoon"
- url = "gallery/cartoon"
-
-[[main]]
- parent = "gallery"
- name = "photo"
- url = "gallery/photo"
-
-[[main]]
- identifier = "posts"
- name = "posts"
- url = "posts"
- weight = 4
-
-[[main]]
- identifier = "notes"
- name = "notes"
- url = "notes"
- weight = 5 \ No newline at end of file
diff --git a/data/_config/_default/params.toml b/data/_config/_default/params.toml
deleted file mode 100644
index 413238c..0000000
--- a/data/_config/_default/params.toml
+++ /dev/null
@@ -1,68 +0,0 @@
-logoText = "Zzo"
-description = "The Zzo theme for Hugo example site."
-custom_css = []
-custom_js = []
-
-# header
-homeHeaderType = "slide" # text, img, slide
-swiperCount = 3 # only works when homeHeaderType = slide
-
-# body
-enableBreadcrumb = true
-enablePhotoSwipe = true
-enableSearch = true
-enableMark = true
-enableGoToTop = true
-enableWhoami = true
-summaryShape = "card" # card, classic, compact
-archiveGroupByDate = "2006" # "2006-01": group by month, "2006": group by year
-archivePaginate = 20
-paginateWindow = 1
-
-# whoami
-myname = "zzossig"
-email = "zzossig@gmail.com"
-whoami = "Web Developer"
-useGravatar = false
-location = "Seoul, Korea"
-organization = "Hugo"
-link = "https://github.com/zzossig/hugo-theme-zzo"
-
-# sidebar
-enableBio = true
-enableSidebar = true
-enableSidebarTags = true
-enableSidebarSeries = true
-enableSidebarCategories = true
-enableToc = true
-enableTocSwitch = true
-itemsPerCategory = 5
-enableSideSubscribe = false
-searchLanguages = ['en']
-
-# footer
-showPoweredBy = true
-showFeedLinks = true
-showSocialLinks = true
-enableLangChange = true
-enableThemeChange = true
-themeOptions = ["dark", "light", "hacker", "solarized", "custom"]
-
-[marketing]
- google_analytics = ""
- google_tag_manager = ""
-
-[socialOptions]
- email = "mailto:your@email.com"
- facebook = "http://example.org/"
- twitter = "http://example.org/"
- github = "http://example.org/"
- stack-overflow = ""
- instagram = ""
- google-plus = ""
- youtube = ""
- medium = ""
- tumblr = ""
- linkedin = ""
- pinterest = ""
- stack-exchange = "" \ No newline at end of file
diff --git a/data/skin.toml b/data/skin.toml
index c263ec2..ad963f1 100644
--- a/data/skin.toml
+++ b/data/skin.toml
@@ -28,13 +28,14 @@ navbar_dropdown_item_hover_background_color = "inherit"
sidebar_title_color = "inherit"
sidebar_li_color = "inherit"
taxo_title_color = "inherit"
+taxo_num_color = "inherit"
+taxo_num_background_color = "inherit"
taxo_tags_background_color = "inherit"
taxo_tags_color = "inherit"
taxo_series_background_color = "inherit"
taxo_series_color = "inherit"
taxo_categories_background_color = "inherit"
taxo_categories_color = "inherit"
-taxo_background_color_hover = "inherit"
breadcrumb_item_color = "inherit"
breadcrumb_background_color = "inherit"
breadcrumb_item_active_color = "inherit"