Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 789 Bytes

README.org

File metadata and controls

16 lines (12 loc) · 789 Bytes

TheMkat.net - my personal blog

Welcome to the source code for my personal blog!

Technologies used

One of my main goals from the beginning was to have a simple experience where I could blog directly from Org-Mode inside of Emacs. I found that the easiest way to do this was to use Jekyll, due to Github pages supporting it out of the box. The next step was simply to convert Org-Mode pages to HTML with headers Jekyll could understand :)

  • Jekyll
  • Emacs
  • Shell scripting
  • Github Actions (to automate blogpost generation from Org-Mode to HTML files, create new tag pages automatically etc.)