Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/poshaughnessy/peteroshaughnessy.com
- Owner: poshaughnessy
- Created: 2015-02-08T22:54:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T16:36:32.000Z (about 2 months ago)
- Last Synced: 2024-10-04T17:35:03.515Z (about 1 month ago)
- Language: CSS
- Homepage: http://peteroshaughnessy.com
- Size: 59.9 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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 :)