-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
51 lines (44 loc) · 941 Bytes
/
_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
baseurl: "/"
permalink: pretty
title: "Gustav Mårdestam Portfolio"
collections_dir: collections
markdown: kramdown
highlighter: rouge
timezone: Europe/Stockholm
encoding: utf-8
google_analytics_id: false # replace with "UA-XXXX"
personalinfo:
name_first: "Gustav"
name_last: "Mårdestam"
jobtitle: "Technical Artist"
image: "assets/images/profile-picture/gustav-mardestam.jpg"
linkedin: "https://www.linkedin.com/in/gustav-mardestam/"
mail: "gustav.mardestam@gmail.com"
other:
blogname: "PROJECTS"
collections:
projects:
output: true
permalink: /projects/:path/
defaults:
- scope:
path: ""
type: projects
values:
layout: projects
- scope:
path: "images"
values:
image: true
exclude:
- Gemfile
- Gemfile.lock
- gulpfile.babel.js
- LICENSE.md
- node_modules
- package.json
- package-lock.json
- README.md
- src
- tailwind.config.js
- netlify.toml