Skip to content

Commit 82ee26d

Browse files
piedoomdoomy
andauthored
Update site (#6)
* everything is new pretty much * fixed some footer overrides Co-authored-by: doomy <2640792-_doomy@users.noreply.gitlab.com>
1 parent 4690e65 commit 82ee26d

87 files changed

Lines changed: 281 additions & 6879 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vscode/settings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

config.toml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,14 @@ highlight_theme = "ir-white"
1313
# Whether to build a search index to be used later on by a JavaScript library
1414
build_search_index = true
1515

16-
title = "rust.audio"
16+
title = "RustAudio"
1717

1818
taxonomies = [
19-
# CATEGORY IDEAS:
20-
# dsp
21-
# synthesis
22-
# processing
23-
# theory
24-
# gui
25-
# tutorial
26-
{ name = "topics" },
27-
{ name = "crates" },
28-
{ name = "contributors" },
2919
]
3020

3121
[extra]
32-
logo = "/media/logo.svg"
33-
nav = [ { title = "Topics", url = "/topics" }
34-
, { title = "Crates", url = "/crates"}
35-
, { title = "About", url = "/#about"}
36-
]
37-
discourse_url = "https://rust-audio.discourse.group/"
22+
logo = "/media/logo.png"
23+
discourse_url = "https://rust-audio.discourse.group/"
24+
repos_url = "https://api.github.com/orgs/RustAudio/repos"
25+
discord_server_id = "590254806208217089"
26+
discord_invite = "https://discord.gg/8qW6q2k"

content/.gitkeep

Whitespace-only changes.

content/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
+++
22
+++
33

4-
rust.audio is a collection of resources dedicated to the development of audio applications in the Rust programming language. These topics vary from general DSP, to synthesis, to plugins and associated crates.
4+
[rust.audio](https://rust.audio) is a collection of resources dedicated to the development of audio applications in the Rust programming language. These topics vary from general DSP, to synthesis, to plugins and associated crates.

0 commit comments

Comments
 (0)