aboutsummaryrefslogtreecommitdiff
blob: 8bf628b546df19b6fcd3aafdf348279f343e4177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Site settings
title: Gentoo Linux
email: www@gentoo.org
description: News and information from Gentoo Linux
baseurl: ""
url: "https://www.gentoo.org"

cdnurl: https://assets.gentoo.org/tyrian
contact: /inside-gentoo/contact/
copyrightyears: "2001–2019"

excerpt_separator: <!--more-->
markdown: kramdown
sass:
  style: :compressed

defaults:
  -
    scope:
      type: pages
    values:
      layout: "page"
      permalink: /:path/:basename:output_ext
  -
    scope:
      path: inside-gentoo
    values:
      nav1: inside-gentoo
  -
    scope:
      type: "posts"
    values:
      layout: "post"
      permalink: /news/:year/:month/:day/:title.html
      nav1: home
      nav2: news
      nav2-show: true
  -
    scope:
      path: glep
    values:
      layout: passthrough

exclude: ['bin', 'README.md', 'TODO']
plugins: ['nokogiri']