This repository contains a simple static site. I converted the site to a Jekyll-compatible structure and added placeholders for future projects.
Requirements: Ruby (2.7+ or compatible), Bundler.
Install dependencies and serve locally:
gem install bundler
bundle install
bundle exec jekyll serve --livereloadThen open http://127.0.0.1:4000 in your browser.
Create a markdown file in _projects/ with front matter (title, date, tags, excerpt, image, published).
Set published: true to have it appear on the site.