Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrjacobbloom/mrjacobbloom.github.io
https://github.com/mrjacobbloom/mrjacobbloom.github.io
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrjacobbloom/mrjacobbloom.github.io
- Owner: mrjacobbloom
- Created: 2017-04-22T06:42:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T08:37:47.000Z (about 2 months ago)
- Last Synced: 2024-11-08T09:32:03.408Z (about 2 months ago)
- Language: HTML
- Homepage: https://jacobbloom.dev
- Size: 71.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
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