-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
32 lines (26 loc) · 1010 Bytes
/
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
baseURL = "https://www.lyken.rs/"
languageCode = "en-us"
title = "Lyken Software Solutions / Rust"
theme = "hugo-elate-theme"
[params]
custom_css = ["css/custom.css"]
[params.navigation]
brand = "Lyken Software Solutions"
[params.hero]
title = "Lyken Software Solutions"
subtitle = '<img src="https://www.rust-lang.org/logos/rust-logo-32x32.png"> <a href="https://rust-lang.org">Rust</a> Consultancy Department'
[[params.intro.item]]
title = "Toolchain"
description = "Implement new features and improve the Rust toolchain (rustc, cargo & friends) for your needs"
url = "mailto:[email protected]"
button = "Contact Us"
[[params.intro.item]]
title = "RIIR"
description = "Rewrite entire codebases from other languages into idiomatic and safe Rust"
url = "mailto:[email protected]"
button = "Contact Us"
[[params.intro.item]]
title = "De Novo"
description = "Develop and maintain Rust software against Rust stable or nightly"
url = "mailto:[email protected]"
button = "Contact Us"