项目作者: dshomoye

项目描述 :
blogging, and stuff.
高级语言: JavaScript
项目地址: git://github.com/dshomoye/dshomoye.github.io.git
创建时间: 2018-06-22T12:40:35Z
项目社区:https://github.com/dshomoye/dshomoye.github.io

开源协议:MIT License

下载


My Gatsby powered blog.

Netlify Status

Live version, running gatsby branch.

  • Running on Netlify with a couple lambda functions serving as the backend
  • Postgres on Heroku with Hasura
  • a longer-than-I’d-like list of dependencies (thanks Gatsby! /s)

Development

Must have gatsby-cli installed to run the package scripts

  • npm install -g gatsby-cl (or use npx)

  • npm install from root

  • npm run develop to start a dev server.

The actual blog posts are in a different repo (referenced as a submodule in the content directory).

Implementing Push Notifications

If trying to implement push notifications, the relevant files are: