This website is built on Jekyll, a static site generator that's perfect for GitHub hosted blogs (Jekyll Repository).
The website design is just a modification of Jon Barron's website and from leonidk and is converted for my own use. Feel free to use template for your own purposes, but please respect copyright for all the images/content in my images
, pdfs
, _posts
folders.
If you have jekyll properly installed, just run
jekyll serve --livereload
from the terminal.
Else, you can use Docker:
docker run -p 4000:4000 -v $(pwd):/site bretfisher/jekyll-serve
from https://github.com/BretFisher/jekyll-serve
Use lychee
: https://lychee.cli.rs/introduction/
Simply run
lychee http://127.0.0.1:4000
to run through the website and see if there are any broken links.