Skip to content

Commit 552e882

Browse files
committed
Prepare release 0.2.0-ALPHA
1 parent 5efc7fc commit 552e882

12 files changed

+48
-11
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,44 @@
22

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

5-
## [0.2.0-ALPHA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/2) - TBD
5+
## [0.2.0-ALPHA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/2) - 4 dec 2016
6+
7+
- *De-bundlize* every external scripts/css ([#66](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/66)) for many reasons:
8+
- To use browser cache
9+
- To reduce git repo size
10+
- To easily upgrade dependencies without installing dev env
11+
- First iteration for i18n support ([#9](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/9)), theme currently support following language:
12+
- `en-us`
13+
- `fr-fr`
14+
- `es-es`
15+
- `ja`
16+
- `pt-br`
17+
- `ru`
18+
- `zh-cn`
19+
- `zh-tw`
20+
- `vi` (thank you [@Kiennh](https://github.com/Kiennh))
21+
- `de-de` (thank you [@Martin1001](https://github.com/Martin1001))
22+
- Allow some customization on *copyright* section ([#48](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/48))
23+
24+
using
25+
26+
```toml
27+
[params.footer]
28+
copyright = ...
29+
```
30+
31+
like
32+
33+
```toml
34+
[params.footer]
35+
copyright = "<a href=\"https://github.com/kakawait\">kakawait</a>"
36+
```
37+
38+
- Add fallback to `monospace` when `Menlo` font is not installed ([#68](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/68))
39+
- Update fontawesome to 4.7.0 ([#58](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/58))
40+
- Add horizontal scrolling for scrollblock ([#71](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/71)) (thank you [@jeremywho](https://github.com/jeremywho))
41+
- Fix missing blog post title when using caption ([#65](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/65))
42+
- Fix vertical scrolling page opening on Firefox ([#69](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/69))
643

744
### Breaking changes
845

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ 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.1.4-ALPHA (based on Hexo version 1.9.1)
37+
- **Version**: 0.2.0-ALPHA (based on Hexo version 1.9.1)
3838
- **Compatibility**: Hugo v0.17
3939

4040
## Features

docs/developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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.1.4-ALPHA (based on Hexo version 1.9.1)
31+
- **Version** : 0.2.0-ALPHA (based on Hexo version 1.9.1)
3232
- **Compatibility** : Hugo v0.17
3333

3434
## Requirements ##

docs/user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
5252
## General
5353

5454
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
55-
- **Version**: 0.1.4-ALPHA (based on Hexo version 1.9.1)
55+
- **Version**: 0.2.0-ALPHA (based on Hexo version 1.9.1)
5656
- **Compatibility**: Hugo v0.17
5757

5858
## Features

exampleSite/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tranquilpeak
2-
# Version : 0.1.4-ALPHA
2+
# Version : 0.2.0-ALPHA
33
# Author : Thibaud Leprêtre
44

55
# I STRONGLY recommend you to use a CDN to speed up loading of pages.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Welcome to Tranquilpeak 0.1.4"
2+
title: "Welcome to Tranquilpeak 0.2.0"
33
date: 2015-06-15
44
categories:
55
- tranquilpeak
@@ -65,7 +65,7 @@ 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.1.4-ALPHA (based on Hexo version 1.9.1)
68+
- **Version**: 0.2.0-ALPHA (based on Hexo version 1.9.1)
6969
- **Compatibility**: Hugo v0.17
7070

7171
## Features

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/helpers/jquery.fancybox-thumbs.min.css" />
8282
<!--EXTERNAL STYLES END-->
8383
<!--STYLES-->
84-
<link rel="stylesheet" href="/css/style-phq0nahzqjjxqysk79zo9dhjalhmmoi8iaovgp3rgyoe35wfsbeqlmewk98r.min.css" />
84+
<link rel="stylesheet" href="/css/style-gwlo24d2hxipxk8bi1sxik0zhlpn9t7ebcmgp9kubmmcjfzlavuyhvbqumhn.min.css" />
8585
<!--STYLES END-->
8686

8787
{{ if .Params.ga.async }}

layouts/partials/script.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/helpers/jquery.fancybox-thumbs.min.js"></script>
66
<!--EXTERNAL SCRIPTS END-->
77
<!--SCRIPTS-->
8-
<script src="/js/script-qrbynhoksrxenxw5q4vknmkusp66zuy3xrrgm3bdqdikq3b3xvqseu9mp3gk.min.js"></script>
8+
<script src="/js/script-wl33z0n6ocaypepiqrazthtivfrliqijej4rq8ek8gvrv1awftmgjuv8k4zc.min.js"></script>
99
<!--SCRIPTS END-->
1010
<script>
1111
$(document).ready(function() {

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.1.4-ALPHA",
3+
"version": "0.2.0-ALPHA",
44
"description": "A gorgeous responsive theme for Hugo blog framework",
55
"main": "Gruntfile.js",
66
"scripts": {

static/css/style-gwlo24d2hxipxk8bi1sxik0zhlpn9t7ebcmgp9kubmmcjfzlavuyhvbqumhn.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)