Skip to content

Technical: Repositories (outdated)

Ethan-Strominger edited this page Nov 19, 2023 · 1 revision

Current

All work is currently being done here:

https://github.com/ethanstrominger/hfla-utils/ and

https://github.com/ethanstrominger/website (a fork of hackforla/website with minor changes needed to support the conversion)

This will eventually be split into multiple repos hosted by 100 Automations and published as a package as described below.

Future

https://github.com/ethanstrominger/hfla-utils/ will be split into two repositories in 100 Automations and will be packaged in npmjs

  • googleoauth2-uttils - to manage authorization
  • gdocs2md or gdocs2md-configurable
  • ethanstrominger/hackforla/website fork will be merged

Based on: gatsby-source-gdocs2md

The current code is derived from:

npmjs package: gatsby-source-gdocs2md npmjs

Source code for the package is stored in icareps/gatsby-source-gdocs2md repository. The repository has one commit. The author has indicated there is no maintenance support for the package.

icareps is derived from:

a fork of cedricdelpoux/gatsby-source-google-docs. cedricdelpoux has done a lot of development since the date of the fork. icareps repository was selected as cedricdelpoux has more gatsby specific code.