From e4265cefa58319ab1286a2263d8477e7241ead08 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Mon, 23 Oct 2023 18:30:51 -0400 Subject: [PATCH 1/2] Spelling --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a85b452 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "cSpell.words": [ + "pandoc", + "photoframe" + ] +} \ No newline at end of file From 0e009354bcabc4d24d1007fb25ef981c53d0dec9 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Mon, 23 Oct 2023 18:32:34 -0400 Subject: [PATCH 2/2] formatting --- nixos-apps/ewanick.com/index.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos-apps/ewanick.com/index.yaml b/nixos-apps/ewanick.com/index.yaml index a6c4bc6..8accb66 100644 --- a/nixos-apps/ewanick.com/index.yaml +++ b/nixos-apps/ewanick.com/index.yaml @@ -24,11 +24,15 @@ template: pandoc: rewriteClass: prose: max-w-prose mx-auto + # Centered photo photoframe-center: sm:w-3/4 md:w-1/2 mx-auto flex items-center justify-center + # Photo floating to right photoframe: w-full sm:w-64 float-right sm:ml-2 mb-2 sm:mb-0 border-2 p-1 bg-gray-50 + # Content immediately following a right-floated photo photoframe-below: clear-right + page-note: text-sm text-gray-600 flex items-center justify-center my-4 italic editor-note: text-gray-500 text-sm \ No newline at end of file