Fix:
- Add
img
property "max-width" in CSS (#34)- Fix #33 by Dmitry Verkhoturov (@paskal)
Change:
- Upgrade dependent components (#32):
- bootstrap.css to v3.3.7 (was v3.3.6)
- jQuery to v3.2.1 (was v1.12.3)
- highlight.js to v9.12.0 (was v9.3.0)
Change:
- Move repository location from @key-amb's to @progrhyme's (#31)
Improve:
- Add media query for sidebar so that it don't overlay screen in narrow browsers (#29) @jodumont
Enhance:
- Add site-customized CSS as
static/css/site.css
for one to customize site's look & feel (#27)
Change:
- Apply Hugo's Menu System for header navigation (#26)
Change:
- Use
.IsHome
to detect site home (#21)- Fix #20 by Ethan Madison (@ethanmad)
- Not to append trailing
"/"
to match menu link in header.html (#21)
Fix:
- Avoid to use
{{ if isset .Params "fooBar" }}
syntax because it doesn't work for Hugo v0.18.x currently (#19)- Fix #18 by Ethan Madison (@ethanmad)
Improve:
- Removes extra padding-bottom in
body
tag which is in no need (#17)- Fix #16 by Ethan Madison (@ethanmad)
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
/
Change:
- Format of
params.mainMenu
becomes array of tables.- CAUTION: this change is backward incompatiable
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)
Improve:
- Apply default styles for tables in main content
- Don't break lines in code blocks
- Support wider view
And minor style change.
Feature:
- Add optional search form powered by Google's site search
Improve:
- Fix sidebar position for single page
Feature:
- Add new template for section
index/
page which shows all page list in the site
Change:
- Simplify page list style using
<ul>
tag
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
Initial release.