Skip to content

by-r/by-r.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Website

personal page and deployed to gh-pages. Contents:

  • about
  • blog [WIP]
  • projects [WIP]
  • cv

How to run locally

Docker (Recommended)

  • run
  docker compose pull
  docker compose up
  • head over to http://localhost:8000 or the address shown in your console

Others

  • Assuming you have Ruby and Bundler installed.
  bundle install
  pip install jupyter
  bundle exec jekyll serve --lsi