https://github.com/chrislewisdev/chrislewisdev
Repository for my personal website and blog.
https://github.com/chrislewisdev/chrislewisdev
Last synced: 5 months ago
JSON representation
Repository for my personal website and blog.
- Host: GitHub
- URL: https://github.com/chrislewisdev/chrislewisdev
- Owner: chrislewisdev
- Created: 2015-08-04T11:53:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T02:32:47.000Z (over 2 years ago)
- Last Synced: 2023-12-28T03:29:30.433Z (over 2 years ago)
- Language: HTML
- Homepage: https://chrislewis.dev
- Size: 17.8 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chrislewisdev
This is the repository for my personal website, featuring my personal blog, project showcase, and general information about me.
It's a static site built with Jekyll, currently hosted on Netlify at [chrislewis.dev](https://chrislewis.dev).
## Building
Most likely I'm the only person that will ever work on this site, but here you go anyway.
First, make sure you have Ruby and jekyll installed as per the [jekyll documentation](https://jekyllrb.com/docs/). Then, you can build and browse the website locally using:
```
bundle exec jekyll serve
```
On every push to the main branch, Netlify will automatically rebuild and deploy the latest version.