[gtk-web/new-website: 124/180] created a pages collection
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web/new-website: 124/180] created a pages collection
- Date: Mon, 11 Nov 2019 14:54:50 +0000 (UTC)
commit 4b0efefdfef940707b900093c04b76504ad7d990
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date: Sun Aug 4 14:51:27 2019 +0530
created a pages collection
_config.yml | 2 ++
_includes/header.html | 4 ++--
docs.html => collections/_pages/docs.html | 0
features.html => collections/_pages/features.html | 0
index.html => collections/_pages/index.html | 1 +
5 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/_config.yml b/_config.yml
index 796f896..f710e91 100644
--- a/_config.yml
+++ b/_config.yml
@@ -50,6 +50,8 @@ collections_dir: collections
collections:
docs:
output: true
+ pages:
+ output: true
defaults:
- scope:
diff --git a/_includes/header.html b/_includes/header.html
index 458097f..8125c38 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -27,10 +27,10 @@ to make changes related to the content, edit the `_data/navigation.yml`
<link rel="stylesheet" href="{{ '/assets/css/theme.css' | prepend: site.url }}" type="text/css"
media="screen" />
<link rel="stylesheet" href="{{ '/assets/css/colorful.css' | prepend: site.url }}" type="text/css"
media="screen" />
<link rel="stylesheet" href="{{ '/assets/css/index.css' | prepend: site.url }}" type="text/css"
media="screen" />
- <script src="{{ '/assets/jquery/dist/jquery.min.js' | prepend: site.url }}"></script>
+ <script src="{{ '/assets/jquery/dist/jquery.min.js' | prepend: site.url }}"></script>
<script src="{{ '/assets/popper.js/dist/umd/popper.min.js' | prepend: site.url }}"></script>
<script src="{{ '/assets/bootstrap/dist/js/bootstrap.min.js' | prepend: site.url }}"></script>
- <script src="{{ '/assets/slick-carousel/slick/slick.min.js' | prepend: site.url }}"></script>
+ <script src="{{ '/assets/slick-carousel/slick/slick.min.js' | prepend: site.url }}"></script>
</head>
<body>
diff --git a/docs.html b/collections/_pages/docs.html
similarity index 100%
rename from docs.html
rename to collections/_pages/docs.html
diff --git a/features.html b/collections/_pages/features.html
similarity index 100%
rename from features.html
rename to collections/_pages/features.html
diff --git a/index.html b/collections/_pages/index.html
similarity index 99%
rename from index.html
rename to collections/_pages/index.html
index 6e69f93..5be5422 100644
--- a/index.html
+++ b/collections/_pages/index.html
@@ -1,5 +1,6 @@
---
navbar_type: light
+permalink: ''
page_main_heading: Create interfaces, that users just love
page_main_heading_description: Offering a complete set of widgets, GTK is suitable for projects ranging from
small one-off tools to complete application suites.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]