https://github.com/ryanmccartney/ryanmccartney.github.io
https://github.com/ryanmccartney/ryanmccartney.github.io
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanmccartney/ryanmccartney.github.io
- Owner: ryanmccartney
- License: apache-2.0
- Created: 2019-12-30T13:23:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-18T19:25:26.000Z (about 1 year ago)
- Last Synced: 2025-06-24T04:49:03.787Z (12 months ago)
- Language: SCSS
- Size: 3.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Portfolio
[Aerial from html5up](https://html5up.net/aerial)
## Local Install
1. Install Ruby - `brew install chruby ruby-install`
2. Install the latest stable version of Ruby (supported by Jekyll) - `ruby-install ruby 3.4.1`
3. Configure paths
```bash
echo "source $(brew --prefix)/opt/chruby/share/chruby/chruby.sh" >> ~/.zshrc
echo "source $(brew --prefix)/opt/chruby/share/chruby/auto.sh" >> ~/.zshrc
echo "chruby ruby-3.4.1" >> ~/.zshrc
```
4. Test ruby install - `ruby -v`
5. Install Jekyll - `gem install jekyll`
## Local Development
`bundle install` then `bundle exec jekyll serve`