-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
47 lines (43 loc) · 1.45 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
title: sunlightmap
email: cprior@gmail.com
description: >-
Shows a day- and night map of the planet
description_de: >- # this means to ignore newlines until "baseurl:"
Zeigt eine Tag- und Nachtkarte des Planeten
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
source: .
layouts_dir: ./business/marketing/website/_layouts
includes_dir: ./business/marketing/website/_includes
destination: ./business/marketing/website/_site
data_dir: ./data
sass:
sass_dir: ./business/marketing/website/assets/_sass
exclude:
- application/physical/mobileapp
- application/physical/backend/README.md
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts" # previously `post` in Jekyll 2.2.
values:
layout: "post"
-
scope:
path: "application/logical/building-blocks"
type: "posts" #index.md is of type application-physical_building-blocks
values:
permalink: /application/logical/building-blocks/:title.html
#categories: application-logical_building-blocks
-
scope:
path: "technology/physical/building-blocks"
type: "posts" #index.md is of type application-physical_building-blocks
values:
permalink: /technology/physical/building-blocks/:title.html
#categories: application-logical_building-blocks