Main page

Diff change
diff --git a/Main page.md b/Main page.md
--- a/Main page.md	
+++ b/Main page.md	
@@ -1,6 +1,56 @@
-Welcome to your new wiki! If you need help, check out the [user manual][1]. If you want to try things out, use the [[Sandbox]].
+{{notitle:}}
+
+<h1 class="wk-main-title">Wikked Wiki Engine</h1>
+
+Wikked is a simple yet powerful wiki engine suitable for use as a personal electronic notebook, family digital blackboard, or wiki for a small team.
+
+<div class="wk-main-logo">
+    <img src="[[file:dead_witch.png]]" alt="Dead witch!" />
+</div>
+<div class="pure-g wk-main-dashboard">
+    <div class="pure-u-1 pure-u-md-1-3">
+        <i class="fas fa-cloud-download-alt"></i>
+        <p>[[Install]]</p>
+    </div>
+    <div class="pure-u-1 pure-u-md-1-3">
+        <i class="fas fa-question-circle"></i>
+        <p>[[Help|help:Help Contents]]</p>
+    </div>
+    <div class="pure-u-1 pure-u-md-1-3">
+        <i class="fas fa-code"></i>
+        <p>[[Contribute]]</p>
+    </div>
+</div>
+
+
+## What sets Wikked apart
 
-Now go and *have fun* with your new wiki!
+**Wikked** is a [wiki][] engine that stores its data in plain text files using
+a common revision control system like [Mercurial][] or [Git][]. As such, it's:
+
+- Easy to backup: just clone/push the repository somewhere else!
+- Friendly to edit: use your favourite text editor, search-and-replace, etc.
+
+
+## Quickstart
+
+Get started in a whiff:
 
-[1]: http://bolt80.com/wikked/
+```
+> pip install wikked
+> wk init mywiki
+> cd mywiki
+> wk runserver
+```
+
+## Credits
 
+The Wizard of Oz illustrations are by William Wallace Denslow, restored
+by [Clickchic Designs][ccd].
+
+[wiki]: https://en.wikipedia.org/wiki/Wiki
+[git]: http://git-scm.com/
+[mercurial]: http://mercurial.selenic.com/
+[ccd]: https://clikchicdesigns.net/
+
+