ikuwow's blog.
- Middleman
- Pure CSS Framework
- utterances (comment repo)
Install dependencies:
bundle install
npm install
Start the dev server:
bundle exec middleman server
The site runs at http://localhost:4567/. Frontend assets are built and watched automatically via the webpack external pipeline.
./article.sh <title>
This creates a branch, generates the article scaffold, commits and pushes it.
aws s3 sync --delete build s3://queryok.ikuwow.com/
All rights reserved.