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 14:18:12 +0300
committerthingsym <thingsym@gmail.com>2020-03-07 14:18:12 +0300
commitb7afd194ba96f00268bf3b8aecd17aded985c4c7 (patch)
treec1123ae014282ade4b2a9736a09a2bd1c5d8d3b7
parent84e26889966f0832544e2ead5bde6eff6a4b6059 (diff)
parenta243e5412ed4caf2499f853f381bd12127a456a1 (diff)
Merge branch 'release-0.8.2'v0.8.2
-rw-r--r--README.md2
-rwxr-xr-xexampleSite/config.toml2
-rw-r--r--exampleSite/content/_index.md2
-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
7 files changed, 9 insertions, 7 deletions
diff --git a/README.md b/README.md
index efdf50e..d49f3c5 100644
--- a/README.md
+++ b/README.md
@@ -212,6 +212,8 @@ Small patches and bug reports can be submitted a issue tracker in Github. Forkin
## Changelog
+* Version 0.8.2 - 2020.03.07
+ * fix open graph image path
* Version 0.8.1 - 2020.03.07
* fix open graph image path
* Version 0.8.0 - 2020.02.27
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8393f5c..f6d402c 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.1"
+ version = "0.8.2"
# Documentation repository section
# documentation repository (set edit link to documentation repository)
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index 14352ae..99b0d0a 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -6,7 +6,7 @@ publishdate: 2018-11-23T15:26:15Z
title: Home title
description: Text about this post
images:
-- /images/pexels-photo-196666.jpeg
+- images/pexels-photo-196666.jpeg
---
# Hugo Techdoc Theme
diff --git a/exampleSite/content/getting-started/_index.md b/exampleSite/content/getting-started/_index.md
index 1c18755..9bb7e22 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:
-- /images/pexels-photo-196666.jpeg
+- images/pexels-photo-196666.jpeg
---
## [Installation](./installation)
diff --git a/exampleSite/content/getting-started/configuration.md b/exampleSite/content/getting-started/configuration.md
index 45dc173..614cd29 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.1"
+ version = "0.8.2"
# 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.1`
+default: `0.8.2`
#### `github_doc_repository`
diff --git a/package-lock.json b/package-lock.json
index 195cbb9..7e15664 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-techdoc",
- "version": "0.8.1",
+ "version": "0.8.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 1d31edf..3acee4d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-techdoc",
- "version": "0.8.1",
+ "version": "0.8.2",
"description": "The Techdoc is a Hugo Theme for technical documentation.",
"main": "gulpfile.js",
"author": "Thingsym",