diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 00000000..17e5238e
--- /dev/null
+++ b/docs/.gitignore
@@ -0,0 +1,4 @@
+_site/
+.sass-cache/
+.jekyll-metadata
+Gemfile.lock
diff --git a/docs/Gemfile b/docs/Gemfile
new file mode 100644
index 00000000..bc23b52f
--- /dev/null
+++ b/docs/Gemfile
@@ -0,0 +1,26 @@
+source "https://rubygems.org"
+ruby RUBY_VERSION
+
+# Hello! This is where you manage which Jekyll version is used to run.
+# When you want to use a different version, change it below, save the
+# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
+#
+# bundle exec jekyll serve
+#
+# This will help ensure the proper Jekyll version is running.
+# Happy Jekylling!
+# gem "jekyll", "3.3.1"
+
+# This is the default theme for new Jekyll sites. You may change this to anything you like.
+gem "minima", "~> 2.0"
+
+gem "html-proofer"
+
+# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
+# uncomment the line below. To upgrade, run `bundle update github-pages`.
+gem "github-pages", group: :jekyll_plugins
+
+# If you have any plugins, put them here!
+# group :jekyll_plugins do
+# gem "jekyll-feed", "~> 0.6"
+# end
diff --git a/docs/LICENSE.md b/docs/LICENSE.md
new file mode 100644
index 00000000..52aa97ae
--- /dev/null
+++ b/docs/LICENSE.md
@@ -0,0 +1,13 @@
+---
+layout: default
+---
+Copyright (c) 2016, Los Alamos National Security, LLC
+All rights reserved.
+Copyright 2016. Los Alamos National Security, LLC. This software was produced under U.S. Government contract DE-AC52-06NA25396 for Los Alamos National Laboratory (LANL), which is operated by Los Alamos National Security, LLC for the U.S. Department of Energy. The U.S. Government has rights to use, reproduce, and distribute this software. NEITHER THE GOVERNMENT NOR LOS ALAMOS NATIONAL SECURITY, LLC MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LIABILITY FOR THE USE OF THIS SOFTWARE. If software is modified to produce derivative works, such modified software should be clearly marked, so as not to confuse it with the version available from LANL.
+
+Additionally, redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+3. Neither the name of Los Alamos National Security, LLC, Los Alamos National Laboratory, LANL, the U.S. Government, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY LOS ALAMOS NATIONAL SECURITY, LLC AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL LOS ALAMOS NATIONAL SECURITY, LLC OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/docs/README-jekyll.md b/docs/README-jekyll.md
new file mode 100644
index 00000000..b67dd8d1
--- /dev/null
+++ b/docs/README-jekyll.md
@@ -0,0 +1,11 @@
+---
+layout: page
+---
+# Jekyll-website
+This repository contains the required stuff to make the NJOY website and keep it consistent across all the projects.
+
+## Using jekyll-website
+For all projects under the NJOY organization, this repository should be created as a git 'subtree' in the `docs` directory. This will ensure consistency across all the projects as well as make the documentation for each accessible from the website.
+
+## License
+This repository---and all repositories under the NJOY organization---are licensed according to the [LICENSE](LICENSE.md) file
diff --git a/docs/_config.yml b/docs/_config.yml
new file mode 100644
index 00000000..64cfe235
--- /dev/null
+++ b/docs/_config.yml
@@ -0,0 +1,29 @@
+# Welcome to Jekyll!
+#
+# This config file is meant for settings that affect your whole blog, values
+# which you are expected to set up once and rarely need to edit after that.
+# For technical reasons, this file is *NOT* reloaded automatically when you use
+# 'jekyll serve'. If you change this file, please restart the server process.
+
+# Site settings
+title: NJOY
+subtitle: Nuclear Data Processing-from Los Alamos National Laboratory
+email: njoy@lanl.gov
+
+description: NJOY nuclear data processing from LANL
+
+url: "http://njoy.lanl.gov" # the base hostname & protocol for your site
+#twitter_username: jekyllrb
+github_username: njoy
+
+markdown: kramdown
+timezone: America/Denver
+
+theme: minima
+
+# Serving
+port: 8000
+baseurl: "" # the subpath of your site, e.g. /blog
+
+exclude: [vendor]
+include: ['Developers', 'Build', 'LICENSE.md']
diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml
new file mode 100644
index 00000000..f728e2e3
--- /dev/null
+++ b/docs/_data/navigation.yml
@@ -0,0 +1,11 @@
+ - title: "Getting NJOY"
+ url: "https://njoy.github.io/Build/index.html"
+
+ - title: "Developers"
+ url: "https://njoy.github.io/DevelopersGuide"
+
+ - title: "Projects"
+ url: "https://njoy.github.io/Projects.html"
+
+ - title: "About"
+ url: "https://njoy.github.io/about/index.html"
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
new file mode 100644
index 00000000..7bf1a07e
--- /dev/null
+++ b/docs/_includes/footer.html
@@ -0,0 +1,27 @@
+
diff --git a/docs/_includes/head.html b/docs/_includes/head.html
new file mode 100644
index 00000000..3e8a6c52
--- /dev/null
+++ b/docs/_includes/head.html
@@ -0,0 +1,12 @@
+