-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
20 lines (19 loc) · 970 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
baseURL = "/"
languageCode = "en-us"
title = "Zig Launch"
theme = "papermod"
[params.homeInfoParams]
Title = "Welcome to ZigLaunch.org"
Content = """
- Welcome to **Zig Launch**. Here you'll find a collection of introductory files to help get you jump started into using the [Zig programming language](https://ziglang.org/).
- Zig is a simple but very powerful language. Soon, you'll be on your way to making anything from your next little utility, website, compiling and using C code, to even making an operating system.
-
- ## Further Reading
- Click here for the [language reference](https://ziglang.org/documentation/master/).
- Click here for the [standard library documentation](https://ziglang.org/documentation/master/std/).
- Click here for [ziglearn.org](https://ziglearn.org/), a more general introduction to the language.
-
- ## Contributing
- Want to request or add your own examples to the site? We're on Github!
- https://github.com/nektro/ziglaunch
"""