2021-07-29 17:02:18 +00:00
|
|
|
title: Vac
|
|
|
|
description: VAC researches peer-to-peer, private, censorship resistant communication.
|
2021-08-10 10:26:13 +00:00
|
|
|
baseurl: ''
|
|
|
|
url: 'https://vac.dev'
|
2017-11-09 02:34:49 +00:00
|
|
|
|
|
|
|
exclude:
|
|
|
|
- Gemfile
|
|
|
|
- Gemfile.lock
|
2018-12-16 21:27:09 +00:00
|
|
|
- gulpfile.babel.js
|
|
|
|
- LICENSE.md
|
2017-11-22 03:24:59 +00:00
|
|
|
- node_modules
|
|
|
|
- package.json
|
|
|
|
- package-lock.json
|
|
|
|
- README.md
|
2017-11-15 12:50:53 +00:00
|
|
|
- src
|
2018-12-16 21:27:09 +00:00
|
|
|
- tailwind.config.js
|
2020-05-09 02:22:52 +00:00
|
|
|
- netlify.toml
|
2021-07-28 16:42:59 +00:00
|
|
|
- vendor
|
|
|
|
|
2021-08-06 13:39:53 +00:00
|
|
|
collections:
|
|
|
|
authors:
|
|
|
|
output: true
|
|
|
|
|
2021-07-28 16:42:59 +00:00
|
|
|
defaults:
|
|
|
|
- scope:
|
2021-08-10 10:26:13 +00:00
|
|
|
path: 'assets/img'
|
2021-07-28 16:42:59 +00:00
|
|
|
values:
|
|
|
|
image: true
|
2021-08-06 13:39:53 +00:00
|
|
|
- scope:
|
2021-08-10 10:26:13 +00:00
|
|
|
path: ''
|
|
|
|
type: 'authors'
|
2021-08-06 13:39:53 +00:00
|
|
|
values:
|
2021-08-10 10:26:13 +00:00
|
|
|
layout: 'author'
|