forked from vacp2p/vac.dev
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
45 lines (40 loc) · 890 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
45
name: Vac
title: Vac
title_image: '/assets/img/vac.jpg'
description: >- # this means to ignore newlines until "baseurl:"
Vac is a modular peer-to-peer messaging stack, with a focus on secure messaging.
baseurl: '' # the subpath of your site, e.g. /blog
url: 'https://vac.dev' # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: vacp2p
github_username: vacp2p
simple_analytics: true
# Build settings
plugins:
- jekyll-feed
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- gulpfile.babel.js
- LICENSE.md
- node_modules
- package.json
- package-lock.json
- README.md
- src
- tailwind.config.js
- netlify.toml
- vendor
collections:
authors:
output: true
defaults:
- scope:
path: 'assets/img'
values:
image: true
- scope:
path: ''
type: 'authors'
values:
layout: 'author'