This is a personal portfolio and resume website built with Jekyll using the open-source AP theme by kssim, based on Chester How's tale-theme.
- Responsive, modern design
- "About" page for resume/intro
- Project portfolio with tech stack and descriptions
- Social links and contact info
-
Clone this repository:
git clone https://github.com/leoli/ll.git cd ll -
Install dependencies:
gem install bundler bundle install
-
Customize your site:
- Edit
_config.ymlfor your name, description, social links, etc. - Update
index.mdfor your About/Resume. - Add or edit posts in
_posts/for your projects.
- Edit
-
Run locally:
bundle exec jekyll serve -
Deploy:
Push to your GitHub Pages repository.
GitHub will build and deploy automatically.
- Theme: AP by kssim
- Based on: tale-theme by Chester How