diff --git a/nixos-apps/ewanick.com/index.md b/nixos-apps/ewanick.com/index.md index c36e9c9..4e2b43b 100644 --- a/nixos-apps/ewanick.com/index.md +++ b/nixos-apps/ewanick.com/index.md @@ -1,4 +1,8 @@ -# Test Site +# Bill Ewanick -This is my test blog -Does it work!? +A Nix evangelist and Haskell partisan. +Software developer for hire, professional experience in all things JavaScript. +Contact me for developer work at `@.com` + +:::{.photoframe-center} +![[profile.jpg]] diff --git a/nixos-apps/ewanick.com/index.yaml b/nixos-apps/ewanick.com/index.yaml new file mode 100644 index 0000000..15454e4 --- /dev/null +++ b/nixos-apps/ewanick.com/index.yaml @@ -0,0 +1,28 @@ +page: + siteTitle: Bill Ewanick + siteName: Bill + +template: + name: /templates/layouts/note + layout: + base: + bodyClass: overflow-y-scroll bg-gray-400 + note: + containerClass: container mx-auto max-w-screen-lg + + theme: purple + sidebar: + collapsed: true + urlStrategy: pretty + +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 diff --git a/nixos-apps/ewanick.com/static/profile.jpg b/nixos-apps/ewanick.com/static/profile.jpg new file mode 100644 index 0000000..52742d0 Binary files /dev/null and b/nixos-apps/ewanick.com/static/profile.jpg differ