Skip to content

Commit df45481

Browse files
committed
README
1 parent 8ac60f6 commit df45481

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# devitoproject.org website
2+
3+
4+
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

Comments
 (0)