Skip to content

πŸ“° Source for Robert's site, blog and portfolio - https://bobheadxi.dev/

License

Notifications You must be signed in to change notification settings

bobheadxi/bobheadxi.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 7, 2025
2348bfb Β· Feb 7, 2025
Aug 25, 2024
Feb 20, 2022
Aug 25, 2024
Feb 20, 2022
Aug 25, 2024
Feb 20, 2022
Aug 29, 2024
Feb 13, 2022
Apr 9, 2020
Nov 21, 2020
Jan 24, 2022
Apr 9, 2022
Jun 22, 2021
Apr 10, 2019
Feb 6, 2022
Apr 16, 2020
Apr 9, 2022
Jun 22, 2021
Jan 30, 2018
Jan 30, 2018
Aug 25, 2024
Feb 7, 2025
Nov 21, 2020
Nov 21, 2020
Feb 6, 2022
Jan 30, 2018
Feb 20, 2022

Repository files navigation

bobheadxi.dev Checks status website status

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.


Structure

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.


Development

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