diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..7336775 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,7 @@ +theme: jekyll-theme-minimal +title: spark3D +description: Spark extension for processing large-scale 3D data sets, such as astrophysical or high energy physics data. +logo: /spark3d_logo.jpg +show_downloads: true +google_analytics: +github_username: JulienPeloton diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html new file mode 100644 index 0000000..029f1c6 --- /dev/null +++ b/docs/_layouts/default.html @@ -0,0 +1,66 @@ + + + + + + + +{% seo %} + + + + +
+
+

{{ site.title | default: site.github.repository_name }}

+ + {% if site.logo %} + Logo + {% endif %} + +

{{ site.description | default: site.github.project_tagline }}

+ + {% if site.github.is_project_page %} + + + {% endif %} + + {% if site.github.is_user_page %} +

View My GitHub Profile

+ {% endif %} + + {% if site.show_downloads %} + + {% endif %} +
+
+ + {{ content }} + +
+ +
+ + {% if site.google_analytics %} + + {% endif %} + + diff --git a/docs/docs/.__empty__ b/docs/docs/.__empty__ deleted file mode 100644 index e69de29..0000000 diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..007f68d --- /dev/null +++ b/docs/index.md @@ -0,0 +1,11 @@ +# Salut1 + +Salut! + +```scala +val toto: Double = 3.0 +``` + +## toto + +[Link to a post]({{ site.baseurl }}{% link post.md %}) diff --git a/docs/post.md b/docs/post.md new file mode 100644 index 0000000..97fa4c2 --- /dev/null +++ b/docs/post.md @@ -0,0 +1,8 @@ +--- +layout: post +title: "The One with the Blackout" +date: 2016-03-30 19:45:31 +0530 +categories: ["life", friends] +--- + +first post diff --git a/docs/spark3d_logo.jpg b/docs/spark3d_logo.jpg new file mode 100644 index 0000000..8513420 Binary files /dev/null and b/docs/spark3d_logo.jpg differ