diff --git a/404.html b/404.html
index 086a5c9..2bbd38e 100644
--- a/404.html
+++ b/404.html
@@ -1,6 +1,8 @@
---
permalink: /404.html
-layout: default
+layout: libdoc/page
+title: 404
+description: that's an error.
---
-
-
404
-
-
Page not found :(
-
The requested page could not be found.
-
+back to home.
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
index 1be609d..8e0edb0 100644
--- a/_config.yml
+++ b/_config.yml
@@ -36,6 +36,11 @@ defaults:
values:
layout: libdoc/page
+kramdown:
+ parse_block_html: true
+ syntax_highlighter_opts:
+ disable: true
+
webrick:
headers:
Access-Control-Allow-Origin: '*'
diff --git a/about.markdown b/about.markdown
index 83f3a60..5d9554f 100644
--- a/about.markdown
+++ b/about.markdown
@@ -1,5 +1,6 @@
---
layout: libdoc/page
+order: 99
title: About
permalink: /about/
description: Project links and build info
diff --git a/index.markdown b/index.markdown
index 5e5e888..ea0f132 100644
--- a/index.markdown
+++ b/index.markdown
@@ -5,3 +5,7 @@
layout: libdoc/page
permalink: /
---
+
+Please see [our FAQ](/wiki/faq/) before asking questions.
+
+To start running the emulator, check the [install guide](/wiki/installation/).
\ No newline at end of file
diff --git a/install-guide.md b/install-guide.md
index d2ce29c..b352802 100644
--- a/install-guide.md
+++ b/install-guide.md
@@ -1,13 +1,16 @@
---
layout: libdoc/page
title: Installation
+order: 2
permalink: /installation/
description: >-
For the foreseeable future, installation will require Linux in some form.
---
+
There are currently two methods to install RPCSX:
### Method 1: Linux
+{:toc}
-
-### Method 2: WSL
\ No newline at end of file
+### Method 2: WSL
+{:toc}
\ No newline at end of file