diff --git a/www/wiki.gohtml b/www/wiki.gohtml
new file mode 100644
index 0000000..0f12a78
--- /dev/null
+++ b/www/wiki.gohtml
@@ -0,0 +1,12 @@
+{{ define "title" }}Untitled Page{{ end }}
+{{ define "content" }}
+
Wiki
+
+Redirecting to Main Page
+
+
+{{ end }}
\ No newline at end of file
diff --git a/www/wiki/Bookmarks.md b/www/wiki/Bookmarks.md
new file mode 100644
index 0000000..02acf68
--- /dev/null
+++ b/www/wiki/Bookmarks.md
@@ -0,0 +1,10 @@
+# Bookmarks
+
+This page will be my effort to migrate bookmarks out of my web browsers and onto this page. I can probably keep track of them better myself, and this way I won't have to worry about losing them to a browser glitch!
+
+## Development
+
+* [40 Key Computer Science Concepts Explained in Layman's Terms](http://carlcheo.com/compsci)
+* [A simple interpreter from scratch on Python](http://jayconrod.com/posts/37/a-simple-interpreter-from-scratch-in-python-part-1)
+* [Elements of Python Style](https://github.com/amontalenti/elements-of-python-style)
+* [Anti-Patterns in Python Programming](http://lignos.org/py_antipatterns/)
\ No newline at end of file
diff --git a/www/wiki/Main-Page.md b/www/wiki/Main-Page.md
index a106ea3..facb338 100644
--- a/www/wiki/Main-Page.md
+++ b/www/wiki/Main-Page.md
@@ -23,4 +23,5 @@ See [the index](/wiki/_pages) for the list of all available pages in this wiki.
# Personal Reference
+* [Bookmarks](/wiki/Bookmarks)
* [Publishing RiveScript Modules](/wiki/Publishing-RiveScript-Modules)
\ No newline at end of file