mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2025-01-30 07:53:22 -05:00
53 lines
1.2 KiB
YAML
53 lines
1.2 KiB
YAML
title: Veilid
|
|
baseurl: 'https://veilid.com'
|
|
description: Veilid is a project by cDc and friends.
|
|
image: img/Veilid-Framework-Cover.png
|
|
debug: true
|
|
date:
|
|
format: 'Y-m-d'
|
|
timezone: 'America/New_York'
|
|
favicon:
|
|
enabled: true
|
|
image: /favicon.ico
|
|
compile:
|
|
enabled: true
|
|
style: compressed
|
|
sourcemap: true
|
|
theme:
|
|
- veilid
|
|
social:
|
|
twitter: "veilidnetwork"
|
|
fediverse: "@VeilidNetwork@hackers.town"
|
|
pages:
|
|
body:
|
|
images: # how to handle images
|
|
class: 'img-fluid my-2' # put default class to each image (empty by default)
|
|
virtual:
|
|
- path: contact
|
|
redirect: /about-us/contact-us/
|
|
- path: discord
|
|
redirect: https://discord.gg/5Qx3B9eedU
|
|
- path: code
|
|
redirect: https://gitlab.com/veilid/veilid
|
|
- path: give
|
|
redirect: https://buy.stripe.com/6oE9ACboP5r3ag86oo
|
|
- path: stripe
|
|
redirect: https://buy.stripe.com/6oE9ACboP5r3ag86oo
|
|
- path: paypal
|
|
redirect: https://www.paypal.com/donate/?hosted_button_id=T9NHCFDCE7Q4S
|
|
- path: launch
|
|
redirect: /defcon/
|
|
pagination:
|
|
max: 12
|
|
cache:
|
|
dir: '.cache'
|
|
enabled: false
|
|
language: en
|
|
languages:
|
|
- code: en
|
|
name: English
|
|
locale: en_EN
|
|
- code: de
|
|
name: Deutsche
|
|
locale: de_DE
|