Skip to content

Alee08/Alee08.github.io

Repository files navigation

Alee08.github.io

My personal webpage.

Link: https://alee08.github.io

Preliminaries

Follow this guide to set up your Ruby development environment.

Install Ruby (tested with 3.1.0):

rbenv install 3.1.0

Install bundler (matches Gemfile.lock):

gem install bundler -v 2.3.12

Then:

bundle install

Build

To build the Jekyll website:

bundle exec jekyll build

To serve:

bundle exec jekyll serve

Deploy

Deploys are handled by GitHub Actions on every push to main.

First-time setup (GitHub UI):

  1. Go to Settings → Pages.
  2. Under Source, select GitHub Actions.
  3. Save.

Then publish with:

git push origin main

Legacy (gh-pages via SSH):

bundle exec rake publish

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published