https://github.com/srph/websait
Upcoming personal websait.
https://github.com/srph/websait
jekyll portfolio website
Last synced: 2 months ago
JSON representation
Upcoming personal websait.
- Host: GitHub
- URL: https://github.com/srph/websait
- Owner: srph
- Created: 2017-05-18T18:11:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T18:35:07.000Z (over 3 years ago)
- Last Synced: 2025-06-08T05:09:28.478Z (about 1 year ago)
- Topics: jekyll, portfolio, website
- Language: CSS
- Homepage: https://kierb.com
- Size: 1.51 MB
- Stars: 1
- Watchers: 1
- 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.