mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-01-10 07:08:14 -05:00
* Add new design * Use yarn instead of npm * Add 404 page style * Update "See VAC Openings" CTA * Change VAC to Vac * Change specs link * Keep post categories * Change code formatting * Update images * Update media links * Add media image default * Update package.json * Add twitter cards meta data * Add media section back * Remove images * Comment script for form * Change media urls to https * Import font locally * Add Anonymous font * Change inner page layout * Change pre code style * Add font preloading * Change post content styles * Add alt attribute * Change footer research links * Update gitignore * Add Fathom analytics * Update links * Change gif to video * Add work cards links back * Change footer spacing * Change logo size * Fix header * Centered section join * Make cards clickable * Align left section join * Remove graphic & video section about * Return logo size * Add post for Waku v1 vs Waku v2 bandwidth comparison (#43) * Add post for Waku v1 vs Waku v2 bandwidth comparison * Addressing PR comments * Added future work. Minor changes to intro. (cherry picked from commit007696cfc9) * Add <code> styles * Add Hanno page * Add opinion piece on ethics in surveillance tech (#44) * Add opinion piece on ethics in surveillance tech * Change published date. Added preface. * wrong date - today is 3rd (cherry picked from commitc64f5a889e) * Add circe page Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com> Co-authored-by: thecirce <95408261+thecirce@users.noreply.github.com> Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com> Co-authored-by: thecirce <95408261+thecirce@users.noreply.github.com>
46 lines
890 B
YAML
46 lines
890 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
|
|
|
|
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'
|