Skip to content

Commit 97677a0

Browse files
authored
Merge pull request #145 from kakawait/develop
Release 0.3.1-BETA
2 parents 3dce10b + 46a39f4 commit 97677a0

File tree

11 files changed

+32
-57
lines changed

11 files changed

+32
-57
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.1-BETA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/13) - 15 apr 2017
6+
7+
- Fix Merriweather font to support non latin chars ([#129](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/129), [#142](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/142), [#143](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/143))
8+
- Fix `exampleSite/config.toml` about `customCSS` and `customJS` ([#137](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/137), [#141](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/141))
9+
- Add meta tag `theme` that will contain theme version ([#140](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/140), [#144](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/144))
10+
511
## [0.3.0-BETA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/3) - 9 apr 2017
612

713
- Update minimun requirement to Hugo 0.20 ([#134](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/134))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Please all the credit should be attributed to [original *Hexo* version](https://
3434
## General
3535

3636
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
37-
- **Version**: 0.3.0-BETA (based on Hexo version 1.9.1)
38-
- **Compatibility**: Hugo v0.20
37+
- **Version**: 0.3.1-BETA (based on Hexo version 1.9.1)
38+
- **Compatibility**: Hugo v0.20.1
3939

4040
## Features
4141

docs/developer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ If you want to report a bug or ask a question, [create an issue](https://github.
2828
## General ##
2929

3030
- **Author** : Thibaud Leprêtre
31-
- **Version** : 0.3.0-BETA (based on Hexo version 1.9.1)
32-
- **Compatibility** : Hugo v0.20
31+
- **Version** : 0.3.1-BETA (based on Hexo version 1.9.1)
32+
- **Compatibility** : Hugo v0.20.1
3333

3434
## Requirements ##
3535

docs/user.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ If you want to report a bug or ask a question, [create an issue](https://github.
5353
## General
5454

5555
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
56-
- **Version**: 0.3.0-BETA (based on Hexo version 1.9.1)
57-
- **Compatibility**: Hugo v0.20
56+
- **Version**: 0.3.1-BETA (based on Hexo version 1.9.1)
57+
- **Compatibility**: Hugo v0.20.1
5858

5959
## Features
6060

exampleSite/config.toml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tranquilpeak
2-
# Version : 0.3.0-BETA
2+
# Version : 0.3.1-BETA
33
# Author : Thibaud Leprêtre
44

55
# I STRONGLY recommend you to use a CDN to speed up loading of pages.
@@ -163,6 +163,15 @@ canonifyurls = true
163163
# url: /#search
164164
# icon: search
165165
# class: st-search-show-outputs
166+
167+
# Custom CSS. Put here your custom CSS files. They are loaded after the theme CSS;
168+
# they have to be referred from static root. Example
169+
# customCSS = ["css/foo.css"]
170+
171+
# Custom JS. Put here your custom JS files. They are loaded after the theme JS;
172+
# they have to be referred from static root. Example
173+
# customJS = ["js/foo.js"]
174+
166175
[params.header.rightLink]
167176
class = ""
168177
icon = ""
@@ -175,11 +184,3 @@ canonifyurls = true
175184
# Customize copyright value "© 2016 <CUSTOMIZATION>. All Rights Reserved"
176185
# [params.footer]
177186
# copyright = "<a href=\"https://github.com/kakawait\">kakawait</a>"
178-
#
179-
# Custom CSS. Put here your custom CSS files. They are loaded after the theme CSS;
180-
# they have to be referred from static root. Example
181-
# customCSS = ["css/foo.css"]
182-
183-
# Custom JS. Put here your custom JS files. They are loaded after the theme JS;
184-
# they have to be referred from static root. Example
185-
# customJS = ["js/foo.js"]

exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Welcome to Tranquilpeak 0.3.0-BETA"
2+
title: "Welcome to Tranquilpeak 0.3.1-BETA"
33
date: 2015-06-15
44
categories:
55
- tranquilpeak
@@ -65,8 +65,8 @@ Please all the credit should be attributed to [original *Hexo* version](https://
6565
## General
6666

6767
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
68-
- **Version**: 0.3.0-BETA (based on Hexo version 1.9.1)
69-
- **Compatibility**: Hugo v0.20
68+
- **Version**: 0.3.1-BETA (based on Hexo version 1.9.1)
69+
- **Compatibility**: Hugo v0.20.1
7070

7171
## Features
7272

layouts/partials/head.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<meta charset="UTF-8">
2929
<meta name="viewport" content="width=device-width, initial-scale=1">
3030
<meta name="generator" content="Hugo {{ .Hugo.Version }}">
31+
<meta name="theme" content="Tranquilpeak 0.3.1-BETA">
3132
<title>{{ with .Title }}{{ . }}{{ else }}{{ .Site.Title }}{{ end }}</title>
3233
<meta name="author" content="{{ .Site.Author.name }}">
3334
<meta name="keywords" content="{{ with .Keywords }}{{ delimit . ", " }}{{ end }}{{ if .Site.Params.keywords }}, {{ delimit .Site.Params.keywords ", " }}{{ end }}">
@@ -89,11 +90,11 @@
8990
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/helpers/jquery.fancybox-thumbs.min.css" />
9091
<!--EXTERNAL STYLES END-->
9192
<!--STYLES-->
92-
<link rel="stylesheet" href="/css/style-gwlo24d2hxipxk8bi1sxik0zhlpn9t7ebcmgp9kubmmcjfzlavuyhvbqumhn.min.css" />
93+
<link rel="stylesheet" href="/css/style-u6mk0ojoywresbx8iepslrmmhl4stuhrsxuwhkpwrkrx7mryjcaimasnk4pi.min.css" />
94+
<!--STYLES END-->
9395
{{ range .Site.Params.customCSS }}
94-
<link rel="stylesheet" href="{{ $.Site.BaseURL }}{{ . }}">
96+
<link rel="stylesheet" href="{{ $.Site.BaseURL }}{{ . }}">
9597
{{ end }}
96-
<!--STYLES END-->
9798

9899
{{ if .Params.ga.async }}
99100
{{ template "_internal/google_analytics_async.html" . }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hugo-tranquilpeak-theme",
3-
"version": "0.3.0-BETA",
3+
"version": "0.3.1-BETA",
44
"description": "A gorgeous responsive theme for Hugo blog framework",
55
"main": "Gruntfile.js",
66
"scripts": {

src/scss/utils/_fonts.scss

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -12,37 +12,4 @@
1212
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzJS3E-kSBmtLoNJPDtbj2Pk.ttf) format('truetype');
1313
}
1414

15-
@font-face {
16-
font-family: 'Merriweather';
17-
font-style: normal;
18-
font-weight: 300;
19-
src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v8/ZvcMqxEwPfh2qDWBPxn6nk7nEl83IKQRaQwpv_tz1Eg.ttf) format('truetype');
20-
}
21-
22-
@font-face {
23-
font-family: 'Merriweather';
24-
font-style: normal;
25-
font-weight: 400;
26-
src: local('Merriweather'), url(https://fonts.gstatic.com/s/merriweather/v8/RFda8w1V0eDZheqfcyQ4EJS3E-kSBmtLoNJPDtbj2Pk.ttf) format('truetype');
27-
}
28-
29-
@font-face {
30-
font-family: 'Merriweather';
31-
font-style: normal;
32-
font-weight: 700;
33-
src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v8/ZvcMqxEwPfh2qDWBPxn6nv83cGrqhiQgWmjXfohD0fc.ttf) format('truetype');
34-
}
35-
36-
@font-face {
37-
font-family: 'Merriweather';
38-
font-style: italic;
39-
font-weight: 300;
40-
src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(https://fonts.gstatic.com/s/merriweather/v8/EYh7Vl4ywhowqULgRdYwIGrKw6K5wsYdxr6rUL2ZGaM.ttf) format('truetype');
41-
}
42-
43-
@font-face {
44-
font-family: 'Merriweather';
45-
font-style: italic;
46-
font-weight: 700;
47-
src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(https://fonts.gstatic.com/s/merriweather/v8/EYh7Vl4ywhowqULgRdYwII1kRdeHIFWYEsp6A2f99b0.ttf) format('truetype');
48-
}
15+
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');

static/css/style-gwlo24d2hxipxk8bi1sxik0zhlpn9t7ebcmgp9kubmmcjfzlavuyhvbqumhn.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)