https://github.com/thatrobotdev/jameskerrane.com
My personal website!
https://github.com/thatrobotdev/jameskerrane.com
Last synced: 3 days ago
JSON representation
My personal website!
- Host: GitHub
- URL: https://github.com/thatrobotdev/jameskerrane.com
- Owner: thatrobotdev
- License: other
- Created: 2024-05-30T19:10:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-21T21:24:42.000Z (13 days ago)
- Last Synced: 2026-05-22T04:56:55.119Z (13 days ago)
- Language: HTML
- Homepage: http://jameskerrane.com/
- Size: 47.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [www.jameskerrane.com](https://www.jameskerrane.com)
My personal website!
## Running Locally
This site is built with [Jekyll](https://jekyllrb.com/docs/).
1. [Install Jekyll prerequisites](https://jekyllrb.com/docs/installation/).
2. Install the bundler [gem](https://jekyllrb.com/docs/ruby-101/#gems).
```sh
gem install bundler
```
3. Install the bundled gems (matches the versions GitHub Pages uses).
```sh
bundle install
```
4. Build the site and make it available on a local server.
```sh
bundle exec jekyll serve
```