dshomoye / dshomoye.github.io

blogging, and stuff.

Home Page:https://dshomoye.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

blogging, and stuff.

https://dshomoye.dev

License:MIT License


Languages

Language:JavaScript 85.9%Language:CSS 14.1%