Skip to content

My Engineering blog. Used to keep track of my software engineering journey (and some other stuff), helping to ensure that things learned are not forgotten by my goldfish memory.

License

Notifications You must be signed in to change notification settings

ryo-wijaya/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My Engineering blog. Used to keep track of my software engineering journey (and some other stuff), helping to ensure that things learned are not forgotten by my goldfish memory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published