diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7b0cce7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+docs/_site
+docs/Gemfile.lock
\ No newline at end of file
diff --git a/docs/CNAME b/docs/CNAME
new file mode 100644
index 0000000..e69de29
diff --git a/docs/Gemfile b/docs/Gemfile
new file mode 100644
index 0000000..3ef5ee6
--- /dev/null
+++ b/docs/Gemfile
@@ -0,0 +1,3 @@
+source 'https://rubygems.org'
+gem 'github-pages'
+gem 'webrick'
\ No newline at end of file
diff --git a/docs/LICENSE b/docs/LICENSE
new file mode 100644
index 0000000..d29cff5
--- /dev/null
+++ b/docs/LICENSE
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2015 Eduardo Rubio
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 0000000..dfa433b
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,21 @@
+# Documentation
+
+Compass is a Jekyll theme designed with something very specific in mind: to be a simple and elegant personal landing page that can be easily deployed to [GitHub Pages](https://pages.github.com/).
+
+## How to use Compass
+
+1. Start by [installing Bundler](http://bundler.io) `gem install bundler`
+2. [Fork the Compass repository](https://github.com/excentris/compass/fork)
+3. Clone the repository you just forked: `git clone https://github.com/YOUR-USER/compass`
+4. Then run `bundle install` to get [Jekyll](http://jekyllrb.com) and all the dependencies.
+5. Edit `_config.yml` as needed.
+6. Run the Jekyll server with `bundle exec jekyll serve`
+7. Go to `http://localhost:4000`
+
+## Deploy your site to GitHub Pages
+
+If you want to use Compass as your personal landing page you can deploy your site to GitHub Pages as a [User Page](https://help.github.com/articles/user-organization-and-project-pages/#user--organization-pages). To do so, when you are done modifying your clone, you should rename your repository to `username.github.io` where username is your username. When GitHub builds the page it will be made available at `https://username.github.io`.
+
+If you are planning on using a custom domain to direct to your site, modify the CNAME file as described [here](https://help.github.com/articles/adding-a-cname-file-to-your-repository/).
+
+Check the [GitHub Pages Basics](https://help.github.com/categories/github-pages-basics/) for more information.
diff --git a/docs/_config.yml b/docs/_config.yml
new file mode 100644
index 0000000..38d67ca
--- /dev/null
+++ b/docs/_config.yml
@@ -0,0 +1,33 @@
+# general configuration
+url: https://spice2x.github.io/spice2x
+baseurl: ''
+
+# compass configuration
+compass:
+ # an avatar or logo (optional)
+ # logo: "/images/compass.png"
+ # author will appear under the avatar (optional)
+ author: "spice2x"
+ title: "spice2x"
+ # tagline will appear under the title (optional)
+ tagline: "a SpiceTools fork"
+ description: "spice2x is an updated version of SpiceTools with many new features and quality of life improvements."
+ # if include_content is true, the contents of the content.html include will be
+ # added right above the generated item list, if present
+ include_content: true
+ # if include_analytics is true, the content of the analytics.html include will
+ # be added at the end of the
section. You can add your Google Analytics
+ # Tracking Code to that file.
+ include_analytics: false
+ # Twitter @username (as defined by the Twitter Card specs)
+ # twitter: ""
+
+# exclude
+exclude: ["CNAME", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
+
+# Dependencies
+markdown: kramdown
+highlighter: rouge
+
+# Permalinks
+permalink: pretty
diff --git a/docs/_includes/analytics.html b/docs/_includes/analytics.html
new file mode 100644
index 0000000..17bca4a
--- /dev/null
+++ b/docs/_includes/analytics.html
@@ -0,0 +1,2 @@
+
diff --git a/docs/_includes/content.html b/docs/_includes/content.html
new file mode 100644
index 0000000..41b77d2
--- /dev/null
+++ b/docs/_includes/content.html
@@ -0,0 +1,143 @@
+
about spice2x
+
spice2x is a fork of SpiceTools, focused on addressing bugs, usability, and quality-of-life improvements.
+
+
spice2x binaries are meant to be drop-in replacements for existing installs (spice.exe, spice64.exe, spicecfg.exe).
+ For a list of features, check out this page.
+
+
+
GitHub pages, hosting environment for this page, has aggressive caching policies.
+Force refresh (ctrl+F5) to get the latest contents for this page.
+
+
+Check out these cool tools that can be used with spice:
+
+
+
SpiceCompanion
+ Android,
+ iOS,
+ Windows -
+ control spice from your phone / tablet / another PC
+
+
+ ifs_layeredfs
+ - for live game asset modding; spicetools ships with one built-in, but it's an old version; recommend that
+ you download a newer version instead and add it as a DLL hook.
+
+
+ hypersonik - DirectSound audio latency reduction for IIDX 24 and below
+
+
+ popnhax - various mods to make popn more playable
+
+
+ FlexASIO - software ASIO stack with multiple backends
+
+ spicehue - control Philips Hue lights over spice API
+
+
+ slidershim - use your phone / tablet as keyboard input
+
+
+
+
disclaimers
+
+
spice2x team does not provide any tools to circumvent software copy protection, nor distribute any copyright-protected game data.
+
+
We are not associated with the original SpiceTools developers.
+ SpiceCompanion apps are also separate projects owned by the app developers.
+ Efforts will be made to keep up to date with upstream changes.
+
+
+If you want to run spice2x on a real arcade cabinet, do note that the developers take no responsibility for any damage done to your hardware.
+
+For example, some modes in certain games are known to push (practically permanent) firmware onto I/O boards.
+While efforts have been made to hook some of these codes from running, there is no guarantee that this will always work (e.g., if newer version of the game decides to a
+new method that isn't hooked). It is also no means comprehensive, as there may be yet-to-be-discovered code that may render your expensive hardware completely useless.
+