init commit

This commit is contained in:
David Spáčil
2026-07-10 09:41:11 +02:00
parent a30ba28db8
commit a875c45a84
6 changed files with 51 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
/.quarto/
**/*.quarto_ipynb
/_site/
+30
View File
@@ -0,0 +1,30 @@
project:
type: website
website:
title: "Nápověda"
# navbar:
# left:
# - href: index.qmd
# text: Home
# - about.qmd
sidebar:
style: "docked"
search: true
contents:
- text: "Home"
href: index.qmd
- section: "Návody"
contents:
- navody/immich.qmd
format:
html:
theme:
- cosmo
- brand
css: styles.css
toc: true
+5
View File
@@ -0,0 +1,5 @@
---
title: "About"
---
About this site
+7
View File
@@ -0,0 +1,7 @@
---
title: "Nápověda"
---
This is a Quarto website.
Work in progress... ale snad se to časem naplní především návody :).
+5
View File
@@ -0,0 +1,5 @@
---
title: "Návod na používání Immich"
---
About this site
+1
View File
@@ -0,0 +1 @@
/* css styles */