init commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
/.quarto/
|
||||||
|
**/*.quarto_ipynb
|
||||||
|
/_site/
|
||||||
+30
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -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 :).
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: "Návod na používání Immich"
|
||||||
|
---
|
||||||
|
|
||||||
|
About this site
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
/* css styles */
|
||||||
Reference in New Issue
Block a user