~/Blog

Brandon Rozek

Photo of Brandon Rozek

PhD Student @ RPI studying Automated Reasoning in AI and Linux Enthusiast.

Blog Workflow

Published on

Updated on

Warning: This post has not been modified for over 2 years. For technical posts, make sure that it is still relevant.

You may be curious on how I create content for this blog. There’s pros and cons to my approach. One pro is that it’s relatively easy for me to crank something out and upload it to my site. The downside is that it’s not as easily customizable.

I use Hugo as my static site generator. It works with Markdown files. I begin every blog post by typing

hugo new blog/title.md

This creates a file called title.md in content/blog with front-matter yaml information such as the title and the datetime that I created the post.

I then use my favorite Markdown editor typora to open up the file in the background.

typora content/blog/title.md &

Write some great words down, compile the website, then sync it to my site!

hugo
rsync -Paz --delete public/ brandonrozek.com:/path/to/site/folder
Reply via Email Buy me a Coffee
Was this useful? Feel free to share: Hacker News Reddit Twitter

Published a response to this? :