/home

www.alperyazar.com Source Code

Primary LanguageCSSCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

Home

GitHub last commit (branch) GitHub commit activity (branch) GitHub commit activity (branch) GitHub Workflow Status (with event) GitHub Workflow Status (with event) GitHub Workflow Status (with event) GitHub issues by-label

This repo holds source code of my personal webpage. Please visit the site for better experience:

https://www.alperyazar.com

License

CC-BY-SA-4.0

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

Building

Site

This site is built with Jekyll, a Ruby program.

At root:

bundle update
bundle exec jekyll build

Checking Broken Links

docker run --init --rm -it -v ${PWD}:/input lycheeverse/lychee -c /input/lychee.toml --exclude-path /input/vendor "/input/**/*.md"

Linting Markdown Files

On Windows:

docker run -v ${PWD}:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest "*.md"