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

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2020-02-05 20:36:42 +0300
committerzzossig <zzossig@gmail.com>2020-02-05 20:36:42 +0300
commit3ffe6f5ac4c335d989b9782ea2a8c1e34aa66650 (patch)
treeae6fcc28d89b9a7baf7006d3c9b557596d508f5a /exampleSite
parent63f9b5be299e474ff44ff709eecca991e0aa9acc (diff)
prepare exampleSite
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/params.toml2
-rw-r--r--exampleSite/content/_index.md16
-rw-r--r--exampleSite/static/manifest.json8
3 files changed, 13 insertions, 13 deletions
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index f4a978d..b27c023 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -21,7 +21,7 @@ paginateWindow = 1
taxoPaginate = 13
taxoGroupByDate = "2006" # "2006-01": group by month, "2006": group by year
-github = "https://github.com/zzossig/hugo-theme-zzo"
+github = "https://github.com/zzossig/hugo-theme-zdoc"
# comment
enableComment = true
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index 366a53e..dce15e1 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -13,18 +13,18 @@ titleColor:
textColor:
spaceBetweenTitleText: 25
buttons:
- - link: /about
+ - link: /docs/gettingstarted/quickstart
text: GET STARTED
color: primary
- link: https://github.com/zzossig/hugo-theme-zdoc
text: DOWNLOAD
color: default
-shields:
- - link: https://github.com/zzossig/hugo-theme-zdoc
- image: https://img.shields.io/github/forks/zzossig/hugo-theme-zdoc?label=Fork&style=social
- alt: Hugo ZDoc theme github forks
- - link: https://github.com/zzossig/hugo-theme-zdoc
- image: https://img.shields.io/github/stars/zzossig/hugo-theme-zdoc?label=Star&style=social
- alt: Hugo ZDoc theme github stars
+# shields:
+ # - link: https://github.com/zzossig/hugo-theme-zdoc
+ # image: https://img.shields.io/github/forks/zzossig/hugo-theme-zdoc?label=Fork&style=social
+ # alt: Hugo ZDoc theme github forks
+ # - link: https://github.com/zzossig/hugo-theme-zdoc
+ # image: https://img.shields.io/github/stars/zzossig/hugo-theme-zdoc?label=Star&style=social
+ # alt: Hugo ZDoc theme github stars
---
diff --git a/exampleSite/static/manifest.json b/exampleSite/static/manifest.json
index 5837d48..0a6c65a 100644
--- a/exampleSite/static/manifest.json
+++ b/exampleSite/static/manifest.json
@@ -1,11 +1,11 @@
{
"manifest_version": 2,
- "name": "Hugo Zzo theme",
- "short_name": "Hugo Zzo theme",
+ "name": "Hugo Zdoc theme",
+ "short_name": "Hugo Zdoc theme",
"version": "1.0.0",
"default_locale": "en",
- "description": "Hugo blog theme with rich features",
- "start_url": "https://themes.gohugo.io/theme/hugo-theme-zzo/",
+ "description": "Hugo simple documentation theme",
+ "start_url": "https://themes.gohugo.io/theme/hugo-theme-zdoc/",
"icons": [
{
"src": "favicon/android-icon-36x36.png",