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>2019-10-06 10:36:12 +0300
committerthingsym <thingsym@gmail.com>2019-10-06 10:36:12 +0300
commit959f2cd6c4735ede134c762ee12a652071f97f3c (patch)
tree97ed85352e96f427bc3234504461f4a1ff0a1d54
parentab72d60167cbcdd97d96cafd36223bcac5900f0c (diff)
Version 0.3.0
-rw-r--r--README.md8
-rwxr-xr-xexampleSite/config.toml2
-rw-r--r--exampleSite/content/getting-started/configuration.md4
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
5 files changed, 13 insertions, 5 deletions
diff --git a/README.md b/README.md
index fa61d84..1ec14e9 100644
--- a/README.md
+++ b/README.md
@@ -166,6 +166,14 @@ Small patches and bug reports can be submitted a issue tracker in Github. Forkin
## Changelog
+* Version 0.3.0 - 2019.10.06
+ * fix archetypes
+ * add prepend-body.html for Tag Manager noscript version
+ * change class name from menu to global-menu
+ * rename partials files
+ * fix javascript path for webpack
+ * improve development environment
+ * move javascript files to src directory
* Version 0.2.2 - 2019.04.27
* fix Lastmod's and PublishDate's initial value of 0001-01-01
* Version 0.2.1 - 2018.12.07
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 47ec998..9b46bbb 100755
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -20,7 +20,7 @@ enableMissingTranslationPlaceholders = false
# Souce Code repository section
description = "put your description"
github_repository = "https://github.com/thingsym/hugo-theme-techdoc"
- version = "0.2.2"
+ version = "0.3.0"
# Documentation repository section
# documentation repository (set edit link to documentation repository)
diff --git a/exampleSite/content/getting-started/configuration.md b/exampleSite/content/getting-started/configuration.md
index be0ce01..bfba202 100644
--- a/exampleSite/content/getting-started/configuration.md
+++ b/exampleSite/content/getting-started/configuration.md
@@ -14,7 +14,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.2.2"
+ version = "0.3.0"
# Documentation repository section
# documentation repository (set edit link to documentation repository)
@@ -47,7 +47,7 @@ default: `https://github.com/thingsym/hugo-theme-techdoc`
The version of souce code
-default: `0.2.2`
+default: `0.3.0`
#### `github_doc_repository`
diff --git a/package-lock.json b/package-lock.json
index 7781c60..0bc3280 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-techdoc",
- "version": "0.2.2",
+ "version": "0.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 805c2b4..0bf7954 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-techdoc",
- "version": "0.2.2",
+ "version": "0.3.0",
"description": "The Techdoc is a Hugo Theme for technical documentation.",
"main": "gulpfile.js",
"author": "Thingsym",