initial markdown pages
diff --git a/config.toml b/config.toml
index e4b7418..148a489 100644
--- a/config.toml
+++ b/config.toml
@@ -1,3 +1,32 @@
-baseURL = "http://example.org/"
+baseURL = "https://projects.eclipse.org/projects/technology.cognicrypt"
 languageCode = "en-us"
-title = "My New Hugo Site"
+title = "Securely using Cryptography with CogniCrypt"
+theme = "hugo-solstice-theme"
+
+
+[permalinks]
+  news = "/:sections/:slug/"
+  
+[[menu.main]]
+  name = "Downloads"
+  weight = -150
+  identifier = "downloads"
+  url= "/downloads/"
+
+[[menu.main]]
+  name = "Documentation"
+  weight = -100
+  identifier = "documentation"
+  url= "/documentation/"  
+  
+[[menu.main]]
+  name = "Contributing"
+  weight = -70
+  identifier = "contributing"
+  url= "/contributing/"  
+  
+[[menu.main]]
+  name = "News"
+  weight = -50
+  identifier = "news"
+  url= "/news/"
\ No newline at end of file
diff --git a/content/_index.md b/content/_index.md
new file mode 100644
index 0000000..9bf137b
--- /dev/null
+++ b/content/_index.md
@@ -0,0 +1,6 @@
+---
+title: ""
+date: 2018-09-03T19:48:11+02:00
+---
+
+TODO Add some content here
\ No newline at end of file
diff --git a/content/contributing.md b/content/contributing.md
new file mode 100644
index 0000000..d7b2471
--- /dev/null
+++ b/content/contributing.md
@@ -0,0 +1,6 @@
+---
+title: "Contributing"
+date: 2018-09-03T20:02:32+02:00
+draft: true
+---
+
diff --git a/content/documentation.md b/content/documentation.md
new file mode 100644
index 0000000..100285e
--- /dev/null
+++ b/content/documentation.md
@@ -0,0 +1,6 @@
+---
+title: "Documentation"
+date: 2018-09-03T20:02:21+02:00
+draft: true
+---
+
diff --git a/content/downloads.md b/content/downloads.md
new file mode 100644
index 0000000..7c9c680
--- /dev/null
+++ b/content/downloads.md
@@ -0,0 +1,6 @@
+---
+title: "Downloads"
+date: 2018-09-03T19:57:20+02:00
+draft: true
+---
+
diff --git a/content/news/some-item.md b/content/news/some-item.md
new file mode 100644
index 0000000..38faa22
--- /dev/null
+++ b/content/news/some-item.md
@@ -0,0 +1,11 @@
+---
+title: "Some Item"
+date: 2018-09-03T20:03:13+02:00
+hide_page_title: "false"
+#header_wrapper_class: ""
+#seo_title: ""
+#headline: ""
+#subtitle: ""
+#tagline: ""
+#links: []
+---