Browse Source

quarto create project website p3x.de

main
Hendrik Langer 7 months ago
parent
commit
b201eab625
  1. 11
      .gitignore
  2. 19
      _quarto.yml
  3. 5
      about.qmd
  4. 7
      index.qmd
  5. 1
      styles.css

11
.gitignore

@ -1,10 +1 @@
# ---> Hugo
# Generated files by hugo
/public/
/resources/_gen/
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
/.quarto/

19
_quarto.yml

@ -0,0 +1,19 @@
project:
type: website
website:
title: "P3x.de"
navbar:
left:
- href: index.qmd
text: Home
- about.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true

5
about.qmd

@ -0,0 +1,5 @@
---
title: "About"
---
About this site

7
index.qmd

@ -0,0 +1,7 @@
---
title: "P3x.de"
---
This is a Quarto website.
To learn more about Quarto websites visit <https://quarto.org/docs/websites>.

1
styles.css

@ -0,0 +1 @@
/* css styles */
Loading…
Cancel
Save