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 Leprêtre <thibaud.lepretre@gmail.com>2017-11-12 21:54:34 +0300
committerThibaud Leprêtre <thibaud.lepretre@gmail.com>2017-11-12 21:54:34 +0300
commit4db24eedf7cc0ea486edb3d1099caeb11b4b9db0 (patch)
treeb8eedfa946fb01d48b62e735b1f27a40f9cb0f2c
parent60b7fb3ce1b251cd6fbe7f4d8a4e27ee6166dd51 (diff)
:bookmark: version 0.4.3-BETA0.4.3-BETA
-rw-r--r--CHANGELOG.md17
-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/post/Welcome-to-the-new-Tranquilpeak.md4
-rw-r--r--layouts/partials/head.html2
-rw-r--r--package.json2
8 files changed, 24 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74a89b0..f9eb494 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
+## [0.4.3-BETA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/18) - 12 nov 2017
+
+- Typo fix from `highligth.js` to correct on `highlight.js` ([#231](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/231)) (thank you [@zacbook](https://github.com/zacbook))
+- Russian translation enhancement ([#227](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/227))
+
+### Breaking changes
+
+Since I did an error on `highlight.js` for parameter `syntaxHighlighter`, sorry but you have to change it again for the correct typo
+
+```toml
+[params]
+ syntaxHighlighter = "highlight.js"
+```
+
## [0.4.2-BETA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/17) - 1 nov 2017
- Support [prism.js](http://prismjs.com/) syntax highlighter in addition to _highlight.js_ ([#24](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/24))
@@ -21,7 +35,8 @@ Please upgrade you're `config.toml` (you can checkout `exampleSite/config.toml`
```toml
[params]
- syntaxHighlighter = "highlight.js"
+ # There is a typo on highligth.js (which should be highlight.js instead, please checkout version 0.4.3-BETA to get fix)
+ syntaxHighlighter = "highligth.js"
```
## [0.4.1-BETA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/16) - 11 sep 2017
diff --git a/README.md b/README.md
index 554f4e6..4738479 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Please all the credit should be attributed to [original *Hexo* version](https://
## General
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
-- **Version**: 0.4.3-SNAPSHOT (based on Hexo version 1.10.0)
+- **Version**: 0.4.3-BETA (based on Hexo version 1.10.0)
- **Compatibility**: Hugo v0.20.1
## Features
diff --git a/docs/developer.md b/docs/developer.md
index 229a18c..2673ef6 100644
--- a/docs/developer.md
+++ b/docs/developer.md
@@ -28,7 +28,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
## General ##
- **Author** : Thibaud Leprêtre
-- **Version** : 0.4.3-SNAPSHOT (based on Hexo version 1.10.0)
+- **Version** : 0.4.3-BETA (based on Hexo version 1.10.0)
- **Compatibility** : Hugo v0.20.1
## Requirements ##
diff --git a/docs/user.md b/docs/user.md
index b761702..924c05b 100644
--- a/docs/user.md
+++ b/docs/user.md
@@ -54,7 +54,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
## General
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
-- **Version**: 0.4.3-SNAPSHOT (based on Hexo version 1.10.0)
+- **Version**: 0.4.3-BETA (based on Hexo version 1.10.0)
- **Compatibility**: Hugo v0.20.1
## Features
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 82e6689..46e85e0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,5 +1,5 @@
# Tranquilpeak
-# Version : 0.4.3-SNAPSHOT
+# Version : 0.4.3-BETA
# Author : Thibaud Leprêtre
# I STRONGLY recommend you to use a CDN to speed up loading of pages.
diff --git a/exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md b/exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md
index 7e4dfc3..14c8090 100644
--- a/exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md
+++ b/exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md
@@ -1,5 +1,5 @@
---
-title: "Welcome to Tranquilpeak 0.4.3-SNAPSHOT"
+title: "Welcome to Tranquilpeak 0.4.3-BETA"
date: 2015-06-15
categories:
- tranquilpeak
@@ -65,7 +65,7 @@ Please all the credit should be attributed to [original *Hexo* version](https://
## General
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
-- **Version**: 0.4.3-SNAPSHOT (based on Hexo version 1.10.0)
+- **Version**: 0.4.3-BETA (based on Hexo version 1.10.0)
- **Compatibility**: Hugo v0.20.1
## Features
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 1205e37..9f016db 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -27,7 +27,7 @@
{{ partial "head_start.html" . }}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="generator" content="Hugo {{ .Hugo.Version }} with theme Tranquilpeak 0.4.3-SNAPSHOT">
+ <meta name="generator" content="Hugo {{ .Hugo.Version }} with theme Tranquilpeak 0.4.3-BETA">
<title>{{ with .Title }}{{ . }}{{ else }}{{ .Site.Title }}{{ end }}</title>
<meta name="author" content="{{ .Site.Author.name }}">
<meta name="keywords" content="{{ with .Keywords }}{{ delimit . ", " }}{{ end }}{{ if .Site.Params.keywords }}, {{ delimit .Site.Params.keywords ", " }}{{ end }}">
diff --git a/package.json b/package.json
index f934ffb..6017c57 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-tranquilpeak-theme",
- "version": "0.4.3-SNAPSHOT",
+ "version": "0.4.3-BETA",
"description": "A gorgeous responsive theme for Hugo blog framework",
"main": "Gruntfile.js",
"scripts": {