This commit is contained in:
Daniel Bulant 2021-09-11 19:14:49 +02:00
parent b136940a60
commit a82411c956
29 changed files with 35 additions and 3 deletions

4
.gitignore vendored
View file

@ -1 +1,3 @@
.obsidian/workspace html
notes/.obsidian/workspace
.mdzk_summary.md

22
mdzk.toml Normal file
View file

@ -0,0 +1,22 @@
[book]
authors = ["Daniel Bulant"]
language = "cs"
multilingual = false
src = "notes"
title = "Poznámky"
[build]
build-dir = "html"
create-missing = true
use-default-preprocessors = true
[output.html]
default-theme = "navy"
curly-quotes = true
git-repository-url = "https://github.com/danbulant/notes"
edit-url-template = "https://github.com/danbulant/notes/edit/main/{path}"
no-section-label = true
input-404 = ".404.md"
[output.html.fold]
enabled = true

3
notes/.404.md Normal file
View file

@ -0,0 +1,3 @@
# Nenalezeno
Stránka nenalezena.

View file

@ -13,7 +13,7 @@
{ {
"path": "/", "path": "/",
"date": "2021-09-11", "date": "2021-09-11",
"size": 2490 "size": 2488
} }
], ],
"activityHistory": [ "activityHistory": [
@ -22,7 +22,7 @@
"size": [ "size": [
{ {
"date": "2021-09-11", "date": "2021-09-11",
"value": 393 "value": 395
} }
] ]
} }

5
notes/README.md Normal file
View file

@ -0,0 +1,5 @@
# Poznámky
Jednoduchý web na moje poznámky ze školy. SSPŠ kybernetická bezbečnost.
Repositář se zdrojáky je dostupný [zde](https://github.com/danbulant/notes).