forked from aksakalli/jekyll-doc-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
46 lines (42 loc) · 1.09 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
# Site settings
title: Foto Kreil – Das Fotoatelier am Zeitzer Rathaus.
title_short: Foto Kreil
email: info@foto-kreil.de
description: >
Jekyll Template for Project Websites
providing documentation and blog post pages.
lang: de-DE
baseurl: "" # the subpath of your site, e.g. /blog/
url: https://www.foto-kreil.de # the base hostname & protocol for your site
# theme options from https://bootswatch.com/3/
# comment out this to use default Bootstrap
bootwatch: paper # cerulean cosmo custom cyborg darkly flatly journal lumen readable sandstone simplex slate solar spacelab superhero united yeti
# Build settings
markdown: kramdown
highlighter: rouge
# Plugins (previously gems:)
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- README.md
- vendor
- docker-compose.yml
timezone: Europe/Berlin
defaults:
- scope:
path: _posts
type: leistungen
values:
layout: leistungen
sectionid: leistungen
collections:
posts:
permalink: /leistungen/:title
output: true