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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud Lepretre <thibaud.lepretre@gmail.com>2021-10-06 09:06:47 +0300
committerThibaud Lepretre <thibaud.lepretre@gmail.com>2021-10-06 09:06:47 +0300
commit517707bc2ad9521a92d2ff29d87b4764349e8405 (patch)
treef55f8e54bc09418f27f84a4a414885ade6ae85d8
parent908f230adea0db3730a1b85eaebe0852f0d4f2dc (diff)
Preparing next release 0.6.0
-rw-r--r--README.md2
-rw-r--r--docs/developer.md2
-rw-r--r--docs/user.md2
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md4
-rw-r--r--layouts/partials/meta.html2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
8 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index cd6cf48..34d2997 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ How can I migrate my current version? Please read [CHANGELOG.md](https://github.
## General
- **Authors**: [Thibaud Leprêtre (kakawait)](https://github.com/kakawait) and [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro)
-- **Version**: 0.5.3-BETA (based on Hexo version 3.1.0)
+- **Version**: 0.6.0-SNAPSHOT (based on Hexo version 3.1.0)
- **Compatibility**: Hugo v0.53
## Features
diff --git a/docs/developer.md b/docs/developer.md
index 837d13f..ef68d1d 100644
--- a/docs/developer.md
+++ b/docs/developer.md
@@ -30,7 +30,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
## General ##
- **Author**: Thibaud Leprêtre
-- **Version**: 0.5.3-BETA (based on Hexo version 3.1.0)
+- **Version**: 0.6.0-SNAPSHOT (based on Hexo version 3.1.0)
- **Compatibility**: Hugo v0.53
## Requirements ##
diff --git a/docs/user.md b/docs/user.md
index 9898c80..c4d8273 100644
--- a/docs/user.md
+++ b/docs/user.md
@@ -62,7 +62,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
## General
- **Authors**: [Thibaud Leprêtre (kakawait)](https://github.com/kakawait) and [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro)
-- **Version**: 0.5.3-BETA (based on Hexo version 3.1.0)
+- **Version**: 0.6.0-SNAPSHOT (based on Hexo version 3.1.0)
- **Compatibility**: Hugo v0.53
## Features
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e60892d..240c8a8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,5 +1,5 @@
# Tranquilpeak
-# Version : 0.5.3-BETA
+# Version : 0.6.0-SNAPSHOT
# Author : Thibaud Leprêtre
# I STRONGLY recommend you to use a CDN to speed up loading of pages.
diff --git a/exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md b/exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md
index d64b5b8..cbcabf5 100644
--- a/exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md
+++ b/exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md
@@ -1,5 +1,5 @@
---
-title: "Welcome to Tranquilpeak 0.5.3-BETA"
+title: "Welcome to Tranquilpeak 0.6.0-SNAPSHOT"
date: 2015-06-15
categories:
- tranquilpeak
@@ -57,7 +57,7 @@ How can I migrate my current version? Please read [CHANGELOG.md](https://github.
## General
- **Authors**: [Thibaud Leprêtre (kakawait)](https://github.com/kakawait) and [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro)
-- **Version**: 0.5.3-BETA (based on Hexo version 3.1.0)
+- **Version**: 0.6.0-SNAPSHOT (based on Hexo version 3.1.0)
- **Compatibility**: Hugo v0.53
## Features
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index 0662392..c720057 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -1,7 +1,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
-<meta name="generator" content="Hugo {{ hugo.Version }} with theme Tranquilpeak 0.5.3-BETA">
+<meta name="generator" content="Hugo {{ hugo.Version }} with theme Tranquilpeak 0.6.0-SNAPSHOT">
<meta name="author" content="{{ .Site.Author.name }}">
<meta name="keywords" content="{{ with .Keywords }}{{ delimit . ", " }}{{ end }}{{ if .Site.Params.keywords }}, {{ delimit .Site.Params.keywords ", " }}{{ end }}">
<meta name="description" content="{{ if .Description }}{{ .Description }}{{ else if .IsPage }}{{ .Summary }}{{ else }}{{ .Site.Params.description }}{{ end }}">
diff --git a/package-lock.json b/package-lock.json
index bd32da7..5d6da27 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "hugo-tranquilpeak-theme",
- "version": "0.5.3-BETA",
+ "version": "0.6.0-SNAPSHOT",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hugo-tranquilpeak-theme",
- "version": "0.5.3-BETA",
+ "version": "0.6.0-SNAPSHOT",
"license": "GPL-3.0",
"devDependencies": {
"eslint": "^7.32.0",
diff --git a/package.json b/package.json
index e5a6173..45d7a37 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-tranquilpeak-theme",
- "version": "0.5.3-BETA",
+ "version": "0.6.0-SNAPSHOT",
"description": "A gorgeous responsive theme for Hugo blog framework",
"main": "Gruntfile.js",
"scripts": {