https://github.com/willeppy/willeppy.github.io
Personal Website
https://github.com/willeppy/willeppy.github.io
css html5 portfolio-website web
Last synced: 9 months ago
JSON representation
Personal Website
- Host: GitHub
- URL: https://github.com/willeppy/willeppy.github.io
- Owner: willeppy
- License: other
- Created: 2017-12-17T03:39:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-09T19:02:05.000Z (12 months ago)
- Last Synced: 2025-07-10T04:49:16.954Z (12 months ago)
- Topics: css, html5, portfolio-website, web
- Language: HTML
- Size: 94.1 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Personal Website for Will Epperson
## Install
First time running ruby or jekyll on mac requires separate ruby install from built in version. If not done correctly can lead to permission write errors. See [this SO post](https://stackoverflow.com/questions/51126403/you-dont-have-write-permissions-for-the-library-ruby-gems-2-3-0-directory-ma) about getting Ruby and bundler set up.
To install packages for this project run:
```bash
bundle install
```
## Run
```bash
chruby 3.1.0 # switch to user ruby
bundle exec jekyll serve
```