Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prosellen/isthereworldpeaceyet.com
https://github.com/prosellen/isthereworldpeaceyet.com
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prosellen/isthereworldpeaceyet.com
- Owner: prosellen
- License: mit
- Created: 2020-07-10T07:10:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:46:03.000Z (over 1 year ago)
- Last Synced: 2024-11-09T09:51:49.677Z (2 months ago)
- Language: JavaScript
- Size: 645 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub Action CI](https://img.shields.io/github/workflow/status/prosellen/isthereworldpeaceyet.com/CI)
# isthereworldpeaceyet.com
My first experiment with Gatsby, builing on the [Hello World starter](https://github.com/gatsbyjs/gatsby-starter-hello-world)
## Lets Encrypt Cert:
```
sudo certbot certonly --manual --preferred-challenges=dns --server https://acme-v02.api.letsencrypt.org/directory --agree-tos -d '*.isthereworldpeaceyet.com'
(https://medium.com/@deepak13245/hosting-a-https-static-websites-using-s3-and-lets-encrypt-6f3e53014ff2)
```