bobheadxi / bobheadxi.github.io

📰 Source for Robert's site, blog and portfolio - https://bobheadxi.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

📰 Source for Robert's site, blog and portfolio - https://bobheadxi.dev/

License:MIT License


Languages

Language:Markdown 86.8%Language:HTML 9.6%Language:Sass 3.3%Language:Makefile 0.1%Language:SCSS 0.1%Language:Ruby 0.1%Language:Go 0.0%