aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-04-02 11:09:31 +0200
committerAlex Legler <alex@a3li.li>2015-04-02 11:09:31 +0200
commitb0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef (patch)
treeae0ac2aedd349e4e5757200b5017e12f9a2b5b36 /_config.yml
downloadwww-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.tar.gz
www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.tar.bz2
www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.zip
Initial version
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml39
1 files changed, 39 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..f49e05a
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,39 @@
+# Site settings
+title: Gentoo Linux
+email: www@gentoo.org
+description: News and information from Gentoo Linux
+baseurl: ""
+url: "https://www.gentoo.org"
+
+cdnurl: https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com
+contact: /inside-gentoo/contact/
+copyrightyears: "2001&ndash;2015"
+
+excerpt_separator: <!--more-->
+markdown: kramdown
+sass:
+ style: :compressed
+
+permalink: /news/:year/:month/:day/:title.html
+
+defaults:
+ -
+ scope:
+ path: "" # an empty string here means all files in the project
+ values:
+ layout: "page"
+ -
+ scope:
+ path: inside-gentoo
+ values:
+ nav1: inside-gentoo
+ -
+ scope:
+ path: '_posts'
+ values:
+ nav1: home
+ nav2: news
+ nav2-show: true
+
+exclude: ['bin', 'README', 'TODO']
+gems: ['nokogiri'] \ No newline at end of file