Skip to content

Commit 77b41a6

Browse files
committed
Initial commit.
0 parents  commit 77b41a6

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Rust GPU organization website
2+
3+
This is the website for the Rust GPU organization. It is built with [zola](https://www.getzola.org/).

config.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# The URL the site will be built for
2+
base_url = "https://rust-gpu.github.io"
3+
4+
# Whether to automatically compile all Sass files in the sass directory
5+
compile_sass = true
6+
7+
# Whether to build a search index to be used later on by a JavaScript library
8+
build_search_index = true
9+
10+
[markdown]
11+
# Whether to do syntax highlighting
12+
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
13+
highlight_code = true
14+
15+
[extra]
16+
# Put all your custom variables here

0 commit comments

Comments
 (0)