Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/babsey/babsey.github.io_outdated
https://github.com/babsey/babsey.github.io_outdated
jekyll
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/babsey/babsey.github.io_outdated
- Owner: babsey
- License: mit
- Created: 2017-06-26T19:27:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T18:44:26.000Z (about 1 year ago)
- Last Synced: 2024-12-09T19:12:04.398Z (about 2 months ago)
- Topics: jekyll
- Language: SCSS
- Homepage: https://babsey.github.io
- Size: 35.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## babsey.github.io
Install requirements
```
ruby -v
gem -v
gcc -v
make -v
```Install bundler and jekyll:
```
gem install bundler jekyll
```Start a server for the development:
```
bundle exec jekyll serve
```