-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (39 loc) · 1.19 KB
/
_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
# Site settings
title: Qubes OS Project
email: your-email@domain.com
description: > # this means to ignore newlines until "baseurl:"
Qubes OS is an open source operating system designed to provide strong
security for desktop computing using Security by Compartmentalization
approach.
Qubes is based on Xen, X Window System, and Linux, and can run most
Linux applications and utilize most of the Linux drivers.
It can also run Windows apps natively in Windows AppVMs (Beta).
#baseurl: "" # the subpath of your site, e.g. /blog/
#url: "https://nukama.github.io" # the base hostname & protocol for your site
#twitter_username: nukama
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_doc: "/qubes-doc"
project_repo_artwork: "/qubes-artwork"
# Build settings
markdown: kramdown
highlighter: pygments
timezone: UTC
encoding: utf-8
relative_permalinks: false
permalink: /news/:year/:month/:day/:title/
excerpt_separator: ""
gems:
- jekyll-redirect-from
collections:
author:
output: true
doc:
output: true
hcl:
output: true
wiki:
output: true