Personal academic website built with Jekyll 4.4.1.
# Install dependencies
bundle install
# Start local server
bundle exec jekyll serveSite available at http://localhost:4000
- Blog Post:
_posts/YYYY-MM-DD-title.markdown - Note:
_notes/category/title.markdown - Page:
_pages/title.markdown
All files need YAML front matter:
---
layout: post
title: "Your Title"
date: 2023-03-14
---Deployed on Vercel. Pushes to main branch automatically deploy.
To build locally:
bundle exec jekyll build