forked from uuudown/qccc
-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
executable file
·57 lines (47 loc) · 1.31 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
port: 4000
host: 0.0.0.0
safe: false
### site serving configuration ###
exclude: [CNAME, README.md, .gitignore, bck]
permalink: / ## disables post output
timezone: US
lsi: false
markdown: kramdown
highlighter: rouge
### content configuration ###
title: "QCE-23: Quantum System Stability and Reproducibility Workshop"
keywords: "quantum computing, NISQ, VQA, quantum machine learning, Quantum System Stability, Reproducibility"
description: "-"
source_link: "https://github.com/happybored/qssr.github.io"
#source_link: "https://uuudown.github.io/qccc/"
#favicon: "img/favicon.ico"
#touch_icon: "img/apple-touch-icon.png"
google_analytics_key: UA-55665759-3
### template colors, used site-wide via css ###
colors:
black: '#111111'
white: '#ffffff'
blue: '#2a52be'
orange: '#a98625'
red: '#be4c2a'
green: '#377f1c'
purple: '#be2a52'
turquoise: '#2a9cbe
# Dull pastels
# black: '#111111'
# white: '#ffffff'
# blue: '#779ecb'
# orange: '#cba477'
# red: '#cb7a77'
# green: '#9ecb77'
# purple: '#cb779e'
# turquoise: '#77c8cb'
# Original Bright colors
# black: '#111111'
# white: '#f8f8f8'
# blue: '#49a7e9'
# green: '#9bcf2f'
# purple: '#c869bf'
# orange: '#fab125'
# turquoise: '#0fbfcf'