]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/github.mdwn
Answering questions and updating links
[git.ikiwiki.info.git] / doc / tips / github.mdwn
index c3fdab7345b22958283179a1b19306e508dd25c8..6011a450f8fcc866c43e096cae3b58c448e0b878 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2008-12-29 14:58:54 -0500"]]
+
 Here's how to set up a static wiki or blog using ikiwiki with no hosting
 fees. Everything is hosted on github, both the git repository and the web
 site. Your laptop is used to generate and publish changes to it.
@@ -5,7 +7,7 @@ site. Your laptop is used to generate and publish changes to it.
 This is possible because github now supports
 [github pages](http://github.com/blog/272-github-pages).
 
-Note that github limits free accounts to 100 mb of git storage. It's
+Note that github limits free accounts to 100 MB of git storage. It's
 unlikely that a small wiki or blog will outgrow this, but we are keeping
 two copies of the website in git (source and the compiled site), and all
 historical versions too. So it could happen. If it does, you can pay github
@@ -24,7 +26,7 @@ for more space, or you can migrate your site elsewhere.
 ## Local Setup
 
 * On your laptop, create two empty git repositories to correspond to the github repositories: <br />
-       `YOU = your github username here` <br />
+       `YOU=your github username here` <br />
        `mkdir ~/$YOU.github.com` <br />
        `cd ~/$YOU.github.com` <br />
        `git init` <br />