-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
94 lines (82 loc) · 1.7 KB
/
_config.yml
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Site settings
title: Squeak/Smalltalk
copyright: Squeak Deutschland e.V.
url: https://squeak.de
# SEO
author: Squeak Deutschland e.V.
description: >-
Squeak ist eine moderne, freie, und quelloffene Programmierumgebung für die Sprache Smalltalk.
twitter:
username: squeaksmalltalk
logo: /static/img/squeak.png
social:
name: Squeak Deutschland e.V.
links:
- https://twitter.com/squeaksmalltalk
- https://github.com/squeak-smalltalk
- https://www.linkedin.com/groups/98736
collections:
# Order matters
about:
title: Squeak
sort_by: order
trailer: center
downloads:
title: Herunterladen
sort_by: order
hidden: true
education:
title: Bildung und Lehre
sort_by: order
squeakev:
title: Squeak e.V.
sort_by: order
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
cols: 6
href-external: true
-
scope:
path: ""
type: "news"
values:
cols: 12
-
scope:
path: ""
type: "squeakev"
values:
cols: 12
-
scope:
path: ""
type: "posts"
values:
layout: "default"
# Enable SASS support
sass:
sass_dir: _sass
style: :compressed
# Serving
host: 0.0.0.0
# Outputting
permalink: news/:year/:month/:day/:title/
# Caching
build_version: 1.2
staticurl: static/
# Build settings
highlighter: pygments
markdown: kramdown
# Filtering Content
future: true
# Enable plugins
plugins:
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
include: [_pages]
# Exclude vendor dir which Travis uses to bundle all gems on its build servers
exclude: [vendor, README.md, LICENSE.md, Gemfile, Gemfile.lock, Rakefile, .jekyll-metadata]