Last active
August 29, 2015 14:07
-
-
Save kwgch/e7f7fe305d84ec603ea5 to your computer and use it in GitHub Desktop.
octpressでmaterial design風味のblogをつくる ref: http://qiita.com/kwgch/items/e6ce88bc7e3d4daa42cb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% gem install hub |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% npm install -g bower |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% mkdir my_octopress | |
% hub clone imathis/octopress my_octopress | |
% cd my_octopress | |
% bundle |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% hub clone kAworu/octostrap3 .themes/octostrap3 | |
% rake 'install[octostrap3]' | |
% rake generate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% echo '{"directory": "source/assets"}' > .bowerrc | |
% bower i bootstrap-material-design |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% rake new_post['test'] | |
% echo '#hoge\n<!-- more -->\nfuga' >> source/_post/yyyy-mm-dd-test.markdown # 操作日で | |
% rake preview |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ <link href="{{ root_url }}/assets/bootstrap-material-design/dist/css/material.min.css" rel="stylesheet" type="text/css"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment