mirror of
https://github.com/danbulant/notes
synced 2026-05-19 04:18:49 +00:00
use mdzk
This commit is contained in:
parent
b136940a60
commit
a82411c956
29 changed files with 35 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
||||||
.obsidian/workspace
|
html
|
||||||
|
notes/.obsidian/workspace
|
||||||
|
.mdzk_summary.md
|
||||||
22
mdzk.toml
Normal file
22
mdzk.toml
Normal 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
3
notes/.404.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Nenalezeno
|
||||||
|
|
||||||
|
Stránka nenalezena.
|
||||||
|
|
@ -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
5
notes/README.md
Normal 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).
|
||||||
Loading…
Reference in a new issue