-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
57 lines (57 loc) · 1.06 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
---
title: camille fassett
email: camille [at] sempervirens [dot] io
description: journalist · researcher · technologist
baseurl: ''
url: ''
author:
name: camille fassett
photo: "/assets/images/camille_moss.jpeg"
titles:
- Researcher
- Journalist
- Developer
- Data Reporter
social:
- name: linkedin
link: https://www.linkedin.com/in/camillefassett/
- name: twitter
link: https://twitter.com/camfassett
- name: github
link: https://github.com/ssempervirens
twitter_username: camfassett
github_username: ssempervirens
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
collections:
pages:
output: true
include:
- _pages
nav:
- name: code
href: "https://github.com/ssempervirens"
kind: dir
- name: résumé.pdf
href: "/resume.pdf"
kind: file
defaults:
- scope:
path: _posts
type: posts
values:
layout: post
permalink: "/:title/"
pwd: _posts
kind: file
- scope:
path: _pages
type: pages
values:
layout: page
permalink: "/:title/"
pwd: _pages
kind: file