Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alxndr/blog
alxndr's blog
https://github.com/alxndr/blog
Last synced: about 1 month ago
JSON representation
alxndr's blog
- Host: GitHub
- URL: https://github.com/alxndr/blog
- Owner: alxndr
- Created: 2019-09-17T16:12:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T03:40:37.000Z (about 2 months ago)
- Last Synced: 2024-11-28T21:48:52.439Z (about 1 month ago)
- Language: HTML
- Homepage: http://alxndr.blog
- Size: 13 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> ⚠️ Blog Construction Ahead 🚧
This is the codebase & build steps for [alxndr's blog](https://alxndr.blog).
It's powered by Jekyll and [GitHub Pages](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll).
## 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](https://www.jessesquires.com/blog/2023/01/18/eventmachine-failure-on-macos-ventura/)
## Design
Uses the [Minimal Mistakes](https://mmistakes.github.io/minimal-mistakes/) theme, v2.5...??
Note that only [these FontAwesome icons](https://fontawesome.com/v5/icons/home?f=classic&s=solid) are available?