mirror of
https://github.com/safing/web
synced 2025-04-18 18:09:09 +00:00
112 lines
3.6 KiB
YAML
112 lines
3.6 KiB
YAML
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
|
# 'jekyll serve'. If you change this file, please restart the server process.
|
|
|
|
plugins:
|
|
- jekyll-minifier
|
|
- jekyll-paginate
|
|
- jekyll-redirect-from
|
|
|
|
# Site settings
|
|
title: Safing
|
|
encoding: "utf-8"
|
|
lang: "en"
|
|
email: hello@safing.io
|
|
emailobfuscated: "=b!isfg>#nbjmup;ifmmpAtbgjoh/jp#?ifmmpAtbgjoh/jp=0b?"
|
|
description: > # this means to ignore newlines until "base_url:"
|
|
Safing is a software that protects your privacy online. It's so easy, anyone can use it.
|
|
base_url: "/" # the subpath of your site, e.g. /blog
|
|
assets_url: "/assets/"
|
|
img_url: "/assets/img/"
|
|
video_url: "/assets/video/"
|
|
icons_url: "/assets/icons/"
|
|
vendor_url: "/vendor/"
|
|
url: "https://safing.io" # the base hostname & protocol for your site
|
|
cover: "img/cover.jpg"
|
|
logo: "img/logo_name_70h_reduced.png"
|
|
twitter_username: SafingIO
|
|
github_username: Safing
|
|
markdown: kramdown
|
|
highlightjs_theme: "monokai_sublime"
|
|
|
|
excerpt_separator: "<!--break-->"
|
|
inter_post_navigation: false
|
|
|
|
our_values_url: "/our-values/"
|
|
jobs_url: "/jobs/"
|
|
podcast_url: "/podcast/"
|
|
blog_url: "/blog/"
|
|
technology_url: "/technology/"
|
|
community_hub_url: "/community-hub/"
|
|
contact_url: "/contact/"
|
|
terms_url: "/terms/"
|
|
privacy_url: "/privacy/"
|
|
whitepaper_url: "/files/whitepaper/"
|
|
company_agreement_url: https://www.firmenmonitor.at/Secure/CompanyDetail.aspx?CID=761761
|
|
kickstarter_url: "https://www.kickstarter.com/projects/safingio/spn" # add the kickstarter url when ready
|
|
|
|
collections:
|
|
podcasts:
|
|
output: true
|
|
|
|
defaults:
|
|
- scope:
|
|
path: "" # an empty string here means all files in the project
|
|
type: "posts"
|
|
values:
|
|
layout: "post"
|
|
permalink: /blog/:year/:month/:day/:title/
|
|
type: "post"
|
|
- scope:
|
|
path: ""
|
|
type: "podcasts"
|
|
values:
|
|
layout: "podcast"
|
|
permalink: /podcast/:year/:month/:day/:title/
|
|
type: "podcast"
|
|
|
|
github_url: https://github.com/Safing
|
|
reddit_url: https://reddit.com/r/safing
|
|
twitter_url: https://twitter.com/SafingIO
|
|
newsletter_url: "/newsletter/"
|
|
|
|
communities:
|
|
- reddit:
|
|
name: Reddit
|
|
icon: reddit
|
|
username: r/safing
|
|
url: https://reddit.com/r/safing
|
|
desc: Join our Reddit
|
|
- github:
|
|
name: GitHub
|
|
icon: github
|
|
username: Safing
|
|
url: https://github.com/Safing
|
|
desc: Fork us on GitHub
|
|
- twitter:
|
|
name: Twitter
|
|
icon: twitter
|
|
username: SafingIO
|
|
url: https://twitter.com/SafingIO
|
|
desc: Follow me on Twitter
|
|
|
|
donations:
|
|
bitcoin:
|
|
url: https://www.blockchain.com/btc/address/1AosdDyzd8PVUFTUEXoaJHTyPVHuKQxdmq?filter=2
|
|
paypal:
|
|
url: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2QHNM78H9YC9L&source=url
|
|
|
|
### Podcast
|
|
|
|
podcast_itunes_url: https://podcasts.apple.com/podcast/id1480027286
|
|
podcast_feed_url: /podcast.xml
|
|
podcast_album_art: /assets/podcast/img/cover.jpg
|
|
podcast_owner: 'Safing'
|
|
podcast_email: 'hello@safing.io'
|
|
podcast_category: Business
|
|
podcast_subcategory_one: Entrepreneurship
|
|
podcast_explicit: "no"
|
|
podcast_author: safing.io
|
|
podcast_title: The Safing Podcast
|
|
podcast_subtitle: "The venture of a company forging powerful privacy tools."
|
|
podcast_description: "Join the founders on their mission to help everyone withstand today's mass surveillance so you reclaim your privacy. Have a look behind the scenes to be the first to know what's coming up! If you like what you hear, consider contributing to the community."
|
|
podcast_summary: "Join the founders on their mission to help everyone withstand today's mass surveillance so you reclaim your privacy. Have a look behind the scenes to be the first to know what's coming up! If you like what you hear, consider contributing to the community."
|