Skip to content

Commit f6bd274

Browse files
Adds gitter link in the footer (#16)
* Adds gitter link in the footer, updates readme with some instructions for working on the website. * Removes whitespace
1 parent de60c5f commit f6bd274

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
This repository contains the source code for our organization homepage at <https://rust-osdev.com>.
44

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+
514
## License
615

716
Licensed under either of

templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h3 class="masthead-title">
3535

3636
<footer class="footer">
3737
<hr>
38-
<small>
38+
<small>Join us on <a href="https://gitter.im/rust-osdev/Lobby" >Gitter.</a><br>
3939
&copy; <time datetime="2020">2020</time>. All rights reserved.
4040
<a href="{{ get_url(path="@/pages/contact.md") | safe }}">Contact</a>
4141
</small>

0 commit comments

Comments
 (0)