2019-07-19 06:21:16 +00:00
|
|
|
name: Vac
|
2019-07-18 11:55:53 +00:00
|
|
|
title: Vac
|
2019-07-19 06:21:16 +00:00
|
|
|
title_image: "/assets/img/vac.jpg"
|
2019-07-17 05:52:57 +00:00
|
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
2019-07-18 11:55:53 +00:00
|
|
|
Vac is a modular peer-to-peer messaging stack, with a focus on secure messaging.
|
2019-07-17 05:52:57 +00:00
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
2019-07-19 06:15:32 +00:00
|
|
|
url: "https://vac.dev" # the base hostname & protocol for your site, e.g. http://example.com
|
2019-07-17 05:52:57 +00:00
|
|
|
twitter_username: vacp2p
|
|
|
|
github_username: vacp2p
|
|
|
|
|
2019-11-14 20:45:49 +00:00
|
|
|
simple_analytics: true
|
|
|
|
|
2019-07-17 05:52:57 +00:00
|
|
|
# Build settings
|
|
|
|
plugins:
|
|
|
|
- jekyll-feed
|
2020-03-01 15:38:03 +00:00
|
|
|
- jekyll-sitemap
|
2019-07-17 05:52:57 +00:00
|
|
|
|
2019-11-07 20:12:13 +00:00
|
|
|
sass:
|
|
|
|
sass_dir: _sass
|
|
|
|
style: compressed
|
2019-07-18 12:23:30 +00:00
|
|
|
|
2020-02-18 01:35:04 +00:00
|
|
|
collections:
|
|
|
|
authors:
|
|
|
|
output: true
|
|
|
|
|
2019-07-18 12:23:30 +00:00
|
|
|
defaults:
|
|
|
|
- scope:
|
|
|
|
path: "assets/img"
|
|
|
|
values:
|
|
|
|
image: true
|
2020-02-18 01:35:04 +00:00
|
|
|
- scope:
|
|
|
|
path: ""
|
|
|
|
type: "authors"
|
|
|
|
values:
|
|
|
|
layout: "author"
|
|
|
|
|