Skip to content

Commit

Permalink
[rm] Cleanup directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinyzenith committed May 31, 2022
1 parent 192d9a7 commit 3c9c9e9
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 273 deletions.
14 changes: 0 additions & 14 deletions _includes/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,6 @@ active: Home
<li {% if title == "Home" %}class="active"{% endif %}><a href="{{ '/index.html' | url }}"><i class="fa-solid fa-house"></i> Home</a></li>
<li><a href="https://github.com/waycrate/"><i class="fa-brands fa-github"></i> GitHub</a></li>
<li><a href="https://discord.gg/KKZRDYrRYW"><i class="fa-brands fa-discord"></i> Discord</a></li>
<li><a href="https://matrix.to/#/#waycrate-tools:matrix.org"><i class="fa-solid fa-message"></i> Matrix</a></li>
</ul>
</nav>

<h2>Projects</h2>

<nav>
<ul>
<li {% if title == "swhkd" %}class="active"{% endif %}><a href="{{ '/swhkd/' | url }}">swhkd</a></li>
<ul>
<li {% if title == "Install" %}class="active"{% endif %}><a href="{{ '/swhkd/install' | url }}">install</a></li>
</ul>
<li {% if title == "Wayshot" %}class="active"{% endif %}><a href="{{ '/wayshot/' | url }}">Wayshot</a></li>
<li {% if title == "Wayout" %}class="active"{% endif %}><a href="{{ '/wayout/' | url }}">Wayout</a></li>
</ul>
</nav>

Expand Down
21 changes: 5 additions & 16 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ title: Home

## Welcome to Waycrate.

We create tools that are suckless in nature for the Wayland protocol in Rust.

Currently, we are developing [swhkd](https://github.com/waycrate/swhkd), a hotkey daemon that's a
replacement for sxhkd. It aims to work across Wayland, Xorg and even
tty.
We create tools that are simple and efficient in nature primarily targeting Wayland protocol with Rust and Zig.

### Contributing

We are accepting more contributors to our organization. If you are
interested, you can either join our Matrix space at [#waycrate-tools:matrix.org](https://matrix.to/#/#waycrate-tools:matrix.org) or join our [Discord server](https://discord.gg/KKZRDYrRYW), depending on your preference.
interested, get in touch with us via Discord or Matrix.

### Our Supporters

Expand Down Expand Up @@ -53,16 +49,9 @@ free hosting for our projects.
</div>

<div class="member">
<a href="https://rvdev.codes">
<img src="https://avatars.githubusercontent.com/u/69449141?s=300" alt="Idli">
</a>
Idli
</div>

<div class="member">
<a href="https://github.com/UnsignedArduino">
<img src="https://avatars.githubusercontent.com/u/38868705?s=300" alt="Ckyiu">
<a href="https://github.com/uncomfyhalomacro">
<img src="https://avatars.githubusercontent.com/u/66054069?v=4" alt="Uncomfyhalomacro">
</a>
Ckyiu
Uncomfy
</div>
</div>
70 changes: 0 additions & 70 deletions swhkd/index.md

This file was deleted.

34 changes: 0 additions & 34 deletions swhkd/install.md

This file was deleted.

58 changes: 0 additions & 58 deletions wayout/index.md

This file was deleted.

81 changes: 0 additions & 81 deletions wayshot/index.md

This file was deleted.

0 comments on commit 3c9c9e9

Please sign in to comment.