We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db617fd commit bb3eecfCopy full SHA for bb3eecf
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "themes/juice"]
2
+ path = themes/juice
3
+ url = https://github.com/huhu/juice.git
README.md
@@ -1,3 +1,8 @@
# Rust GPU organization website
-This is the website for the Rust GPU organization. It is built with [zola](https://www.getzola.org/).
+This is the website for the Rust GPU organization.
4
+
5
+## Building
6
+1. Install [zola](https://www.getzola.org/)
7
+2. `git submodule update --init --recursive`
8
+3. `zola build`
themes/juice
0 commit comments