summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomeo Disca <romeo.disca@gmail.com>2019-05-17 21:07:41 +0200
committerRomeo Disca <romeo.disca@gmail.com>2019-05-17 21:07:41 +0200
commit1695ab2fe4c0c8921dfb0cd72eda84a4c32d13cd (patch)
treecbab7a4805ae230cbcb991a2c6a8b47e55d8f119
parentadcb4eaebfccab66ad62bafdc029022353c1a263 (diff)
add knowledge base articles
-rw-r--r--content/knowledge-base/articles.md6
-rw-r--r--content/knowledge-base/books.md6
-rw-r--r--content/knowledge-base/conferences.md6
-rw-r--r--content/knowledge-base/important-people.md6
-rw-r--r--content/knowledge-base/links.md47
-rw-r--r--content/knowledge-base/rust-communities.md16
-rw-r--r--content/knowledge-base/videos.md9
7 files changed, 96 insertions, 0 deletions
diff --git a/content/knowledge-base/articles.md b/content/knowledge-base/articles.md
new file mode 100644
index 0000000..4835610
--- /dev/null
+++ b/content/knowledge-base/articles.md
@@ -0,0 +1,6 @@
+---
+title: "Articles"
+date: 2019-05-17T20:32:59+02:00
+draft: true
+---
+
diff --git a/content/knowledge-base/books.md b/content/knowledge-base/books.md
new file mode 100644
index 0000000..1fa538f
--- /dev/null
+++ b/content/knowledge-base/books.md
@@ -0,0 +1,6 @@
+---
+title: "Books"
+date: 2019-05-17T20:30:51+02:00
+draft: true
+---
+
diff --git a/content/knowledge-base/conferences.md b/content/knowledge-base/conferences.md
new file mode 100644
index 0000000..0647d64
--- /dev/null
+++ b/content/knowledge-base/conferences.md
@@ -0,0 +1,6 @@
+---
+title: "Conferences"
+date: 2019-05-17T20:47:48+02:00
+draft: true
+---
+
diff --git a/content/knowledge-base/important-people.md b/content/knowledge-base/important-people.md
new file mode 100644
index 0000000..b16e438
--- /dev/null
+++ b/content/knowledge-base/important-people.md
@@ -0,0 +1,6 @@
+---
+title: "Important People"
+date: 2019-05-17T20:48:54+02:00
+draft: true
+---
+
diff --git a/content/knowledge-base/links.md b/content/knowledge-base/links.md
new file mode 100644
index 0000000..0afd6fe
--- /dev/null
+++ b/content/knowledge-base/links.md
@@ -0,0 +1,47 @@
+---
+title: "Links"
+date: 2019-05-17T20:05:18+02:00
+draft: true
+
+summary: Interesting Links about Rust
+---
+
+# First Contact
+
+* [Home of Rust Lang](https://www.rust-lang.org/)
+* [Rust Community Team](https://community.rs/)
+
+# Rust Community Stuttgart
+
+* [https://github.com/rusticus-io](https://github.com/rusticus-io)
+
+# Game Dev
+
+* [Overview of Open Source Game Engines in Rust](https://www.shadercat.com/overview-of-open-source-game-engines-in-rust/)
+* [Are we game yet?](http://arewegameyet.com/)
+
+## Engines
+
+* [Amethyst](https://www.amethyst.rs/)
+* [Anima](http://anima-engine.org/)
+* [Piston](https://www.piston.rs/)
+
+
+# Embedded
+
+* [awesome embedded rust](https://github.com/rust-embedded/awesome-embedded-rust)
+* [The Embedded Working Group Blog](https://rust-embedded.github.io/blog/)
+
+# Tutorials
+
+* [hangman tutorial](https://github.com/rusticus-io/hangman)
+* [rustlings](https://github.com/rust-lang/rustlings)
+* [exercism.io](https://exercism.io/tracks/rust)
+
+# Other Link Lists
+
+* [awesome rust](https://github.com/rust-unofficial/awesome-rust)
+* [not yet awesome rust](https://github.com/not-yet-awesome-rust/not-yet-awesome-rust)
+* [awesome repos - rust](https://awesomerepos.com/rust)
+* [libhunt rust](https://rust.libhunt.com/)
+
diff --git a/content/knowledge-base/rust-communities.md b/content/knowledge-base/rust-communities.md
new file mode 100644
index 0000000..c2ffc1d
--- /dev/null
+++ b/content/knowledge-base/rust-communities.md
@@ -0,0 +1,16 @@
+---
+title: "Rust Communities"
+date: 2019-05-17T20:35:36+02:00
+draft: true
+
+summary: Other Rust communities around the globe.
+---
+
+# Earth
+
+* [Meetup Map](https://community.rs/meetup-map/)
+* [Meetup.com (radius=Infinity)](https://www.meetup.com/find/?allMeetups=true&keywords=rust&radius=Infinity)
+
+# Europe
+
+* [Copenhagen Rust Group](https://cph.rs/)
diff --git a/content/knowledge-base/videos.md b/content/knowledge-base/videos.md
new file mode 100644
index 0000000..13cfe77
--- /dev/null
+++ b/content/knowledge-base/videos.md
@@ -0,0 +1,9 @@
+---
+title: "Videos"
+date: 2019-05-17T20:42:50+02:00
+draft: true
+---
+
+# Youtube
+
+* [Rust for Game Development](https://www.youtube.com/watch?v=0xiBflBdels) \ No newline at end of file