Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/poshaughnessy/peteroshaughnessy.com

My personal blog and portfolio website
https://github.com/poshaughnessy/peteroshaughnessy.com

Last synced: 22 days ago
JSON representation

My personal blog and portfolio website

Awesome Lists containing this project

README

        

# peteroshaughnessy.com

[![Dependencies](https://david-dm.org/poshaughnessy/peteroshaughnessy.com.svg)](https://david-dm.org/poshaughnessy/peteroshaughnessy.com)

My personal blog and portfolio website. A static site generated by [Metalsmith](http://www.metalsmith.io/).

## Development

npm start

## Build and Deploy

If the site needs to be re-built, you can do that manually with:

npm run build

The built site will be outputted to the `docs` directory.

Then just push the `master` branch to Github. Github Pages will serve the built `docs` folder :)