From 7bff8737e4ecc86a3dbbf47c58138d8827828a9a Mon Sep 17 00:00:00 2001 From: Jerome Leclanche Date: Wed, 22 Oct 2014 00:13:27 +0200 Subject: [PATCH] Turn the index into a proper jekyll layout --- _includes/distros.html | 35 ++++++++++++++++++ _includes/header.html | 11 ++++++ _includes/screenshots.html | 13 +++++++ index.html => _layouts/default.html | 55 ++--------------------------- index.md | 5 +++ 5 files changed, 67 insertions(+), 52 deletions(-) create mode 100644 _includes/distros.html create mode 100644 _includes/header.html create mode 100644 _includes/screenshots.html rename index.html => _layouts/default.html (54%) create mode 100644 index.md diff --git a/_includes/distros.html b/_includes/distros.html new file mode 100644 index 0000000..3c1f522 --- /dev/null +++ b/_includes/distros.html @@ -0,0 +1,35 @@ + diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..3a6113a --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,11 @@ +
+
+

+ +

+
+

The next generation of the Lightweight Desktop Environment

+
diff --git a/_includes/screenshots.html b/_includes/screenshots.html new file mode 100644 index 0000000..25f6957 --- /dev/null +++ b/_includes/screenshots.html @@ -0,0 +1,13 @@ +
+
    +
  1. +

    +
  2. +
  3. +

    +
  4. +
  5. +

    +
  6. +
+
diff --git a/index.html b/_layouts/default.html similarity index 54% rename from index.html rename to _layouts/default.html index 0ad6643..a0bd8f0 100644 --- a/index.html +++ b/_layouts/default.html @@ -10,10 +10,7 @@ -
-

-

The next generation of the Lightweight Desktop Environment

-
+ {% include header.html %}
@@ -24,19 +21,7 @@

Screenshots

-
-
    -
  1. -

    -
  2. -
  3. -

    -
  4. -
  5. -

    -
  6. -
-
+ {% include screenshots.html %}

LXQt 0.8.0 is out!

@@ -74,41 +59,7 @@

About LXQt

- + {% include distros.html %}
diff --git a/index.md b/index.md new file mode 100644 index 0000000..2cacde8 --- /dev/null +++ b/index.md @@ -0,0 +1,5 @@ +--- +layout: default +title: LXQt +--- +