Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Mar 30, 2016
1 parent d6240a4 commit e5ebac5
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
<a name="0.1.0"></a>
# [0.1.0](https://github.com/sparanoid/almace-scaffolding/compare/v0.0.58...v0.1.0) (2016-03-30)


### Bug Fixes

* **grunt:** disable `leading_quotes` for list, this could help avoid unwanted list style off ([ff19591](https://github.com/sparanoid/almace-scaffolding/commit/ff19591))
* **styles:** missing monospace for Windows ([d547628](https://github.com/sparanoid/almace-scaffolding/commit/d547628))

### Features

* **script:** update LIghtense Images ([5cb16c9](https://github.com/sparanoid/almace-scaffolding/commit/5cb16c9))
* **styles:** brand-new headings ([442d46f](https://github.com/sparanoid/almace-scaffolding/commit/442d46f))
* **styles:** visual aligin tweak ([d6240a4](https://github.com/sparanoid/almace-scaffolding/commit/d6240a4))


### BREAKING CHANGES

* styles: I've redesigned the site headings this time, and also introduces some new variables for you to customize them, you can use your favorite color site-wide or specific post in post front-matter field:

```yaml
scheme-hero-text: "#00ebff"
scheme-hero-link: "#00ebff"
scheme-hero-bg: "#0029ff"
```
<a name="0.0.58"></a>
## [0.0.58](https://github.com/sparanoid/almace-scaffolding/compare/v0.0.57...v0.0.58) (2016-03-18)
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.58</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.1.0</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.58",
"version": "0.1.0",
"description": "Almace Scaffolding, a super-fast Jekyll framework",
"author": "Tunghsiao Liu",
"homepage": "http://sparanoid.com/lab/amsf/",
Expand Down

0 comments on commit e5ebac5

Please sign in to comment.