-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
68 lines (57 loc) · 1.19 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
# Site settings
title: UX design of enterprise software and business apps
description: >
UX agency for the design of enterprise software, business applications and
digital tools for better business performance.
baseurl: ''
url: ''
address: '13 Hawley Crescent, NW1 8NP'
address_link: https://goo.gl/maps/YVr9ih4MLZL2
permalink: /blog/:categories/:title/
# 100 Shapes Settings
email: [email protected]
phone_number: '+442037738175'
phone_number_display: +44 203 773 8175
animation_in_classes: 'wow fadeIn'
menu:
- label: Work
link: /work/
- label: Blog
link: /blog/
- label: Join us
link: /join-us/
collections:
projects:
output: true
permalink: /work/:path/
defaults:
-
scope:
collection: projects
values:
layout: project
-
scope:
collection: posts
values:
medium_publication: ux-design-and-tech-blog
# Build settings
markdown: kramdown
safe: false
compress_html:
clippings: all
comments: all
blanklines: false
profile: false
startings: [html, head, body]
exclude:
- vendor
- Gemfile
- Gemfile.lock
- scripts
- README.md
- package.json
- webpack.config.js
- node_modules
- static/js
- static/styles