-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_quarto.yml
82 lines (80 loc) · 2.33 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
77
78
79
80
81
project:
type: book
output-dir: docs
resources:
- resources/*
book:
title: "Intro to Coding for Journalists"
author: "Christian McDonald"
date: last-modified
chapters:
- href: index.qmd
text: Home
- part: "Getting Started"
chapters:
- start/start-00-intro.qmd
- start/start-01-terminal.qmd
- start/start-02-move.qmd
- setup/setup-01-git.qmd
- part: "Git"
chapters:
- git/git-00-intro.qmd
- git/git-01-project.qmd
- git/git-02-cycle.qmd
- part: "HTML & CSS"
chapters:
- html-css/00-intro.qmd
- html-css/01-html-practice.qmd
- html-css/02-html-mastery.qmd
- html-css/03-css-practice.qmd
- html-css/04-css-mastery.qmd
- part: "JavaScript"
chapters:
- javascript/js-00-intro.qmd
- javascript/js-01-basics.qmd
- javascript/js-02-functions.qmd
- javascript/js-03-flow-control.qmd
- javascript/js-04-objects.qmd
- javascript/js-05-html.qmd
- javascript/js-06-datatables.qmd
- setup/setup-02-codespaces.qmd
- part: "SASS"
chapters:
- sass/sass-00-intro.qmd
- sass/sass-01-project.qmd
- sass/sass-02-refactor.qmd
- sass/sass-03-publish.qmd
- part: "Bootstrap"
chapters:
- bootstrap/bs-00-intro.qmd
- bootstrap/bs-01-components.qmd
- bootstrap/bs-02-grids.qmd
- bootstrap/bs-03-cards.qmd
- bootstrap/bs-04-customize.qmd
- bootstrap/bs-05-publish.qmd
- bootstrap/bs-06-mastery.qmd
- setup/setup-03-fetch.qmd
- part: "Static App"
chapters:
- static-apps/sapp-00-intro.qmd
- static-apps/sapp-01-framework.qmd
- static-apps/sapp-02-templates.qmd
- static-apps/sapp-03-loops.qmd
- static-apps/sapp-04-publish.qmd
- static-apps/sapp-05-bake-explain.qmd
- static-apps/sapp-06-bake-blog.qmd
- project/fp-00-intro.qmd
appendices:
- appendices/a-project.qmd
- appendices/a-google-fonts.qmd
- appendices/a-fetch-problems.qmd
- appendices/a-macos-shell.qmd
- appendices/a-bash-files.qmd
- appendices/a-bash-commands.qmd
- appendices/a-bash-profile.qmd
- appendices/a-git-share.qmd
- appendices/a-git-branch.qmd
format:
html:
theme: cosmo
code-overflow: wrap