blob: 826087e3a16c9f70c3ca55bbb2f6a6dba3a256a9 (
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
# Site settings
#JEKYLL_ENV=production
#JEKYLL_LOG_LEVEL=info # Other options include 'warn' and 'error'
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/v1
contact: /inside-gentoo/contact/
copyrightyears: "2001–2021"
excerpt_separator: <!--more-->
markdown: kramdown
sass:
style: :compressed
#serve:
# livereload: true
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
plugins: ['nokogiri']
# Exclude everything and only include specific items
exclude:
- bin
- Dockerfile*
- .dockerignore
- Gemfile*
- Makefile
- README.md
- TODO
- wget-log*
|