-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
45 lines (41 loc) · 1.06 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
title: go-gae-intro
email: cprior@gmail.com
description: >-
Hello World on Google Apps Engine with Go
description_de: >-
Hallo Welt mit Google Apps Engine in Go
baseurl: "/go-gae-intro"
url: ""
# Build settings
markdown: kramdown
source: .
layouts_dir: ./business/marketing/web/_layouts
includes_dir: ./business/marketing/web/_includes
destination: ./business/marketing/web/_site
data_dir: ./dat
sass:
sass_dir: ./business/marketing/web/assets/_sass
exclude:
- application/physical/mob
- application/physical/be/README.md
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: "application/logical/building-blocks"
type: "posts"
values:
permalink: /application/logical/building-blocks/:title.html
#categories: application-logical_building-blocks
-
scope:
path: "technology/physical/building-blocks"
type: "posts"
values:
permalink: /technology/physical/building-blocks/:title.html
#categories: application-logical_building-blocks