-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- drop open collective banner height, sometimes cuts off image - use grid cards for sponsors - hide navigation on both for more screen space
- Loading branch information
Showing
5 changed files
with
34 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,6 +63,7 @@ | |
]; | ||
excludes = [ | ||
"config.yaml" | ||
"docs/sponsors.md" | ||
"*secrets.yaml" | ||
"modules/secrets/*.yaml" | ||
]; | ||
|
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,28 @@ | ||
--- | ||
hide: | ||
- navigation | ||
--- | ||
|
||
Thanks to all our sponsors. | ||
|
||
<!-- prettier-ignore-start --> | ||
|[<img src="https://raw.githubusercontent.com/cachix/docs.cachix.org/master/source/logo.png" width="200" alt="Cachix">](https://cachix.org)|[<img src="https://raw.githubusercontent.com/Gandi/.github/b1f21a402d9223c672476b41148429f538be5303/logos/black.svg" width="200" alt="Gandi">](https://www.gandi.net/)|[<img src="../Logo_namespace_filled_lightbg.png" width="200" alt="Namespace">](https://cloud.namespace.so)| | ||
|:-:|:-:|:-:| | ||
|Cachix provides us with 1TB of free cache.|Gandi provides us with a free domain and a virtual private server.|Namespace provides us with faster GitHub runners, including ARM64.| | ||
<!-- prettier-ignore-end --> | ||
<div style="text-align:center" class="grid cards" markdown> | ||
|
||
- [<img src="https://raw.githubusercontent.com/cachix/docs.cachix.org/master/source/logo.png" width="250" alt="Cachix">](https://cachix.org) | ||
|
||
--- | ||
|
||
Cachix provides us with 1TB of free cache. | ||
|
||
- [<img src="https://raw.githubusercontent.com/Gandi/.github/b1f21a402d9223c672476b41148429f538be5303/logos/black.svg" width="250" alt="Gandi">](https://www.gandi.net/) | ||
|
||
--- | ||
|
||
Gandi provides us with a free domain and a virtual private server. | ||
|
||
- [<img src="../logo_namespace_filled_lightbg.png" width="250" alt="Namespace">](https://cloud.namespace.so) | ||
|
||
--- | ||
|
||
Namespace provides us with faster GitHub runners, including ARM64. | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters