File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This repository contains the source code for our organization homepage at < https://rust-osdev.com > .
4
4
5
+ # Development
6
+ In order to build the website, first you will need to install the [ zola] ( https://github.com/getzola/zola/releases ) static site generator.
7
+
8
+ Then you can run:
9
+ ```
10
+ ./zola serve
11
+ ```
12
+ and open <a href =" http://127.0.0.1:1111/ " >localhost:1111</a >
13
+
5
14
## License
6
15
7
16
Licensed under either of
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ <h3 class="masthead-title">
35
35
36
36
< footer class ="footer ">
37
37
< hr >
38
- < small >
38
+ < small > Join us on < a href =" https://gitter.im/rust-osdev/Lobby " > Gitter. </ a > < br >
39
39
© < time datetime ="2020 "> 2020</ time > . All rights reserved.
40
40
< a href ="{{ get_url(path= "@ /pages/contact.md") | safe }}"> Contact</ a >
41
41
</ small >
You can’t perform that action at this time.
0 commit comments