Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jalcine/website
:star: My version of the IPv(4,6) space.
https://github.com/jalcine/website
html jekyll personal-blog personal-website ruby website
Last synced: 3 months ago
JSON representation
:star: My version of the IPv(4,6) space.
- Host: GitHub
- URL: https://github.com/jalcine/website
- Owner: jalcine
- License: mit
- Created: 2013-05-28T17:52:44.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2019-01-08T06:37:40.000Z (about 6 years ago)
- Last Synced: 2023-03-23T13:02:38.849Z (almost 2 years ago)
- Topics: html, jekyll, personal-blog, personal-website, ruby, website
- Language: HTML
- Homepage: https://jacky.wtf
- Size: 115 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.layout
Awesome Lists containing this project
README
## Jacky Alciné
[![Build Status](https://ci.jacky.wtf/api/badges/me/website/status.svg)](https://ci.jacky.wtf/me/website)
This holds the source code for my statically generated site. If you're
interested in building it locally, you'd run the following:```sh
$ npm install
$ bundle install --binstubs
$ bin/rake dev
```