-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
76 lines (74 loc) · 2.47 KB
/
_quarto.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
project:
type: website
output-dir: docs
preview:
port: 5896
browser: false
render:
- "*.qmd"
resources:
- "parts"
website:
title: Open Source Conjoint
image: images/logo.png
site-url: https://jhelvy.github.io/2023-qux-conf-conjoint/
repo-url: https://github.com/jhelvy/2023-qux-conf-conjoint
description: 'Content for my workshop at the 2023 Quant UX Conference on open source conjoint.'
search: true
open-graph:
locale: es_ES
site-name: https://jhelvy.github.io/2023-qux-conf-conjoint/
twitter-card:
creator: "@johnhelveston"
site: "@johnhelveston"
card-style: summary
sidebar:
style: "docked"
background: "dark"
collapse-level: 2
search: true
contents:
- text: Home
icon: house-door-fill
href: index.qmd
- section: Parts
icon: bookmark-fill
contents:
- text: "1: Introduction"
icon: map-fill
href: parts/introduction.qmd
- text: "2: Designing Surveys"
icon: list-check
href: parts/designing-surveys.qmd
- text: "3: Estimating Models"
icon: activity
href: parts/estimating-models.qmd
- text: "4: Fielding Surveys"
icon: globe
href: parts/fielding-surveys.qmd
- text: Software & code
icon: download
href: software.qmd
- text: About
icon: question-circle-fill
href: about.qmd
- text: License
icon: award-fill
href: LICENSE.qmd
- text: Contact
icon: envelope-fill
href: mailto:[email protected]
- text: Source files
icon: github
href: https://github.com/jhelvy/2023-qux-conf-conjoint
page-footer:
center:
- text: 'Quant UX 2023 Workshop: Open Source Conjoint (Summer 2023)<br><a href="https://www.jhelvy.com"><i class="fas fa-user"></i> Dr. John Paul Helveston</a> | <a href="mailto:[email protected]"><i class="fas fa-envelope"></i></a> | <a href="https://github.com/jhelvy/dtais-dataviz"><i class="fa fa-github"></i></a> | <a href="https://twitter.com/JohnHelveston"><i class="fa fa-twitter"></i></a> <a href="LICENSE.html">LICENSE: CC-BY-SA <i class="fab fa-creative-commons"></i><i class="fab fa-creative-commons-by"></i><i class="fab fa-creative-commons-sa"></i></a>'
format:
html:
theme: cosmo
css: styles.css
anchor-sections: false
smooth-scroll: true
link-external-newwindow: true
include-in-header: "_includes/header.html"