-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
32 lines (32 loc) · 1 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
---
url: 'https://ericbanisadr.com'
social-links:
- { platform: 'GitHub', link: 'https://www.github.com/ebanisadr', footer: true }
- { platform: 'Medium', link: 'https://medium.com/@ebanisadr', footer: true }
- { platform: 'Twitter', link: 'https://twitter.com/ebanisadr' }
- { platform: 'LinkedIn', link: 'https://www.linkedin.com/in/ebanisadr/', footer: true }
- { platform: 'Email', link: 'mailto:[email protected]', title: 'Email me', footer: true }
- { platform: 'Instagram', link: 'https://www.instagram.com/ericbanisadr/' }
- { platform: 'Lobsters', link: 'https://lobste.rs/u/eban' }
collections:
blog:
output: true
permalink: /:collection/:name
cookbook:
output: true
permalink: /:collection/:name
library:
output: false
permalink: /:collection
unlisted:
output: true
permalink: /:collection/:path:output_ext
defaults:
-
scope:
path: ""
type: "cookbook"
values:
layout: "recipe"
exclude: ["add-to-library.py", "README.md"]
---