Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.