diff --git a/_quarto.yaml b/_quarto.yaml new file mode 100644 index 0000000..f96ac20 --- /dev/null +++ b/_quarto.yaml @@ -0,0 +1,22 @@ +project: + type: website + execute-dir: project + render: + - web/*.qmd + +website: + title: "portals_bcn" + repo-url: https://github.com/OSM-Catalan/caminsdaigua + repo-actions: [edit, issue] + site-url: https://osm-catalan.github.io/caminsdaigua/ + open-graph: true + +format: + html: + theme: lux + css: styles.css + toc: true + lang: ca + language: _language-ca.yml # TODO: elimina. Pendent de https://github.com/quarto-dev/quarto-cli/pull/5968 + +editor: source \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..de92dfb --- /dev/null +++ b/styles.css @@ -0,0 +1 @@ +/* css styles */ \ No newline at end of file