GitHub Blog Entries
30 January 2025 - Test Post
30 January 2025 - Another example
How To Preview and Submit a Blog Entry
This site is hosted on GitHub Pages and uses Jekyll to generate the site HTML from markdown.
Ubuntu/Linux
First, clone the github pages repo. Then, to make and preview edits locally, install, and start Jekyll:
cd $GITPAGES_DIR
sudo apt-get install bundler jekyll rails
sudo bundle install
bundle exec jekyll serve
You should now be able to preview your site locally at http://127.0.0.1:4000. Note that the Jekyll server should automatically pick up edits upon save via inode notify.