-
-
Notifications
You must be signed in to change notification settings - Fork 96
/
_config.yml
46 lines (40 loc) · 977 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Site settings
title: Qubes OS
description: > # this means to ignore newlines
Qubes is a security-oriented, free and open-source operating system for
personal computers that allows you to securely compartmentalize your digital
life.
twitter_username: QubesOS
github_username: QubesOS
# Project Settings
project_url: "https://www.qubes-os.org"
project_repo_path: "https://github.com/QubesOS"
project_repo_site: "/qubesos.github.io"
project_repo_artwork: "/qubes-artwork"
# Build settings
markdown: kramdown
highlighter: rouge
timezone: UTC
encoding: utf-8
relative_permalinks: false
permalink: /news/:year/:month/:day/:title/
excerpt_separator: ""
plugins:
- jekyll-redirect-from
- jekyll-sitemap
collections:
doc:
output: true
hcl:
output: false
qubes-translated:
output: true
allowed_categories:
- press
- announcements
- releases
- articles
- security
- talks
default_author: "The Qubes team"
default_category: "announcements"