Skip to content

Commit

Permalink
chore: release v0.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 14, 2015
1 parent e56cd85 commit 2f1b14b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="0.0.32"></a>
## [0.0.32](https://github.com/sparanoid/almace-scaffolding/compare/v0.0.31...v0.0.32) (2015-08-14)


### Bug Fixes

* **style:** missing footnotes styles for Kramdown ([cbd8d03](https://github.com/sparanoid/almace-scaffolding/commit/cbd8d03))

### Features

* **grunt:** add `theme-add` and `theme-update` support ([612ce72](https://github.com/sparanoid/almace-scaffolding/commit/612ce72))
* **template:** add theme templates support ([50353d7](https://github.com/sparanoid/almace-scaffolding/commit/50353d7))
* **theme:** better content margin ([6f75ecd](https://github.com/sparanoid/almace-scaffolding/commit/6f75ecd))


### BREAKING CHANGES

* Now you can include example page templates for your theme, simply put all example templates into `theme/pages/` and then you've done. All example templates will be available to end-users when they run AMSF in development mode.


<a name="0.0.31"></a>
## [0.0.31](https://github.com/sparanoid/almace-scaffolding/compare/v0.0.30...v0.0.31) (2015-08-13)

Expand Down
2 changes: 1 addition & 1 deletion _app/_pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class=amsf-title>

<h2>Super-fast Jekyll framework</h2>

<small>a.k.a. <b>AMSF</b>&#x30FB;ver. <b class="amsf-version">0.0.31</b>&#x30FB;view it on <a href="https://github.com/sparanoid/almace-scaffolding">GitHub</a></small>
<small>a.k.a. <b>AMSF</b>&#x30FB;ver. <b class="amsf-version">0.0.32</b>&#x30FB;view it on <a href="https://github.com/sparanoid/almace-scaffolding">GitHub</a></small>
</header>

<div class="page-content">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "almace-scaffolding",
"version": "0.0.31",
"version": "0.0.32",
"description": "Almace Scaffolding, a super-fast Jekyll framework",
"author": "Tunghsiao Liu",
"homepage": "http://sparanoid.com/lab/amsf/",
Expand Down

0 comments on commit 2f1b14b

Please sign in to comment.