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>2020-03-07 12:32:38 +0300
committerthingsym <thingsym@gmail.com>2020-03-07 12:32:38 +0300
commit84e26889966f0832544e2ead5bde6eff6a4b6059 (patch)
tree8bd85c70cf9651ac868e4d2668a253e24151c1e2
parent6b782cf9b0a994abb95bd32ba5987cf24e1b4666 (diff)
parent2d8ddb0ce3d4386da5f7c466429a37245f13839d (diff)
Merge branch 'release-0.8.1'v0.8.1
-rw-r--r--README.md6
-rwxr-xr-xexampleSite/config.toml2
-rw-r--r--exampleSite/content/getting-started/_index.md2
-rw-r--r--exampleSite/content/getting-started/configuration.md4
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
6 files changed, 10 insertions, 8 deletions
diff --git a/README.md b/README.md
index 538539f..efdf50e 100644
--- a/README.md
+++ b/README.md
@@ -212,10 +212,12 @@ Small patches and bug reports can be submitted a issue tracker in Github. Forkin
## Changelog
+* Version 0.8.1 - 2020.03.07
+ * fix open graph image path
* Version 0.8.0 - 2020.02.27
* update Sample Document
- * fix: fix config.toml
- * fix: add open graph image to exampleSite
+ * config.toml
+ * add open graph image to exampleSite
* add safeCSS for ZgotmplZ with generated by Hugo Template
* Version 0.7.0 - 2020.02.07
* bump up Hugo minimum version to 0.60.0
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6cb0d4e..8393f5c 100755
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -20,7 +20,7 @@ enableMissingTranslationPlaceholders = false
# Source Code repository section
description = "put your description"
github_repository = "https://github.com/thingsym/hugo-theme-techdoc"
- version = "0.8.0"
+ version = "0.8.1"
# Documentation repository section
# documentation repository (set edit link to documentation repository)
diff --git a/exampleSite/content/getting-started/_index.md b/exampleSite/content/getting-started/_index.md
index 05fee29..1c18755 100644
--- a/exampleSite/content/getting-started/_index.md
+++ b/exampleSite/content/getting-started/_index.md
@@ -8,7 +8,7 @@ weight: 9
description: Text about this post
images:
-- post-cover.png
+- /images/pexels-photo-196666.jpeg
---
## [Installation](./installation)
diff --git a/exampleSite/content/getting-started/configuration.md b/exampleSite/content/getting-started/configuration.md
index 4adf016..45dc173 100644
--- a/exampleSite/content/getting-started/configuration.md
+++ b/exampleSite/content/getting-started/configuration.md
@@ -15,7 +15,7 @@ For an example of `config.toml`, see [config.toml](https://github.com/thingsym/h
# Souce Code repository section
description = "put your description"
github_repository = "https://github.com/thingsym/hugo-theme-techdoc"
- version = "0.8.0"
+ version = "0.8.1"
# Documentation repository section
# documentation repository (set edit link to documentation repository)
@@ -72,7 +72,7 @@ default: `https://github.com/thingsym/hugo-theme-techdoc`
The version of souce code
-default: `0.8.0`
+default: `0.8.1`
#### `github_doc_repository`
diff --git a/package-lock.json b/package-lock.json
index 383a640..195cbb9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-techdoc",
- "version": "0.8.0",
+ "version": "0.8.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 468fcc4..1d31edf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-techdoc",
- "version": "0.8.0",
+ "version": "0.8.1",
"description": "The Techdoc is a Hugo Theme for technical documentation.",
"main": "gulpfile.js",
"author": "Thingsym",