https://github.com/zepedropaixao/zepedropaixao.github.io
https://github.com/zepedropaixao/zepedropaixao.github.io
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zepedropaixao/zepedropaixao.github.io
- Owner: zepedropaixao
- License: mit
- Created: 2018-01-20T14:12:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T17:35:32.000Z (10 months ago)
- Last Synced: 2025-01-21T11:44:45.881Z (3 months ago)
- Language: SCSS
- Size: 24.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TODO
Execute this command to run page locally
```
gem install jekyll bundler
bundle install
bundle exec jekyll serve
```# If it fails to install:
## Install rbenv via brew
```
brew install rbenv ruby-build
```## Add rbenv to bash so that it loads every time you open a terminal
```
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
source ~/.bash_profile
```## Install Ruby through rbenv and set as default
```
rbenv install 2.6.3
rbenv global 2.6.3
```## Install Jekyll
```
gem install bundler jekyll
```