chore(release): 1.0.0
This commit is contained in:
parent
6424311ac7
commit
2641b3d05e
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -0,0 +1,24 @@
|
||||||
|
<a name="1.0.0"></a>
|
||||||
|
# 1.0.0 (2016-02-06)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add a custom 404 page ([e933c24](https://github.com/aubm/aubm-website-theme/commit/e933c24))
|
||||||
|
* add a link to home in the menu for conveniance ([e1615aa](https://github.com/aubm/aubm-website-theme/commit/e1615aa))
|
||||||
|
* add integration with Disqus ([f1de92a](https://github.com/aubm/aubm-website-theme/commit/f1de92a))
|
||||||
|
* add integration with Google Analytics ([b009a73](https://github.com/aubm/aubm-website-theme/commit/b009a73))
|
||||||
|
* add menu bar and main content with colors from atom editor ([06de534](https://github.com/aubm/aubm-website-theme/commit/06de534))
|
||||||
|
* add support for bootstrap tables ([b8e8128](https://github.com/aubm/aubm-website-theme/commit/b8e8128))
|
||||||
|
* add support for listing tags and categories ([9b7f46f](https://github.com/aubm/aubm-website-theme/commit/9b7f46f))
|
||||||
|
* add support for listing, tags, categories and most recent articles ([eafcee5](https://github.com/aubm/aubm-website-theme/commit/eafcee5))
|
||||||
|
* add support for pagination in _default/list.html ([f4d8ac3](https://github.com/aubm/aubm-website-theme/commit/f4d8ac3))
|
||||||
|
* add support for responsive iframes ([721c05d](https://github.com/aubm/aubm-website-theme/commit/721c05d))
|
||||||
|
* add support for syntax hightlighting with highlight.js ([057d49d](https://github.com/aubm/aubm-website-theme/commit/057d49d))
|
||||||
|
* add support for translations ([b250023](https://github.com/aubm/aubm-website-theme/commit/b250023))
|
||||||
|
* add support for Twitter and Facebook share buttons ([f5b5ae5](https://github.com/aubm/aubm-website-theme/commit/f5b5ae5))
|
||||||
|
* create list and single default layouts ([8c39d2e](https://github.com/aubm/aubm-website-theme/commit/8c39d2e))
|
||||||
|
* display dynamic pages title and description ([b9047b4](https://github.com/aubm/aubm-website-theme/commit/b9047b4))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.0.0",
|
"version": "1.0.0",
|
||||||
"description": "HTML/CSS Theme for www.aubm.net",
|
"description": "HTML/CSS Theme for www.aubm.net",
|
||||||
"repository": "https://github.com/aubm/aubm-website-theme.git",
|
"repository": "https://github.com/aubm/aubm-website-theme.git",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in New Issue