So I decided to use Octopress for all sorts of wonderful reasons…simple to setup, free to host on Github, looks nice, writing entries like I write code.
Here’s what I did to get it working (assumes you have the basics installed):
1 2 3 4 5 6 | |
Since Github Pages are so awesome, I decided to go with that for my “hosting”
After creating a repo zhubert.github.com I ran the initial setup:
1
| |
Using the full git@github.com:zhubert/zhubert.github.com.git when asked for a URL.
Then I modified my _config.yml to have www.zhubert.com for a URL and then made a CNAME file:
1
| |
Now I could build my initial pages
1 2 | |
And commit everything in Git.
1 2 3 | |
Next, I had to tell Namecheap the score by setting:
1 2 | |
And that’s the basics for getting setup with Github Pages and Octopress.