diff --git a/content/index.smd b/content/index.smd index 301eb71..a4912fd 100644 --- a/content/index.smd +++ b/content/index.smd @@ -2,8 +2,7 @@ .title = "Work in Progress", .author = "Jakob Speer", .date = @date("2025-07-20"), -.layout = "root.shtml", +.layout = "home.shtml", .draft = false, .description = "Work in Progress" --- - diff --git a/content/notes/markdown-overview.smd b/content/notes/markdown-overview.smd index 0d56c27..691b7bd 100644 --- a/content/notes/markdown-overview.smd +++ b/content/notes/markdown-overview.smd @@ -2,9 +2,12 @@ .title = "Markdown Overview", .author = "Jakob Speer", .date = @date("2025-07-22"), -.layout = "root.shtml", -.draft = false, -.description = "An overview over the supported Markdown features" +.layout = "note.shtml", +.draft = true, +.description = "An overview over the supported Markdown features", +.custom = { + .latex = true, +} --- Learn how to apply basic formatting to your notes, using [Markdown](https://daringfireball.net/projects/markdown/). For more advanced formatting syntax, refer to [Advanced formatting syntax](https://help.obsidian.md/advanced-syntax). diff --git a/layouts/home.shtml b/layouts/home.shtml new file mode 100644 index 0000000..cf6c60a --- /dev/null +++ b/layouts/home.shtml @@ -0,0 +1,8 @@ + + + + +
+

+
+
diff --git a/layouts/note.shtml b/layouts/note.shtml new file mode 100644 index 0000000..3a1102d --- /dev/null +++ b/layouts/note.shtml @@ -0,0 +1,27 @@ + + + + +
+

+
+ Created on: + + +
+
+ +
+
    +
  1. +
    + +
    + Back +
    +
    +
  2. +
+
+
+
diff --git a/layouts/root.shtml b/layouts/templates/root.shtml similarity index 64% rename from layouts/root.shtml rename to layouts/templates/root.shtml index 4936790..87c84fe 100644 --- a/layouts/root.shtml +++ b/layouts/templates/root.shtml @@ -2,7 +2,7 @@ - + <super> @@ -16,29 +16,12 @@ - -
-
-
-

-
- -
-
    -
  1. -
    - -
    - Back -
    -
    -
  2. -
-
-
+ +
+
@@ -65,8 +48,14 @@

© 2025 Jakob Speer

-
- - + + + +
+ + + +
+
- \ No newline at end of file + diff --git a/style/base/layout.scss b/style/base/layout.scss index dd0370d..9ef5232 100644 --- a/style/base/layout.scss +++ b/style/base/layout.scss @@ -18,7 +18,7 @@ header { background-color: var(--palette10); } -.content { +content { margin: auto; max-width: var(--content-max-width); height: var(--content-height);