Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 796 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 796 Bytes

Info

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.

Visit Blog

Posts

  • Create a new post with template Front Matter (using custom python script)

    python new_post.py "Post Title"

Development

  • 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