hugo server -Dto start hugo in development modehugo -Dto build static site content locally in ./public dir
- Don't forget to set the
draft propertyof a blog-post tofalsewhen trying to publish - Use
git commit --amendwhen disabling a blog-post - Git force push
git push --force - Copy file content into clipboard
pbcopy < ~/some-file