-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
44 lines (39 loc) · 955 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
title: Daniel Cornock
email: [email protected]
description: >-
Personal website and blog of Daniel Cornock. Take a look at my projects and articles that I write about software development.
baseurl: ''
url: 'https://www.danielcornock.co.uk'
twitter_username: danielcornock
github_username: danielcornock
permalink: /articles/:title
image_dir: /assets/images/
include: ['_pages']
# Build settings
markdown: kramdown
highlighter: none
collections:
projects:
output: true
defaults:
- scope:
path: ''
type: 'posts'
values:
layout: 'post/post'
- scope:
path: ''
type: 'projects'
values:
layout: 'post/post'
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/