Skip to content

blazer502/blazer502.github.io

Repository files navigation

BLAZER502

Personal Pages

Local Jekyll Setup

This site expects Ruby 3 or newer. On this machine, use the Homebrew Ruby before running Bundler:

export PATH="/opt/homebrew/opt/ruby/bin:$PATH"
bundle config set --local path vendor/bundle
bundle install
bundle exec jekyll build

For local serving:

./run.sh

Study Notes

Write source notes in notes/ with Obsidian-style wikilinks such as [[Use-After-Free]], [[Use-After-Free|UAF]], and #tags.

Publish them to the Jekyll wiki with:

npm run notes:publish

Check for broken or ambiguous wikilinks with:

npm run notes:check

The generated pages live in wiki/notes/; edit the source files in notes/ instead of editing generated pages directly.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors