diff options
author | Romeo Disca <romeo.disca@gmail.com> | 2019-06-20 12:08:18 +0200 |
---|---|---|
committer | Romeo Disca <romeo.disca@gmail.com> | 2019-06-20 12:08:18 +0200 |
commit | 5cf93a54d233c2ff01ba9320ea0d29da6e366ab0 (patch) | |
tree | c9f3afb1fd044996f4a403ae3b22aee3aec2eb26 | |
parent | 076d256e199e42d5d1420b9e28e10a6caf1eec90 (diff) |
add links
-rw-r--r-- | content/knowledge-base/links.md | 11 | ||||
-rw-r--r-- | content/knowledge-base/videos.md | 1 | ||||
-rw-r--r-- | themes/rusticus/layouts/partials/footer/footer.html | 2 |
3 files changed, 13 insertions, 1 deletions
diff --git a/content/knowledge-base/links.md b/content/knowledge-base/links.md index 218d97a..a551e4c 100644 --- a/content/knowledge-base/links.md +++ b/content/knowledge-base/links.md @@ -26,6 +26,17 @@ summary: Interesting Links about Rust * [Anima](http://anima-engine.org/) * [Piston](https://www.piston.rs/) +## Games + +* [Zermeroth](https://ozkriff.itch.io/zemeroth) (It is a WASM Demo !) + +# Web Dev + +* [Rust Web Framework Comparsion](https://github.com/flosse/rust-web-framework-comparison) + +## Webassembly + +* [Zermeroth Game build for WASM](https://github.com/not-fl3/good-web-game) # Embedded diff --git a/content/knowledge-base/videos.md b/content/knowledge-base/videos.md index 594a22e..e4653db 100644 --- a/content/knowledge-base/videos.md +++ b/content/knowledge-base/videos.md @@ -13,3 +13,4 @@ summary: Useful videos * [Lin Clark: A Cartoon Intro to WebAssembly | JSConf EU 2017](https://www.youtube.com/watch?v=HktWin_LPf4) * [Sven Sauleau: Webassembly - The Next Big Platform](https://www.youtube.com/watch?v=8xhLsVVqchg) + * His demo is based on [Rust Webpack Template](https://github.com/rustwasm/rust-webpack-template)
\ No newline at end of file diff --git a/themes/rusticus/layouts/partials/footer/footer.html b/themes/rusticus/layouts/partials/footer/footer.html index a5165b6..82683fc 100644 --- a/themes/rusticus/layouts/partials/footer/footer.html +++ b/themes/rusticus/layouts/partials/footer/footer.html @@ -7,7 +7,7 @@ <footer>
<section>
<ul>
- <li><a href="{{ ref . "top/imprint.md" }}">imprint</a></li>
+ <li><a href="{{ ref . "/top/imprint.md" }}">imprint</a></li>
<li>© 2019</li>
</ul>
</section>
|