Last active
October 7, 2015 19:18
-
-
Save shiraco/3212281 to your computer and use it in GitHub Desktop.
Octpress start
This file contains 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
git clone git://github.com/imathis/octopress.git octopress | |
cd octopress | |
bundle install | |
rake setup_github_pages | |
Repository url: [email protected]:shiraco/shiraco.github.com.git | |
rake install | |
rake generate | |
rake deploy | |
git remote add bucket [email protected]:shiraco/octopress.git | |
git push -u bucket source | |
-- テーマのカスタマイズ | |
http://qiita.com/items/ab532088453105e1bea4 | |
git clone git://github.com/tommy351/Octopress-Theme-Slash.git .themes/slash | |
rake install['slash'] | |
rake generate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment