Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SwiftWeekly/swiftweekly.github.io
A community-driven weekly newsletter about Swift.org
https://github.com/SwiftWeekly/swiftweekly.github.io
blog clang llbuild lldb llvm news newsletter swift swift-corelibs-dispatch swift-corelibs-foundation swift-language swift-package-manager
Last synced: 11 days ago
JSON representation
A community-driven weekly newsletter about Swift.org
- Host: GitHub
- URL: https://github.com/SwiftWeekly/swiftweekly.github.io
- Owner: SwiftWeekly
- License: cc0-1.0
- Archived: true
- Created: 2016-01-12T04:31:06.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T17:24:38.000Z (over 1 year ago)
- Last Synced: 2024-09-28T22:20:33.217Z (about 1 month ago)
- Topics: blog, clang, llbuild, lldb, llvm, news, newsletter, swift, swift-corelibs-dispatch, swift-corelibs-foundation, swift-language, swift-package-manager
- Language: HTML
- Homepage: https://swiftweekly.github.io/
- Size: 7.39 MB
- Stars: 325
- Watchers: 24
- Forks: 48
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: authors.html
Awesome Lists containing this project
README
# [swiftweekly.github.io](https://swiftweekly.github.io) ![CI](https://github.com/swiftweekly/swiftweekly.github.io/workflows/CI/badge.svg)
*A community-driven weekly newsletter about [Swift.org](https://swift.org)*
> Started by [@jesse_squires](https://twitter.com/jesse_squires), continued by [@BasThomas](https://twitter.com/BasThomas) and now curated by [@fassko](https://twitter.com/fassko).
## About
This newsletter was originally started by [Jesse Squires](https://github.com/jessesquires), and hosted on his blog at [jessesquires.com](http://www.jessesquires.com). After issue #4, this site was created to provide the newsletter with a proper, dedicated home. All previous issues were [migrated](http://www.jessesquires.com/new-weekly-brief/), and it is now completely open for the community. At some point, [Bas Broek](https://twitter.com/BasThomas) took it over as the main contributor. Currently, [Kristaps Grinbergs](https://github.com/fassko) is leading the project. Contributions are welcomed and encouraged!
Lovingly built with [Jekyll](https://jekyllrb.com), [Bootstrap](https://getbootstrap.com), [jQuery](https://jquery.com), and [Font Awesome](https://fortawesome.github.io/Font-Awesome/). Generously hosted by [GitHub](https://pages.github.com).
## Authors
There are a number of [contributing authors](https://swiftweeklybrief.com/authors/) to the newsletter. If you'd like to join, open an issue to discuss!
## Usage
### Installation
You'll need [bundler](http://bundler.io) installed.
```bash
$ git clone https://github.com/SwiftWeekly/swiftweekly.github.io.git
$ cd swiftweekly.github.io/
$ bundle install
```### Building the site
```bash
$ bundle exec jekyll build
```### Previewing the site locally
```bash
$ bundle exec jekyll serve
# Now browse to http://localhost:4000
```### Writing and previewing drafts
```bash
$ bundle exec jekyll serve --future --drafts --watch
# Now browse to http://localhost:4000
```## Contributing
To contribute, please review our [Contributing Guide](https://github.com/SwiftWeekly/.github/blob/master/CONTRIBUTING.md).
## Conduct
Please read our [Code of Conduct](https://github.com/SwiftWeekly/.github/blob/master/CODE_OF_CONDUCT.md). Violations will not be tolerated and will result in immediate removal or blocking from the organization.
## License
This work is released under the [CC0 1.0 Universal (CC0 1.0) license](https://creativecommons.org/publicdomain/zero/1.0/). See [`LICENSE`](https://github.com/SwiftWeekly/swiftweekly.github.io/blob/master/LICENSE).
All code is licensed under an [MIT License](https://opensource.org/licenses/MIT).