swiftweekly.github.io
swiftweekly.github.io copied to clipboard
A community-driven weekly newsletter about Swift.org
Idea from @zntfdr to set up sponsorship here in GitHub. Need to explore this.
- [x] Upgrade to [Bootstrap 4.x](https://getbootstrap.com) and jQuery 3.x - [x] ~~- Upgrade to [Font Awesome 5](https://fontawesome.com/)~~ (Let's keep v4, installed via yarn) - [ ] Use yarn to manage...
## Describe the problem As pointed out in #529, some SSWG-proposals in the newsletter were incorrectly showing as "SE" proposals. The issue lies [here](https://github.com/SwiftWeekly/swiftweekly.github.io/blob/09533951c7d1e28d1d2932fa1f93908eb923536e/proposal.rb#L57), where we hard code "SE"; we...
Using [Sass](https://sass-lang.com) will help with maintenance, especially with dark mode and accessibility. Support is built-in to jekyll: https://jekyllrb.com/docs/step-by-step/07-assets/#sass
As per https://twitter.com/daveverwer/status/1139299506472796161 😃 We use avatars on the authors page already, so that should be a good start: https://github.com/SwiftWeekly/swiftweekly.github.io/blob/464c1e6994f3075890b7b95687ec458d12eed942/authors.html#L19
Can be done with some kind of hook.
See https://github.com/SwiftWeekly/swiftweekly.github.io/pull/377#issuecomment-375992181
Follow-up from #333 - Re-enable `prose.check_spelling`, which seemed to [not work before](https://github.com/SwiftWeekly/swiftweekly.github.io/pull/355#issuecomment-359201449) - We'd also want some words to have a canonical spelling (for example, does the compiler suggest "fixits"...
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.4 to 0.23.6. Release notes Sourced from commonmarker's releases. v0.23.6 What's Changed This release includes two updates from the upstream cmark-gfm library, namely: DoS vulnerability in autolink...
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.8. Release notes Sourced from actions/cache's releases. v3.0.8 What's Changed Fix zstd not working for windows on gnu tar in issues. Allow users to provide...