-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
45 lines (37 loc) · 1.01 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
remote_theme: lilykonings/louie
# site
title: dra.ft
baseurl: ""
url: "http://dra-ft.site"
favicon: "assets/images/apple-touch-icon.png"
#bio
header: dra.ft
desc: >
dra.ft is a movement, a festival, a community, a long-term research project that explores emergent ideas of text and its future.
dra.ft draws from the idea of poetic computation where the machine and author are collaborators. It is in these intersectional spaces that we can produce, perform and embody new meanings and develop new texts. dra.ft encourages unfinished, work in progress, prototypes, tests (essentially drafts) of texts and text making.
# posts
date_format: "%b %-d, %Y"
post_title: Details
post_date: Date
post_cat: Category
# post detail
prev-next: true
# In _config.yml
...
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
...
# build settings
markdown: kramdown
# plugins
plugins:
- jekyll-relative-links
relative_links:
enabled: true
collections: true
theme: jekyll-theme-cayman