Skip to content

Commit

Permalink
feat(docs): LESS => Less
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 17, 2015
1 parent 524bcf8 commit 4adeb27
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ foot: |
* reset `site.base` for local development ([cd46627b](http://github.com/sparanoid/sparanoid.com/commit/cd46627bae8d6f69b84cabb152bf559de6cf6e6e))
* **feed:** use `<small>` for external link ([69c0abc9](http://github.com/sparanoid/sparanoid.com/commit/69c0abc9ecd5f34208d3458ad99e1b8ec12840b8))
* **grunt:**
* add multiple LESS output support ([568041ec](http://github.com/sparanoid/sparanoid.com/commit/568041ec95070c2e17b198661a0e2e685c96daf4))
* add multiple Less output support ([568041ec](http://github.com/sparanoid/sparanoid.com/commit/568041ec95070c2e17b198661a0e2e685c96daf4))
* new grunt option `--fast`, build site without minification ([073fed50](http://github.com/sparanoid/sparanoid.com/commit/073fed50ccf531b6af7669bcf038229c8849ba1b))
* **post:** update post “Chinese Copywriting Guidelines” ([3b021f32](http://github.com/sparanoid/sparanoid.com/commit/3b021f3233518038d0d20808a239989b06a3510d))
* **template:**
Expand Down Expand Up @@ -559,7 +559,7 @@ then define your own styles in `custom.less`:
#### Features

* split configuration files into 3 files for better user experience ([d5db218f](http://github.com/sparanoid/sparanoid.com/commit/d5db218fdb08862c2e736ab5a3a7ba7d4c414184))
* **style:** make highlighter theme works for all color scheme (hint: LESS color functions) ([5556eef4](http://github.com/sparanoid/sparanoid.com/commit/5556eef4c0dab2458e7e452dd22f45b660355ede))
* **style:** make highlighter theme works for all color scheme (hint: Less color functions) ([5556eef4](http://github.com/sparanoid/sparanoid.com/commit/5556eef4c0dab2458e7e452dd22f45b660355ede))
* **template:**
* move all custom variables to default `_config.yml` ([92a69fb0](http://github.com/sparanoid/sparanoid.com/commit/92a69fb0944451cbb098b9ae2c696d7c2e81d808))
* use assign statement for post link ([2b79f39b](http://github.com/sparanoid/sparanoid.com/commit/2b79f39babd38a46b594f342c5bd604b54a92347))
Expand Down Expand Up @@ -876,7 +876,7 @@ You can read more about the footnote syntax at https://github.com/vmg/redcarpet
- Fix the link points to the real location in changelog
- `Mac OS X` --> `OS X`
- Disable Champaign Monitor custom domain URL
- CSS-style variables for LESS
- CSS-style variables for Less
- Bump deps versions
- Update license
- Simplified homepage copywirting
Expand Down Expand Up @@ -1187,7 +1187,7 @@ You can read more about the footnote syntax at https://github.com/vmg/redcarpet
- Update post 'Font Zomnk'
- Update About page with microdata
- Fix typo
- Add `.store` style, embed SVG w/ data URI in LESS
- Add `.store` style, embed SVG w/ data URI in Less
- Added a workaround solution for yuicompressor bug, media query fix
- Remove lang variable. More post in English. Better hr styles with data attr.
- Fix `feed-all.rss` permalink
Expand Down Expand Up @@ -1235,7 +1235,7 @@ You can read more about the footnote syntax at https://github.com/vmg/redcarpet
## 20 (July 16, 2012) [#][20]

- First commit prepared for v20
- Remove comments in LESS, `.work-list` minor tweak, remove text-align hook in error page
- Remove comments in Less, `.work-list` minor tweak, remove text-align hook in error page
- Remove WOTY specified styles and structures
- Font updated, index updated, colophon updated, pagination position updated, infinite symbol position updated
- Update logo size
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/sparanoid/almace-scaffolding.svg)](https://travis-ci.org/sparanoid/almace-scaffolding)
[![devDependency Status](https://david-dm.org/sparanoid/almace-scaffolding/dev-status.svg)](https://david-dm.org/sparanoid/almace-scaffolding#info=devDependencies)

`AMSF`, a.k.a. **Almace Scaffolding**, a super-fast Jekyll framework. Supports live reloading (Browsersync), LESS, HTML minification, inlined stylesheets and more.
`AMSF`, a.k.a. **Almace Scaffolding**, a super-fast Jekyll framework. Supports live reloading (Browsersync), Less, HTML minification, inlined stylesheets and more.

-----

Expand Down
2 changes: 1 addition & 1 deletion _app/_posts/note/2014-01-01-github-pages-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: deployment

Unfortunately this project doesn't work with GitHub Pages or GitHub Pages for projects. There're some factors that prevent it from generating pages:

- Many features Almace Scaffolding provides like live reloading, LESS support, inline SVG, and HTML minification are implemented using [Grunt.js](http://gruntjs.com/), it's not supported by GitHub Pages.
- Many features Almace Scaffolding provides like live reloading, Less support, inline SVG, and HTML minification are implemented using [Grunt.js](http://gruntjs.com/), it's not supported by GitHub Pages.
- Almace Scaffolding uses the latest pre-release Jekyll, so not all features are supported by GitHub Pages renderers.
- GItHub Pages build server [overwrites the `source` settings](https://help.github.com/articles/pages-don-t-build-unable-to-run-jekyll#source-setting). This prevent it generating pages from current file structure.

Expand Down
2 changes: 1 addition & 1 deletion _app/_posts/note/2014-06-13-welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ category: note
tag: getting-started
---

AMSF, a.k.a. **Almace Scaffolding**, is a super-fast Jekyll framework, supports live reloading (Browsersync), LESS, HTML minification, inlined stylesheets and more.
AMSF, a.k.a. **Almace Scaffolding**, is a super-fast Jekyll framework, supports live reloading (Browsersync), Less, HTML minification, inlined stylesheets and more.

<p class="largetype">
<a href="http://sparanoid.com/lab/amsf/getting-started.html">Getting Started &#x27A1;&#xfe0e;</a>
Expand Down

0 comments on commit 4adeb27

Please sign in to comment.