RyukyuInteractive

RyukyuInteractive Tech Blog with jekyll.

Requirements

  • Ruby (RubyGems)
  • Node.js
  • Yarn

Install dependencies

  1. $ gem install bundler
  2. $ bundle install
  3. $ yarn install

Build & Preview

  • $ gulp

npm-scripts

For example, if you want to run ncu -u, you can run like this.

$ npm run -- -u

Notice

  • Filename: _posts/:year/:month/YYYY-MM-DD-TITLE.md

  • Directory structure:

    _posts
    `-- 2016
        |-- 08
        `-- 09
            |-- 2016-09-11-first-post.md
            `-- 2016-09-12-second-post.md
    
  • Permalink: http://tech.ryukyu-i.co.jp/:year/:month/:day/:title/

Features

TODO

  • [x] avatar
  • [x] google analytics
  • [x] disqus
  • [ ] super cool design
  • [ ] tags & categories
  • [x] https

GitHub