Skip to content

Commit f159530

Browse files
committed
Releasing 0.1.0-ALPHA
1 parent 53e8103 commit f159530

File tree

12 files changed

+10
-9
lines changed

12 files changed

+10
-9
lines changed

README.md

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

2828
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
29-
- **Version**: 0.1.0-SNAPSHOT (based on Hexo version 1.9.1)
29+
- **Version**: 0.1.0-ALPHA (based on Hexo version 1.9.1)
3030
- **Compatibility**: Hugo v0.17
3131

3232
## Features
@@ -41,6 +41,7 @@ Please all the credit should be attributed to [original *Hexo* version](https://
4141
- Beautiful about page
4242
- Support Open Graph protocol
4343
- Easily customizable (fonts, colors, layout elements, code coloration, etc..)
44+
- Documentations
4445

4546
**Posts features:**
4647

@@ -67,7 +68,6 @@ Please all the credit should be attributed to [original *Hexo* version](https://
6768
- [ ] Duoshuo
6869
- [ ] Baidu analytics
6970
- [ ] Algolia (https://github.com/kakawait/hugo-tranquilpeak-theme/issues/8)
70-
- [ ] Documentations (https://github.com/kakawait/hugo-tranquilpeak-theme/issues/4)
7171
- [ ] Pagination custumization `tag_pagination`, `category_pagination` and `archive_pagination` (https://github.com/kakawait/hugo-tranquilpeak-theme/issues/17)
7272

7373
**ATTENTION** following features will not be possible due to *Hugo* limitations

bower.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.0-SNAPSHOT",
3+
"version": "0.1.0-ALPHA",
44
"description": "A gorgeous responsive theme for Hexo blog framework",
55
"authors": [
66
"Thibaud Leprêtre"

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.0-SNAPSHOT (based on Hexo version 1.9.1)
31+
- **Version** : 0.1.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
@@ -48,7 +48,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
4848
## General
4949

5050
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
51-
- **Version**: 0.1.0-SNAPSHOT (based on Hexo version 1.9.1)
51+
- **Version**: 0.1.0-ALPHA (based on Hexo version 1.9.1)
5252
- **Compatibility**: Hugo v0.17
5353

5454
## 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.0-SNAPSHOT
2+
# Version : 0.1.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.0-SNAPSHOT"
2+
title: "Welcome to Tranquilpeak 0.1.0"
33
date: 2015-06-15
44
categories:
55
- tranquilpeak
@@ -58,7 +58,7 @@ Please all the credit should be attributed to [original *Hexo* version](https://
5858
## General
5959

6060
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
61-
- **Version**: 0.1.0-SNAPSHOT (based on Hexo version 1.9.1)
61+
- **Version**: 0.1.0-ALPHA (based on Hexo version 1.9.1)
6262
- **Compatibility**: Hugo v0.16
6363

6464
## Features

exampleSite/static/img/showcase.png

1.14 MB
Loading

images/screenshot.png

639 KB
Loading

images/tn.png

214 KB
Loading

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

showcase.png

-27.5 KB
Loading

theme.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "A gorgeous responsive theme for Hugo blog framework"
55
homepage = "https://github.com/kakawait/hugo-tranquilpeak-theme"
66
tags = ["blog", "minimal", "responsive", "personal", "customizable", "creative", "fontawesome", "highlight.js"]
77
features = ["blog", "themes", "disqus", "minimal", "responsive", "fontawesome", "highlight.js"]
8+
min_version = 0.16
89

910
[author]
1011
name = "Thibaud Leprêtre"

0 commit comments

Comments
 (0)