Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelchadwick/michaelchadwick.info
The website all about me
https://github.com/michaelchadwick/michaelchadwick.info
blog business jekyll responsive resume skeleton website
Last synced: 5 days ago
JSON representation
The website all about me
- Host: GitHub
- URL: https://github.com/michaelchadwick/michaelchadwick.info
- Owner: michaelchadwick
- Created: 2015-10-08T08:06:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T00:04:56.000Z (7 days ago)
- Last Synced: 2025-01-18T01:18:44.966Z (7 days ago)
- Topics: blog, business, jekyll, responsive, resume, skeleton, website
- Language: HTML
- Homepage: https://michaelchadwick.info
- Size: 103 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MichaelChadwick.info
[Jekyll](https://jekyllrb.com) source for my personal site, which includes all the information about me, Michael Chadwick, you could ever possibly need or want.
## Local Development
* Ruby
* Composer### Build Dependencies
`$ bundle install`
`$ composer install`### PHP API
In order for `/assets/php/*` files to work, you must run a local server:
* `cd /path/to/mc/assets/php`
* `php -S 127.0.0.1:4001`### Serve Local Development Version
`$ rake serve`
## Acknowledgements
Thanks to [melodiouscode](https://github.com/melodiouscode/melodiouscode-snippets/blob/main/creating-a-sitemap-xml-file-with-jekyll/sitemap.xml) for the cool Liquid templating approach to creating a sitemap vs. using a plugin!