This repo holds source code of my personal webpage. Please visit the site for better experience:
This project is licensed under CC-BY-SA-4.0 if otherwise stated. Check LICENSE for further information.
SPDX-License-Identifier: CC-BY-SA-4.0
This site is built with Jekyll, a Ruby program.
At root:
gem install bundler
bundle update
bundle exec jekyll build
docker run --init --rm -it -v ${PWD}:/input lycheeverse/lychee -c /input/lychee.toml --exclude-path /input/vendor "/input/**/*.md"
On Windows:
docker run -v ${PWD}:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest "*.md"