Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CHANGELOG.md - github.com/progrhyme/hugo-theme-bootie-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 430ab3842222124bd1da08623f5846be6d3348dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
## 1.1.2 (2017/1/5)

Improve:

- Removes extra padding-bottom in `body` tag which is in no need (#17)

## 1.1.1 (2016/5/7)

Change:

- Shows page list by categories for all pages
  - Shows in sidebar for basic single page or listing page
  - Shows at bottom in top page `/`

## 1.1.0 (2016/5/7)

Change:

- Format of `params.mainMenu` becomes array of tables.
  - **CAUTION: this change is backward incompatiable**

## 1.0.3 (2016/5/6)

Bug Fix:

- Issues caused by fixed sidebar introduced in v1.0.0:
  - It corrupted looks in narrow browsers (#12)
  - "Back to Top" link at bottom of page did not restore original position of
    sidebar (#11)

## 1.0.2 (2016/5/5)

Improve:

- Apply default styles for tables in main content
- Don't break lines in code blocks
- Support wider view

And minor style change.

## 1.0.1 (2016/5/5)

Feature:

- Add optional search form powered by Google's site search

## 1.0.0 (2016/5/5)

Improve:

- Fix sidebar position for single page

## 0.9.2 (2016/5/5)

Feature:

- Add new template for section `index/` page which shows all page list in the
  site

Change:

- Simplify page list style using `<ul>` tag

## 0.9.1 (2016/5/4)

Fix:

- Use `.Site.BaseURL` instead of obsolete `.Site.BaseUrl`

Change:

- Renew favicon design
- Update dependent components:
  - bootstrap.css to v3.3.6 (was v3.3.4)
  - jQuery to v1.12.3 (was v1.11.2)
  - highlight.js to v9.3.0 (was v8.5)

Enhance:

- Add `Params.highlightStyle` config option to change code-highlight style

## 0.9 (2015/4/30)

Initial release.