diff --git a/.gitignore b/.gitignore index a932213..d7460de 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.obsidian/workspace +html +notes/.obsidian/workspace +.mdzk_summary.md \ No newline at end of file diff --git a/mdzk.toml b/mdzk.toml new file mode 100644 index 0000000..53d1970 --- /dev/null +++ b/mdzk.toml @@ -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 \ No newline at end of file diff --git a/notes/.404.md b/notes/.404.md new file mode 100644 index 0000000..70970d6 --- /dev/null +++ b/notes/.404.md @@ -0,0 +1,3 @@ +# Nenalezeno + +Stránka nenalezena. \ No newline at end of file diff --git a/.obsidian/app.json b/notes/.obsidian/app.json similarity index 100% rename from .obsidian/app.json rename to notes/.obsidian/app.json diff --git a/.obsidian/appearance.json b/notes/.obsidian/appearance.json similarity index 100% rename from .obsidian/appearance.json rename to notes/.obsidian/appearance.json diff --git a/.obsidian/community-plugins.json b/notes/.obsidian/community-plugins.json similarity index 100% rename from .obsidian/community-plugins.json rename to notes/.obsidian/community-plugins.json diff --git a/.obsidian/core-plugins.json b/notes/.obsidian/core-plugins.json similarity index 100% rename from .obsidian/core-plugins.json rename to notes/.obsidian/core-plugins.json diff --git a/.obsidian/graph.json b/notes/.obsidian/graph.json similarity index 100% rename from .obsidian/graph.json rename to notes/.obsidian/graph.json diff --git a/.obsidian/hotkeys.json b/notes/.obsidian/hotkeys.json similarity index 100% rename from .obsidian/hotkeys.json rename to notes/.obsidian/hotkeys.json diff --git a/.obsidian/plugins/obsidian-activity-history/data.json b/notes/.obsidian/plugins/obsidian-activity-history/data.json similarity index 93% rename from .obsidian/plugins/obsidian-activity-history/data.json rename to notes/.obsidian/plugins/obsidian-activity-history/data.json index eb523b6..ced56b4 100644 --- a/.obsidian/plugins/obsidian-activity-history/data.json +++ b/notes/.obsidian/plugins/obsidian-activity-history/data.json @@ -13,7 +13,7 @@ { "path": "/", "date": "2021-09-11", - "size": 2490 + "size": 2488 } ], "activityHistory": [ @@ -22,7 +22,7 @@ "size": [ { "date": "2021-09-11", - "value": 393 + "value": 395 } ] } diff --git a/.obsidian/plugins/obsidian-activity-history/main.js b/notes/.obsidian/plugins/obsidian-activity-history/main.js similarity index 100% rename from .obsidian/plugins/obsidian-activity-history/main.js rename to notes/.obsidian/plugins/obsidian-activity-history/main.js diff --git a/.obsidian/plugins/obsidian-activity-history/manifest.json b/notes/.obsidian/plugins/obsidian-activity-history/manifest.json similarity index 100% rename from .obsidian/plugins/obsidian-activity-history/manifest.json rename to notes/.obsidian/plugins/obsidian-activity-history/manifest.json diff --git a/.obsidian/plugins/obsidian-activity-history/styles.css b/notes/.obsidian/plugins/obsidian-activity-history/styles.css similarity index 100% rename from .obsidian/plugins/obsidian-activity-history/styles.css rename to notes/.obsidian/plugins/obsidian-activity-history/styles.css diff --git a/.obsidian/plugins/obsidian-charts/main.js b/notes/.obsidian/plugins/obsidian-charts/main.js similarity index 100% rename from .obsidian/plugins/obsidian-charts/main.js rename to notes/.obsidian/plugins/obsidian-charts/main.js diff --git a/.obsidian/plugins/obsidian-charts/manifest.json b/notes/.obsidian/plugins/obsidian-charts/manifest.json similarity index 100% rename from .obsidian/plugins/obsidian-charts/manifest.json rename to notes/.obsidian/plugins/obsidian-charts/manifest.json diff --git a/.obsidian/plugins/obsidian-charts/styles.css b/notes/.obsidian/plugins/obsidian-charts/styles.css similarity index 100% rename from .obsidian/plugins/obsidian-charts/styles.css rename to notes/.obsidian/plugins/obsidian-charts/styles.css diff --git a/.obsidian/plugins/obsidian-gist/main.js b/notes/.obsidian/plugins/obsidian-gist/main.js similarity index 100% rename from .obsidian/plugins/obsidian-gist/main.js rename to notes/.obsidian/plugins/obsidian-gist/main.js diff --git a/.obsidian/plugins/obsidian-gist/manifest.json b/notes/.obsidian/plugins/obsidian-gist/manifest.json similarity index 100% rename from .obsidian/plugins/obsidian-gist/manifest.json rename to notes/.obsidian/plugins/obsidian-gist/manifest.json diff --git a/.obsidian/plugins/obsidian-gist/styles.css b/notes/.obsidian/plugins/obsidian-gist/styles.css similarity index 100% rename from .obsidian/plugins/obsidian-gist/styles.css rename to notes/.obsidian/plugins/obsidian-gist/styles.css diff --git a/.obsidian/plugins/obsidian-git/main.js b/notes/.obsidian/plugins/obsidian-git/main.js similarity index 100% rename from .obsidian/plugins/obsidian-git/main.js rename to notes/.obsidian/plugins/obsidian-git/main.js diff --git a/.obsidian/plugins/obsidian-git/manifest.json b/notes/.obsidian/plugins/obsidian-git/manifest.json similarity index 100% rename from .obsidian/plugins/obsidian-git/manifest.json rename to notes/.obsidian/plugins/obsidian-git/manifest.json diff --git a/.obsidian/themes/Atom.css b/notes/.obsidian/themes/Atom.css similarity index 100% rename from .obsidian/themes/Atom.css rename to notes/.obsidian/themes/Atom.css diff --git a/notes/README.md b/notes/README.md new file mode 100644 index 0000000..aad6ec2 --- /dev/null +++ b/notes/README.md @@ -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). \ No newline at end of file diff --git a/ech/ucitel.md b/notes/ech/ucitel.md similarity index 100% rename from ech/ucitel.md rename to notes/ech/ucitel.md diff --git a/fyz/priklad.md b/notes/fyz/priklad.md similarity index 100% rename from fyz/priklad.md rename to notes/fyz/priklad.md diff --git a/fyz/ucitel.md b/notes/fyz/ucitel.md similarity index 100% rename from fyz/ucitel.md rename to notes/fyz/ucitel.md diff --git a/mat/Zlomky.md b/notes/mat/Zlomky.md similarity index 100% rename from mat/Zlomky.md rename to notes/mat/Zlomky.md diff --git a/mat/ucitel.md b/notes/mat/ucitel.md similarity index 100% rename from mat/ucitel.md rename to notes/mat/ucitel.md diff --git a/pdv/30let linuxu.md b/notes/pdv/30let linuxu.md similarity index 100% rename from pdv/30let linuxu.md rename to notes/pdv/30let linuxu.md