Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mattdodge/.codes
- Owner: mattdodge
- Created: 2017-05-05T21:06:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T03:45:16.000Z (over 2 years ago)
- Last Synced: 2023-03-12T01:11:30.139Z (over 1 year ago)
- Language: JavaScript
- Size: 107 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```