Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crowdhailer/gleamweekly
Gleam is so hot right now. There is so much happening in our wonderful and growing community that you wouldn't want to miss.
https://github.com/crowdhailer/gleamweekly
beam functional-programming gleam
Last synced: 19 days ago
JSON representation
Gleam is so hot right now. There is so much happening in our wonderful and growing community that you wouldn't want to miss.
- Host: GitHub
- URL: https://github.com/crowdhailer/gleamweekly
- Owner: CrowdHailer
- License: apache-2.0
- Created: 2024-03-13T18:49:27.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T21:24:48.000Z (22 days ago)
- Last Synced: 2024-10-26T09:06:16.867Z (20 days ago)
- Topics: beam, functional-programming, gleam
- Language: HTML
- Homepage: https://gleamweekly.com/
- Size: 354 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Gleam Weekly](https://gleamweekly.com/)
Handpicked articles and community news delivered to your inbox in one weekly email.
## `/mailer`
Script to build archive of issues and current email content.
```
(cd mailer; gleam run)
```The output of this command is committed, see `email.html` and `website/issues`.
This output is used as the test suite. Any changes in output as a result of changing the build tooling can be checked by looking at the effect on previous issues.## Future improvements
Things I haven't had time to build but that would be nice.
- Social previews, so that sharing links to issues or pages so some nice content.
- RSS feed.
- Index page.
- Render latest issue on homepage.
- Date -> issue functionality.