alxndr / blog

alxndr's blog

Home Page:http://alxndr.blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Blog Construction Ahead 🚧

This is the codebase & build steps for alxndr's blog.

It's powered by Jekyll and GitHub Pages.

Setup

Apple M1 chip

bundle install with Ruby 2.7.6 was failing on macOS Ventura 13.2.1 (22D68), when it got to eventmachine 1.2.7; to fix that I first ran:

gem install eventmachine -v '1.2.7' -- --with-ldflags="-Wl,-undefined,dynamic_lookup"

h/t Jesse Squires

Design

Uses the Minimal Mistakes theme, v2.5...??

Note that only these FontAwesome icons are available?

About

alxndr's blog

http://alxndr.blog


Languages

Language:HTML 50.7%Language:SCSS 31.0%Language:JavaScript 14.8%Language:Ruby 3.5%