-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move site to hugo * fix: remove file for testing markdown appearance * fix: hide the fact that i copied an old flake * fix: update baseURL * feat: add link for submissions * feat: add a little descriptive text for submissions page * fix: ensure older links point to the same paths * feat: set default bg for code blocks with no syntax * fix: make sure body doesn't overflow * chore: use the same license as original for the theme * feat: add caret indicator for current page in menu
- Loading branch information
Showing
59 changed files
with
2,953 additions
and
3,241 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,6 +1,2 @@ | ||
_site/ | ||
.sass-cache/ | ||
.jekyll-cache/ | ||
.jekyll-metadata | ||
node_modules/ | ||
/.direnv | ||
.direnv | ||
public |
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,14 +1,13 @@ | ||
# [waycrate.github.io](https://waycrate.github.io/) | ||
### Getting Started | ||
|
||
The site for the Waycrate organization, built with the | ||
[Eleventy](https://www.11ty.dev/) static site generator. | ||
- Install hugo (or use the flake) | ||
|
||
## Development steps: | ||
```sh | ||
hugo serve -D | ||
``` | ||
|
||
```git clone [email protected]:waycrate/waycrate.github.io.git``` | ||
Additionally, run the following to watch any style changes with tailwindcss: | ||
|
||
```cd waycrate.github.io``` | ||
|
||
```npm install``` | ||
|
||
```npm run serve``` | ||
```sh | ||
tailwindcss watch -i ./themes/waycrate/assets/css/input.css -o ./themes/waycrate/assets/css/main.css | ||
``` |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+++ | ||
title = '{{ replace .File.ContentBaseName "-" " " | title }}' | ||
date = {{ .Date }} | ||
draft = true | ||
+++ |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Welcome to Waycrate | ||
We write easy-to-use, simple, and powerful open source software to further the adoption of the wayland protocol. | ||
|
||
# Assets | ||
The Waycrate logo has been designed by [Raj Chaudhary](https://github.com/RajChaudhary01) and is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en) | ||
|
||
# Contributing | ||
We are accepting more contributors to our organization. If you are interested, get in touch with us via [Discord](https://discord.gg/KKZRDYrRYW) or Matrix. | ||
|
||
# Our Supporters | ||
We are proudly supported by [Source Hut](https://sr.ht/), who has given us free hosting for our projects. | ||
|
||
# Our Team | ||
|
||
{{< member name="Shinyzenith" url="https://aakash.is-a.dev/" avatar="https://avatars.githubusercontent.com/u/60808802?s=300" >}} | ||
{{< member name="Decodetalkers" url="https://github.com/decodetalkers" avatar="https://avatars.githubusercontent.com/u/60290287?v=4" >}} | ||
{{< member name="Alexis" url="https://github.com/ajanon" avatar="https://avatars.githubusercontent.com/u/98706738?v=4" >}} | ||
{{< member name="Eden" url="http://edenqwq.netlify.app/" avatar="https://avatars.githubusercontent.com/u/62473844?s=300" >}} | ||
{{< member name="Zubair" url="https://zubairmh.xyz/" avatar="https://avatars.githubusercontent.com/u/116816535?v=4" >}} | ||
{{< member name="Kolunmi" url="https://github.com/kolunmi" avatar="https://avatars.githubusercontent.com/u/113054217?s=300" >}} | ||
{{< member name="Angelo-F" url="https://angelo.fallaria.com/" avatar="https://avatars.githubusercontent.com/u/39676098?s=300" >}} | ||
{{< member name="Vainiovano" url="https://github.com/vainiovano" avatar="https://avatars.githubusercontent.com/u/16741932?s=300" >}} | ||
{{< member name="Uncomfy" altname="Uncomfyhalomacro" url="https://github.com/uncomfyhalomacro" avatar="https://avatars.githubusercontent.com/u/66054069?v=4" >}} |
5 changes: 1 addition & 4 deletions
5
...soc/2024/contributor-proposal-guidance.md → ...soc/2024/contributor-proposal-guidance.md
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
File renamed without changes.
5 changes: 1 addition & 4 deletions
5
outreach/gsoc/2024/idea-list.md → content/outreach/gsoc/2024/idea-list.md
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: 2024 Submissions | ||
--- | ||
|
||
The following are the write-ups that describe how our contributors have brought their projects to fruition: |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Project 1 - Introduce DMA-BUF backend in Wayshot for high performance screen capture | ||
--- | ||
|
||
Mentor: Zubair Mohammed | ||
Student: Sooraj S | ||
|
||
Original writeup is hosted at https://cheerfulpianissimo.github.io/notes/GSOC/GSOC.html | ||
|
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Welcome to Waycrate | ||
We write easy-to-use, simple, and powerful open source software to further the adoption of the wayland protocol. | ||
|
||
# Assets | ||
The Waycrate logo has been designed by [Raj Chaudhary](https://github.com/RajChaudhary01) and is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en) | ||
|
||
# Contributing | ||
We are accepting more contributors to our organization. If you are interested, get in touch with us via [Discord](https://discord.gg/KKZRDYrRYW) or Matrix. | ||
|
||
# Our Supporters | ||
We are proudly supported by [Source Hut](https://sr.ht/), who has given us free hosting for our projects. | ||
|
||
# Our Team | ||
|
||
{{< member name="Shinyzenith" url="https://aakash.is-a.dev/" avatar="https://avatars.githubusercontent.com/u/60808802?s=300" >}} | ||
{{< member name="Decodetalkers" url="https://github.com/decodetalkers" avatar="https://avatars.githubusercontent.com/u/60290287?v=4" >}} | ||
{{< member name="Alexis" url="https://github.com/ajanon" avatar="https://avatars.githubusercontent.com/u/98706738?v=4" >}} | ||
{{< member name="Eden" url="http://edenqwq.netlify.app/" avatar="https://avatars.githubusercontent.com/u/62473844?s=300" >}} | ||
{{< member name="Zubair" url="https://zubairmh.xyz/" avatar="https://avatars.githubusercontent.com/u/116816535?v=4" >}} | ||
{{< member name="Kolunmi" url="https://github.com/kolunmi" avatar="https://avatars.githubusercontent.com/u/113054217?s=300" >}} | ||
{{< member name="Angelo-F" url="https://angelo.fallaria.com/" avatar="https://avatars.githubusercontent.com/u/39676098?s=300" >}} | ||
{{< member name="Vainiovano" url="https://github.com/vainiovano" avatar="https://avatars.githubusercontent.com/u/16741932?s=300" >}} | ||
{{< member name="Uncomfy" altname="Uncomfyhalomacro" url="https://github.com/uncomfyhalomacro" avatar="https://avatars.githubusercontent.com/u/66054069?v=4" >}} |
Oops, something went wrong.