https://github.com/travisthetechie/travisthetechie.com
https://github.com/travisthetechie/travisthetechie.com
blog
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/travisthetechie/travisthetechie.com
- Owner: TravisTheTechie
- License: other
- Created: 2016-07-04T20:43:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-12T19:20:57.000Z (10 months ago)
- Last Synced: 2025-09-08T13:19:21.046Z (5 months ago)
- Topics: blog
- Language: HTML
- Homepage: https://travisthetechie.com/
- Size: 19.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Getting Started
$ brew install rbenv
$ rbenv init # make sure your shell is setup
$ rbenv install -l # install the lastest
$ rbenv global $(rbenv versions --bare | tail -1) # set latest as global version
$ gem install jekyll jekyll-paginate
$ jekyll serve --drafts --incremental