Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattdodge/.codes

The code for mattdodge.codes
https://github.com/mattdodge/.codes

Last synced: 5 days ago
JSON representation

The code for mattdodge.codes

Awesome Lists containing this project

README

        

# mattdodge.codes

The source code for my personal website, https://mattdodge.codes

The site is a Jekyll powered site, hosted on GitHub pages, with custom domain and SSL termination run through CloudFlare.

Pull requests for suggestions, typos, or inaccuracies welcome!

## Running

This is a Jekyll site, run locally and watch for changes like so:

```bash
bundle exec jekyll serve
```

For CSS changes
```bash
npm run watch
```