Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hokaccha/jekyll-template
https://github.com/hokaccha/jekyll-template
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hokaccha/jekyll-template
- Owner: hokaccha
- Created: 2012-04-06T07:53:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-27T14:46:33.000Z (over 12 years ago)
- Last Synced: 2024-04-14T09:25:35.387Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 266 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.