Source for my personal site — resume, projects, and articles. Built with Jekyll, hosted on GitHub Pages.
bundle install
bundle exec jekyll serve --livereloadOpen http://localhost:4000 (or run start-jekyll.cmd on Windows, which serves on port 4321).
index.md— home pageprojects/— projects pagearticles/— articles listing page_posts/— article content (YYYY-MM-DD-title.md)_layouts/,_includes/— page templates and shared partialsassets/— styles and images_config.yml— site settings