forked from workshops-de/vuejs.de
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
74 lines (67 loc) · 1.67 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
title: Vuejs.de
description: ""
topic: Vue.js
url: "https://vuejs.de" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: vue_js_de
github_username: jekyll
gtm_property: "GTM-PNQ82ZX"
utm_source: "vuejs_de"
permalink: /artikel/:slug/
repository_url: "https://github.com/workshops-de/vuejs.de"
og_generator_enabled: true
navigation:
banner:
message: "Die <strong>Vue.js Konferenz</strong> in Deutschland! Am 08. - 09.2024 im Maritim Hotel, Bonn. <b><u>Sichere dein Ticket!</u></b>"
href: "https://conf.vuejs.de?utm_source=vuejs_de&utm_campaign=conference2024&utm_medium=portal&utm_content=banner"
plugins_dir: ["_plugins/", "shared/plugins/"]
collections:
pages:
output: true
permalink: /:name/
defaults:
- scope:
path: "_posts" # an empty string here means all files in the project
values:
layout: "post"
header_image: "header.jpg"
toc: true
language: "de"
- scope:
path: "_pages" # an empty string here means all files in the project
values:
layout: "page"
- scope:
path: "assets"
values:
sitemap: false
pagination:
enabled: true
per_page: 5
permalink: '/seite/:num/'
title: ':title - Seite :num'
limit: 0
sort_field: 'date'
sort_reverse: true
# Build settings
markdown: kramdown
sass:
style: :compressed
sass_dir: assets/css
sourcemap: never
autoprefixer:
only_production: true
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate-v2
exclude:
- Gemfile
- Gemfile.lock
- Dockerfile
- .gitignore
- nginx.conf
- cloudbuild.yaml
- firebase-debug.log
# webrick:
# headers:
# Content-Security-Policy: "style-src 'self'"