A personal blog site for sharing projects, blogs, my personal resume, and links to various other communities, platforms, or ideas I'm interested in.
- Clone repository
- Run
bundle install[^1] from project root (where_configis located.) - Run
bundle exec jekyll serve - Open http://localhost:4000/
- ruby
- currently built using 3.3.3 (suggest managing via asdf)
- Bundler. Install with
gem install bundler.