[gtk-web/new-website: 88/191] updated site's configuration



commit 6f9dccda25498182fb526ea2c0ca8bccc9029e0c
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Thu Jul 11 21:59:13 2019 +0530

    updated site's configuration

 _config.yml             | 12 ++++++------
 assets/css/markdown.css |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/_config.yml b/_config.yml
index d3938d0..a431272 100644
--- a/_config.yml
+++ b/_config.yml
@@ -10,8 +10,8 @@ kramdown:
 highlighter: rouge
 # plugins:
 #   - jekyll-feed
-sass:
-  sass_dir: _sass
+# sass:
+#   sass_dir: _sass
 # include:
 #   - .htaccess
 exclude: 
@@ -25,15 +25,15 @@ exclude:
 # for dev only
 # keep_files: [assets]
 
+collections_dir: collections
+
 collections:
-  documentation:
+  docs:
     output: true
-    permalink: /docs/:name
 
 defaults:
   - scope:
-      path: ""
-      type: "documentation"
+      type: docs
     values:
       layout: documentation
       navbar_dark: true
\ No newline at end of file
diff --git a/assets/css/markdown.css b/assets/css/markdown.css
index 6942c77..f2a47be 100644
--- a/assets/css/markdown.css
+++ b/assets/css/markdown.css
@@ -46,10 +46,10 @@
     margin-bottom: 16px;
 }
 .markdown-body hr {
-    height: 0.25em;
+    height: 0.2em;
     padding: 0;
     margin: 24px 0;
-    background-color: #e1e4e8;
+    background-color: var(--mdcolor);
     border: 0;
 }
 .markdown-body blockquote {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]