Skip to content

Commit bb3eecf

Browse files
committed
Add juice theme as a submodule.
I hate submodules but this will work for now.
1 parent db617fd commit bb3eecf

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/juice"]
2+
path = themes/juice
3+
url = https://github.com/huhu/juice.git

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# Rust GPU organization website
22

3-
This is the website for the Rust GPU organization. It is built with [zola](https://www.getzola.org/).
3+
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

Submodule juice added at c6ad1fb

0 commit comments

Comments
 (0)