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

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthingsym <thingsym@gmail.com>2018-12-05 14:38:52 +0300
committerthingsym <thingsym@gmail.com>2018-12-05 14:38:52 +0300
commit7fccb042a766627dccd5e2830cbe5e46394a27cc (patch)
tree34dc34decb3b4444d14bae750843818ac3789d1f /exampleSite
parent00fe4ba4bad9ddacbc5132c2943d525e63339297 (diff)
docs: fix exampleSite
Diffstat (limited to 'exampleSite')
-rwxr-xr-xexampleSite/config.toml1
-rw-r--r--exampleSite/content/_index.md5
-rw-r--r--exampleSite/content/getting-started/_index.md1
3 files changed, 7 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index a03d84d..f10d83d 100755
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -33,6 +33,7 @@ enableMissingTranslationPlaceholders = false
# Theme settings section
dateformat = "" # default "2 Jan 2006"
+ # See the format reference https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference
# path name excluded from documentation menu
menu_exclusion = ["archives", "blog", "entry", "post", "posts"]
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index 57d79c3..62cb545 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -1,3 +1,8 @@
+---
+date: 2017-10-17T15:26:15Z
+lastmod: 2018-12-05T15:26:15Z
+---
+
# Hugo Techdoc Theme
## The Techdoc is a Hugo Theme for technical documentation.
diff --git a/exampleSite/content/getting-started/_index.md b/exampleSite/content/getting-started/_index.md
index ada2b2d..aa6c10d 100644
--- a/exampleSite/content/getting-started/_index.md
+++ b/exampleSite/content/getting-started/_index.md
@@ -1,6 +1,7 @@
---
title: "Getting Started"
date: 2017-10-17T15:26:15Z
+lastmod: 2018-12-05T15:26:15Z
draft: false
weight: 9
---