-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathconfig.toml
36 lines (32 loc) · 1.51 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# The URL the site will be built for
base_url = "https://aerorust.org"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
[extra]
# Put all your custom variables here
github_repo = "https://github.com/AeroRust/aerorust.github.io"
github_propose_blog_post = "https://github.com/AeroRust/AeroRust.github.io/issues/new?assignees=&labels=blog-post&template=featured-blog-post.md&title=%5BBlog+post%5D"
github_org = "https://github.com/AeroRust"
discord_invite = "https://discord.gg/6wFvsFWfnu"
discord_members_count = "800+"
rustlang_website = "https://rust-lang.org"
twitter_username = "@AeroRust"
twitter_url = "https://twitter.com/AeroRust"
youtube_url = "https://youtube.com/AeroRust"
subscribe_form_url = "https://aerorust.us21.list-manage.com/subscribe/post?u=fcb3dda7a7dc64758afa698dd&id=812128325d&f_id=002bf7e6f0"
email = "[email protected]"
# Google analytics tag
google_tag = "G-NSCZ6RQFN6"
[extra.default.meta]
title = "Welcome to AeroRust (ÄR) - Your launchpad to space"
description = """
We build the Open-source ecosystem of Rust for aerospace applications.
With more than 800 members and multiple projects in the aerospace domain:
drones, maritime, "Are we in space yet?" crates catalogue and more.
"""