sudo apt install hugo
git clone https://github.com/lukeorth/poison.git themes/poison
# Had copied over the config.toml configuration from the GitHub repository itself
# Start Server
hugo server --debug --log
# Creating a new post, creates the default based on `archetypes` directory
hugo new posts/my-first-post.md