Silicon Loons Blog Site
To generate this site, follow the instructions below:
-
Clone this repository, including submodules:
git clone --recurse-submodules git@github.com:mestery/siliconloons.git
-
Build the site using hugo
hugo --theme=terminal
-
Sync the content out to your hosting provider:
rsync -avz -e ssh public/* mestery@sadira.dreamhost.com:siliconloons.com/
-
You're done!
To create a new post, run a command such as the following:
hugo new posts/2014-12-26-welcome-to-hugo.md
The following are links for references for working with Hugo and Markdown:
- Markdown Cheatsheet: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
- VIM spell checking: http://robots.thoughtbot.com/vim-spell-checking