Fernando Correia's Blog.
This repository uses submodules.
Clone it with submodules:
git clone --recurse-submodules git@github.com:fernandoacorreia/blog.git
Or update submodules after cloning:
git submodule update --init --recursive
bin/hugo
bin/hugo new posts/{file-name}.md
bin/server
bin/publish {commit description}
If the publication gets stuck and is not uploaded to the github.io repo try this:
cd public
git push origin HEAD:master
git checkout master
git fetch --all
git reset --hard origin/master
Display current timestamp in a format compatible with blog article metadata:
bind/date