Skip to content

Commit f014d7d

Browse files
authored
Documentation/user facing docs (#44)
* improve cite processing on the front-end (#12) * snapshot * fix cite in qmd writer (#12) * use a simpler two-pass solution * div syntax for definition lists * move current docs to dev-docs; make docs a user-facing Quarto website
1 parent 9640f83 commit f014d7d

38 files changed

+7932
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.quarto/
2+
**/*.quarto_ipynb

docs/_quarto.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
project:
2+
type: website
3+
4+
website:
5+
title: "Quarto-markdown"
6+
navbar:
7+
left:
8+
- href: index.qmd
9+
text: Home
10+
- about.qmd
11+
- href: syntax/index.qmd
12+
text: Syntax
13+
14+
format:
15+
html:
16+
theme:
17+
- cosmo
18+
- brand
19+
css: styles.css
20+
toc: true
21+
22+
23+

0 commit comments

Comments
 (0)