You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains the source files and deployment for [devitoproject.org](devitoproject.org). The website is built with:
5
+
6
+
-[quartodoc](https://github.com/machow/quartodoc) for the automatic generation of the API reference. See the repo for installation and usage.
7
+
-[quarto](https://quarto.org/) for the website itself. See their documentation for installation and specifics. This is built on top of pandoc and supports all pandoc standard syntax plus additional scientific writing tools.
8
+
9
+
10
+
The webiste is fully described through the markdown `.qmd` files for the pages and `_quarto.yml` for the layout. You can also preview the website locally when making changes running
11
+
12
+
```bash
13
+
quartodoc build
14
+
```
15
+
16
+
to generate all the API reference files then
17
+
18
+
```
19
+
quarto preview
20
+
```
21
+
22
+
to create the preview of the website that will automatically open in your browser.
0 commit comments