You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.2.2-ALPHA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/11) - 14 feb 2017
6
+
7
+
- Page archetype ([#106](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/106)) (thank you [@ebouchut](https://github.com/ebouchut))
8
+
- Improve documentation ([#113](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/113), [#105](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/105)) (thank you [@ebouchut](https://github.com/ebouchut))
9
+
- Update brazilian translation ([#101](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/101)) (thank you [@italocegatta](https://github.com/italocegatta))
10
+
5
11
## [0.2.1-ALPHA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/10) - 8 jan 2017
6
12
7
13
- Easy customization of head and foot via `/layouts/partials/(head|foot)_(start|end).html` ([#80](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/80)) (thank you [@blaubaer](https://github.com/blaubaer))
-[ ] Pagination custumization`tagPagination`, `categoryPagination` and `archivePagination` (https://github.com/kakawait/hugo-tranquilpeak-theme/issues/17)
78
+
-[ ] Pagination customization`tagPagination`, `categoryPagination` and `archivePagination` (https://github.com/kakawait/hugo-tranquilpeak-theme/issues/17)
79
79
80
80
**ATTENTION** following features will not be possible due to *Hugo* limitations
81
81
@@ -147,7 +147,7 @@ As explained on [Credits](#credits):
147
147
148
148
> *Hugo* version keeps every `.js` and `.css` files untouched from original *Hexo* version in order to enjoy futur original *Hexo* version updates or features!
149
149
150
-
That mean I would keep a stronge dependency with original *Hexo* theme. Thus if you want to suggest any modifications on `.css` or `.js` files **I will submit those changes to original *Hexo* theme** (except if it's really specific to *Hugo* bugs that is not present on *Hexo*).
150
+
That mean I would keep a strong dependency with original *Hexo* theme. Thus if you want to suggest any modifications on `.css` or `.js` files **I will submit those changes to original *Hexo* theme** (except if it's really specific to *Hugo* bugs that is not present on *Hexo*).
Copy file name to clipboardExpand all lines: docs/user.md
+48-3Lines changed: 48 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,12 +47,13 @@ If you want to report a bug or ask a question, [create an issue](https://github.
47
47
*[Tabbed code block](#tabbed-code-block)
48
48
*[Wide image](#wide-image)
49
49
*[Fancybox](#fancybox)
50
+
-[Writing pages](#writing-pages)
50
51
-[Running](#running)
51
52
52
53
## General
53
54
54
55
-**Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
55
-
-**Version**: 0.2.1-ALPHA (based on Hexo version 1.9.1)
56
+
-**Version**: 0.2.2-ALPHA (based on Hexo version 1.9.1)
56
57
-**Compatibility**: Hugo v0.17
57
58
58
59
## Features
@@ -482,6 +483,7 @@ comments: false
482
483
showTags: true
483
484
showPagination: true
484
485
showSocial: true
486
+
showDate: true
485
487
```
486
488
487
489
|Variable|Description|
@@ -499,6 +501,7 @@ showSocial: true
499
501
|coverMeta|`in`: display post meta (title, date and categories) on cover image, `out`: display meta (title, date and categories) under cover image as usual. Default behavior : `in`|
500
502
|gallery|Images displayed in an image gallery (with fancybox) at the end of the post. If thumbnail image is not configured and cover image too, the first photo is used as thumbnail image. format: `original url [thumbnail url] [caption]`, E.g : `https://example.com/original.jpg https://example.com/thumbnail.jpg "New York"`|
501
503
|comments|Disable the comment of the post.
504
+
|showDate|`true`: Show the date when `true` (default)|
502
505
|showTags|`true`: show tags of this page. Default behavior: `true`
503
506
|showPagination|`true`: show pagination. Default behavior: `true`
504
507
|showSocial|`true`: show social button such as share on Twitter, Facebook... Default behavior: `true`
@@ -517,11 +520,11 @@ The same with : `thumbnailImagePosition` set to `left`:
517
520
518
521
Use:
519
522
520
-
-`<!--more-->` to define post excerpt and keep the post excerpt in the post content
523
+
-`<!--more-->` to define post excerpt and keep the post excerpt in the post content
521
524
522
525
### Display table of contents
523
526
524
-
As post excerpt feature enable with `<!--more-->` comment, you can display the table of contents of a post with `<!-- toc -->`. Place this comment where you want to display the table of content.
527
+
As post excerpt feature enable with `<!--more-->` comment, you can display the table of contents of a post with `<!-- toc -->`. Place this comment where you want to display the table of content.
525
528
526
529
Here is what looks like the table of contents generated:
0 commit comments