This blog runs on Jekyll, Liquid templates for layouts, and GitHub Actions and Pages for deployment and hosting. It utilizes the open-source Chirpy Jekyll Theme.
-
Create a new post with template Front Matter (using custom python script)
python new_post.py "Post Title"
-
Start a local server
bundle exec jekyll s
-
Start a local server with draft posts seen as published
bundle exec jekyll s --drafts
-
Clean and build
bundle exec jekyll clean bundle exec jekyll build
-
View all available jekyll commands
bundle exec jekyll help