https://github.com/bmatcuk/bmatcuk.github.io
Personal projects and musings of a lunatic.
https://github.com/bmatcuk/bmatcuk.github.io
Last synced: 3 months ago
JSON representation
Personal projects and musings of a lunatic.
- Host: GitHub
- URL: https://github.com/bmatcuk/bmatcuk.github.io
- Owner: bmatcuk
- Created: 2013-07-04T22:25:43.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-04-15T13:20:20.000Z (about 3 years ago)
- Last Synced: 2026-02-11T02:11:37.346Z (4 months ago)
- Language: SCSS
- Homepage: https://squeg.net
- Size: 1.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bmatcuk.github.io
=================
Personal projects and musings of a lunatic.
# Building
Pretty straightforward:
```bash
bundle install
# build sass, images (only builds what needs updating)
rake build
# build jekyll
jekyll build
```
## Building on OSX
You need to install v6 of imagemagick and pkg-config:
```bash
brew install imagemagick@6 pkg-config
brew link --force imagemagick@6
bundle install
```