Skip to content

andyrdt/andyrdt.github.io

Repository files navigation

andyrdt.github.io

Personal academic website built with Jekyll 4.4.1.

Quick Start

# Install dependencies
bundle install

# Start local server
bundle exec jekyll serve

Site available at http://localhost:4000

Adding Content

  • 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
---

Deployment

Deployed on Vercel. Pushes to main branch automatically deploy.

To build locally:

bundle exec jekyll build

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published