Update with photo
parent
f6572e3cb9
commit
e54a2d2152
|
@ -1,4 +1,8 @@
|
||||||
# Test Site
|
# Bill Ewanick
|
||||||
|
|
||||||
This is my test blog
|
A Nix evangelist and Haskell partisan.
|
||||||
Does it work!?
|
Software developer for hire, professional experience in all things JavaScript.
|
||||||
|
Contact me for developer work at `<firstName>@<lastName>.com`
|
||||||
|
|
||||||
|
:::{.photoframe-center}
|
||||||
|
![[profile.jpg]]
|
||||||
|
|
|
@ -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
|
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
Loading…
Reference in New Issue