Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srph/websait
Upcoming personal websait.
https://github.com/srph/websait
jekyll portfolio website
Last synced: 23 days ago
JSON representation
Upcoming personal websait.
- Host: GitHub
- URL: https://github.com/srph/websait
- Owner: srph
- Created: 2017-05-18T18:11:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T18:35:07.000Z (over 2 years ago)
- Last Synced: 2024-10-31T09:02:03.513Z (2 months ago)
- Topics: jekyll, portfolio, website
- Language: CSS
- Homepage: https://kierb.com
- Size: 1.51 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# wibzait
[WIP] Upcoming personal websait.## Installation
Requires [ruby](https://rvm.io) `>=2.3` and [bundle](http://bundler.io/).
```bash
make install
```## Running
After running the command below, go to `localhost:4000`.
```bash
make start
```## Deploying
Point your public directory to `_site`, and run the ff command:
```bash
make build
```
You should be good to go.