-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
50 lines (41 loc) · 987 Bytes
/
_config.yml
File metadata and controls
50 lines (41 loc) · 987 Bytes
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
# Site settings
title: 'QuickImageComment'
description: 'quick change of user comment and artists in digital images, display and change of meta data, ...'
# baseurl: '/' # the subpath of your site, e.g. /blog
# absoluteurl: 'https://ranbureand.github.io/multilingual-experiment'
url: '' # the base hostname & protocol for your site, e.g. http://example.com
default_language: 'en'
fallback_page: 'overview'
timezone: Europe/Rome
encoding: utf-8
# Build settings
markdown: kramdown
# output directory set to allow GitHub deploy from a branch
destination: docs
# Markdown Processors
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 2..3
plugins:
- jekyll-seo-tag
# Defaults
defaults:
-
scope:
path: '_posts/en'
type: 'posts'
values:
permalink: 'en/news/:title'
language: en
-
scope:
path: '_posts/de'
type: 'posts'
values:
permalink: 'de/nachrichten/:title'
language: de
# TOC Settings
toc:
min_level: 2