Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hokaccha/jekyll-template


https://github.com/hokaccha/jekyll-template

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Jekyll template

Frontend development start kit. Use thees.

* jekyll (static site generator)
* scss (CSS meta lang)
* uglifier (js minify)

## Usage

### install bundler

If you not installed `bundler`

$ gem install bundler

### download and setup

$ curl -L https://github.com/hokaccha/jekyll-template/tarball/master | tar vzx
$ mv hokaccha-jekyll-template-
$ cd
$ bundle install
$ rake setup
$ jekyll

## Directory tree

.
├── Gemfile # dependencies modules
├── _config.yml # jekyll config
├── _plugins # jekyll plugins
├── _test # test dir
├── _src # source dir
│   ├── _layouts # jekyll layout dir
│   ├── _scss # scss source dir
│   ├── _js # js source dir
│   └── index.html # default html file
└── htdocs # jekyll output dir

## License

Copyright (c) 2012 Kazuhito Hokamura
Licensed under the MIT license.