This is the Jekyll source for my website and blog, bobheadxi.dev
.
It is a heavily modified version of the indigo theme,
and is hosted using GitHub Pages. All opinions in blog posts, writeups, etc. are my own.
Markdown source files for all content on the site (_posts
, _open-source
, and _experience
), configured as Jekyll Collections (see _config.yml
).
Source for bobheadxi.dev/open-source
.
Source for most of the images and stuff used throughout the site.
Source for my redirect links (ie https://bobheadxi.dev/r/...
).
Source for various site components and styling.
You'll need Ruby and Bundler installed.
make install
make serve
For styling, I use client9/misspell
(requires Go) and igorshubovych/markdownlint-cli
(requires Node). To install and run them:
make install-checks
make checks