alperyazar / home

www.alperyazar.com Source Code
https://www.alperyazar.com
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link
blog personal-website

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:

gem install bundler
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"