Initial gh-pages content
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..94aec12
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+[//]: # " Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. "
+[//]: # " "
+[//]: # " This program and the accompanying materials are made available under the "
+[//]: # " terms of the Eclipse Public License v. 2.0, which is available at "
+[//]: # " http://www.eclipse.org/legal/epl-2.0. "
+[//]: # " "
+[//]: # " This Source Code may also be made available under the following Secondary "
+[//]: # " Licenses when the conditions for such availability set forth in the "
+[//]: # " Eclipse Public License v. 2.0 are satisfied: GNU General Public License, "
+[//]: # " version 2 with the GNU Classpath Exception, which is available at "
+[//]: # " https://www.gnu.org/software/classpath/license.html. "
+[//]: # " "
+[//]: # " SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 "
+
+---
+
+# Jakarta RESTful Web Services [](https://travis-ci.org/eclipse-ee4j/jaxrs-api)
+
+**Jakarta RESTful Web Services** provides a specification document, TCK and foundational API to develop web services following the Representational State Transfer (REST) architectural pattern.
+
+Contributions are welcome, please sign the Eclipse Contributor Agreement before submitting PRs: https://www.eclipse.org/contribute/cla
+
+Project page: https://projects.eclipse.org/projects/ee4j.jaxrs
+
+Mailinglist: https://accounts.eclipse.org/mailing-list/jaxrs-dev
+
diff --git a/_config.yml b/_config.yml
index 2f7efbe..9b025c5 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1 +1,14 @@
-theme: jekyll-theme-minimal
\ No newline at end of file
+remote_theme: jakartaee/jekyll-theme-jakarta-ee
+
+title: [Jakarta RESTful Web Services]
+description: [Jakarta RESTful Web Services provides a specification document, TCK and foundational API to develop web services following the Representational State Transfer (REST) architectural pattern.]
+
+latestVersion: 2.1.6
+
+links:
+ source: https://github.com/eclipse-ee4j/jaxrs-api
+ spec: https://eclipse-ee4j.github.io/jaxrs-api/spec
+ javadocs: https://eclipse-ee4j.github.io/jaxrs-api/apidocs
+ download: https://github.com/eclipse-ee4j/jaxrs-api/releases
+ mailinglist: https://accounts.eclipse.org/mailing-list/jaxrs-dev
+
diff --git a/index.md b/index.md
deleted file mode 100644
index b0c0087..0000000
--- a/index.md
+++ /dev/null
@@ -1,37 +0,0 @@
-## Welcome to GitHub Pages
-
-You can use the [editor on GitHub](https://github.com/eclipse-ee4j/jaxrs-api/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files.
-
-Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.
-
-### Markdown
-
-Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
-
-```markdown
-Syntax highlighted code block
-
-# Header 1
-## Header 2
-### Header 3
-
-- Bulleted
-- List
-
-1. Numbered
-2. List
-
-**Bold** and _Italic_ and `Code` text
-
-[Link](url) and 
-```
-
-For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
-
-### Jekyll Themes
-
-Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/eclipse-ee4j/jaxrs-api/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file.
-
-### Support or Contact
-
-Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.