mirror of https://github.com/acid-info/vac.dev.git
37 lines
732 B
YAML
37 lines
732 B
YAML
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
|
|
|
|
sass:
|
|
sass_dir: _sass
|
|
style: compressed
|
|
|
|
collections:
|
|
authors:
|
|
output: true
|
|
|
|
defaults:
|
|
- scope:
|
|
path: "assets/img"
|
|
values:
|
|
image: true
|
|
- scope:
|
|
path: ""
|
|
type: "authors"
|
|
values:
|
|
layout: "author"
|
|
|