-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
32 lines (26 loc) · 854 Bytes
/
_config.yml
File metadata and controls
32 lines (26 loc) · 854 Bytes
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
# Site settings
title: "Barry Threw"
email: me@barrythrew.com
description: > # this means to ignore newlines until "baseurl:"
Barry Threw is sometimes a curator, technologist, designer, cultural producer & strategist.
He works across digital art, built environments, experiential & immersive media,
architectural projection mapping, and technology platforms.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://barrythrew.com" # the base hostname & protocol for your site
instagram_username: barrythrew
facebook_username: barrythrew
twitter_username: barrythrew
github_username: barrythrew
linkedin_username: barrythrew
permalink: pretty
exclude:
- docker
- docker-compose.yml
- nginx.conf
# Build settings
markdown: kramdown
#paginate: 4
#paginate_path: "blog/page:num"
collections:
projects:
output: true