Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keewoolee.github.io

Source for my personal homepage, https://keewoolee.github.io.

A hand-written static site: a single index.html plus style.css, with no build step. The only runtime dependency is KaTeX (via CDN) for rendering LaTeX in publication titles.

Structure

index.html        # the whole page
style.css         # all styling
.nojekyll         # tells GitHub Pages to serve files as-is (no Jekyll build)
assets/
  favicon.svg
  img/            # profile photos
  pdf/            # CV and talk slides

Local preview

Any static file server works, e.g.:

python3 -m http.server 8910

then open http://localhost:8910.

Deploy

GitHub Pages serves the master branch root directly. Pushing to master publishes the site.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from alshedivat/al-folio