Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cod1ng-earth/ce-website
https://github.com/cod1ng-earth/ce-website
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cod1ng-earth/ce-website
- Owner: cod1ng-earth
- License: mit
- Created: 2019-09-15T22:09:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T21:59:39.000Z (almost 2 years ago)
- Last Synced: 2023-03-30T03:07:44.188Z (over 1 year ago)
- Language: JavaScript
- Size: 10.2 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/91bcced6-44a4-4266-89b3-1bf16b9192b7/deploy-status)](https://app.netlify.com/sites/codingearth/deploys)
# Coding Earth website
This is a static site built with Gatsby.
## Content Sources
- local (see `/data` folder): mdx, (md), json
- meetup.com (using the public api)
- Cloudinary (using the authenticated api)## Building
you're not allowed to access our content (cloudinary) resources. We currently cannot work around that, but for the time being it might help to get your own (free) cloudinary account to connect to.
## Plugins
We're currently using forked versions of the respective content plugins with attached PRs. They're currently unlikely to be accepted but if you'd like to invest some work in them, just go ahead:
- https://github.com/Chuloo/gatsby-source-cloudinary/pull/7 (adds support for named Cloudinary transforms)
- https://github.com/phacks/gatsby-source-meetup/pull/6 (adds the original meetup id to the meetup content source)