Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrjacobbloom/mrjacobbloom.github.io


https://github.com/mrjacobbloom/mrjacobbloom.github.io

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

This is my website.

## installing

I know literally nothing about Ruby or its ecosystem and this was a very scary
installation process

```bash
sudo gem install jekyll -v 3.9.0
gem install bundler
bundle install
```

## build / serve locally

```bash
npm run transpile # you DO have to do this before pushing ts changes!!!
npm run transpile -- --watch # or this if you're iterating
npm run serve

## Or if you can't deal with jekyll and just want to edit yolobrella
npm run simpleServer
```

Preview runs on `http://localhost:4000/`

## making a video

```bash
ffmpeg -i lumpy.mov -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" lumpy.mp4
```

## credits
- [trianglify.io](https://trianglify.io/) - polyart background image
- [MuseScore](https://musescore.org/en) - sheet music graphic
- [Google Fonts](https://fonts.google.com/) - fonts
- [Font Awesome](https://fontawesome.com/) - icon font
- [Flickity](https://flickity.metafizzy.co/) - carousel