https://github.com/danielres/blog
personal blog & portfolio
https://github.com/danielres/blog
Last synced: 11 months ago
JSON representation
personal blog & portfolio
- Host: GitHub
- URL: https://github.com/danielres/blog
- Owner: danielres
- Created: 2017-02-03T15:11:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T15:05:25.000Z (almost 7 years ago)
- Last Synced: 2025-01-09T06:40:42.390Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://blog.pixarea.com
- Size: 11.5 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gatsby-amp-starter-blog
A gatsby starter for creating an AMP compliant blog.
Not sure what Amp is? Learn about [Project AMP](https://www.ampproject.org).
## Running in development
`npm run develop`
## Building for production
To create a production build, run `npm run build`
The build will output to the `public` directory and that directory will contain an `amp` directory which has the amp version of your site.
You can then spin up a web server using MAMP or your tool of choice locally that points to your public directory. And test that your site is AMP compliant using this [Chrome Extension](https://chrome.google.com/webstore/detail/amp-validator/nmoffdblmcmgeicmolmhobpoocbbmknc?hl=en)