Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!