flaviof Blog Site (v2)
This repo holds the contents for what is published under:
To generate this site, follow the instructions below:
-
Clone this repository
git clone git@github.com:flavio-fernandes/flaviof-com.git && cd flaviof-com
-
To render drafts on local server, run the command shown below:
$ hugo server --buildDrafts --watch
-
Build the site using hugo
hugo
-
Sync the content out to your hosting provider:
rsync -avz --delete -e ssh public/* flaviof.com:flaviof.com/blog2/
-
You're done!
To create a new post, run a command such as the following:
`hugo new post/hacks/test.md'
This Readme file was copied from and inspired by the following links:
- Original flaviof.com blog: https://github.com/flavio-fernandes/pelican-blog
- Silicon Loons Blog Site: https://github.com/mestery/siliconloons
- David Allen Website: http://davidrallen.com/
The following are links for references for working with Hugo and Markdown:
- Hugo commands: http://gohugo.io/commands/
- Toml notation: https://github.com/toml-lang/toml
- Markdown Cheatsheet: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet