Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grantmcconnaughey/grantmcconnaughey.github.io
My personal website
https://github.com/grantmcconnaughey/grantmcconnaughey.github.io
Last synced: 29 days ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/grantmcconnaughey/grantmcconnaughey.github.io
- Owner: grantmcconnaughey
- Created: 2015-07-03T15:45:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T22:46:34.000Z (about 2 months ago)
- Last Synced: 2024-11-18T23:42:12.329Z (about 2 months ago)
- Language: HTML
- Homepage: http://www.grantmcconnaughey.com
- Size: 10.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grant's Website
Hey there! You've made it to the repo for my personal website. Not sure why you'd want to keep up to date on changes to it, but if you do then here's the place to be.
## Building the Site
While you're here you might as well learn something. This site runs on [GitHub Pages](http://github.io/) and is generated using [Jekyll](https://jekyllrb.com/).
Here's how you can build the site:
1. Clone the repo:
```
git clone https://github.com/grantmcconnaughey/grantmcconnaughey.github.io.git
```2. Change directories:
```
cd grantmcconnaughey.github.io
```3. Install Jekyll:
```
gem install jekyll
```4. Serve up the site:
```
bundle exec jekyll serve
```5. Navigate to http://127.0.0.1:4000/ in your browser.
## Credits
* Favicon generated from [favicon.io](https://favicon.io).