Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannywillems/dannywillems.github.io
Blog
https://github.com/dannywillems/dannywillems.github.io
Last synced: about 1 month ago
JSON representation
Blog
- Host: GitHub
- URL: https://github.com/dannywillems/dannywillems.github.io
- Owner: dannywillems
- Created: 2019-07-09T13:57:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T16:30:31.000Z (5 months ago)
- Last Synced: 2024-06-21T10:32:57.370Z (5 months ago)
- Language: HTML
- Size: 1.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run locally
```
sudo apt-get install gnupg2 ruby-dev
```- Use rvm and install jekyll and builder 2.0.2:
```
gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
curl -sSL https://get.rvm.io | bash -s stable --ruby
gem install bundler jekyll --user-install
```- build and serve the website:
```
# to build locally in a vendor directory
bundle config set --local path 'vendor/bundle'
bundle install
bundle exec jekyll serve
```