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