Skip to content

Instantly share code, notes, and snippets.

@kwgch
Last active August 29, 2015 14:07
Show Gist options
  • Save kwgch/e7f7fe305d84ec603ea5 to your computer and use it in GitHub Desktop.
Save kwgch/e7f7fe305d84ec603ea5 to your computer and use it in GitHub Desktop.
octpressでmaterial design風味のblogをつくる ref: http://qiita.com/kwgch/items/e6ce88bc7e3d4daa42cb
% gem install hub
% npm install -g bower
% mkdir my_octopress
% hub clone imathis/octopress my_octopress
% cd my_octopress
% bundle
% hub clone kAworu/octostrap3 .themes/octostrap3
% rake 'install[octostrap3]'
% rake generate
% echo '{"directory": "source/assets"}' > .bowerrc
% bower i bootstrap-material-design
% rake new_post['test']
% echo '#hoge\n<!-- more -->\nfuga' >> source/_post/yyyy-mm-dd-test.markdown # 操作日で
% rake preview
+ <link href="{{ root_url }}/assets/bootstrap-material-design/dist/css/material.min.css" rel="stylesheet" type="text/css">
- <nav class="navbar navbar-default" role="navigation">
+ <nav class="navbar" role="navigation">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment