https://github.com/stackworx/stackworx.github.io
https://github.com/stackworx/stackworx.github.io
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackworx/stackworx.github.io
- Owner: stackworx
- Created: 2017-07-23T13:57:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T09:01:59.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T12:45:09.468Z (over 1 year ago)
- Language: Ruby
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
### Docker
docker-compose up
Open [localhost:4000](http://localhost:4000) to view the page.
### Local Setup
Install [rvm](https://rvm.io/)
rvm install 2.2
rvm --default 2.2
ruby -v
# Install dependency manager
gem install bundler
Install ruby dependencies
cd
bundler
Run Project
jekyll serve
### Resources
* [Jekyll](https://jekyllrb.com/docs/quickstart/)
* [Github Pages](https://pages.github.com/)
* [Theme](https://github.com/pages-themes/hacker)