Compare commits
2 Commits
f6572e3cb9
...
4145bcbf09
Author | SHA1 | Date |
---|---|---|
Bill Ewanick | 4145bcbf09 | |
Bill Ewanick | e54a2d2152 |
|
@ -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 `<firstName>@<lastName>.com`
|
||||
|
||||
:::{.photoframe-center}
|
||||
![[profile.jpg]]
|
||||
|
|
|
@ -0,0 +1,34 @@
|
|||
page:
|
||||
siteTitle: Bill Ewanick
|
||||
siteName: Bill
|
||||
headHtml: |
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
|
||||
<link rel="manifest" href="/static/site.webmanifest">
|
||||
|
||||
template:
|
||||
name: /templates/layouts/note
|
||||
iconUrl: static/favicon.ico
|
||||
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
|
|
@ -0,0 +1,6 @@
|
|||
This favicon was generated using the following font:
|
||||
|
||||
- Font Title: IBM Plex Mono
|
||||
- Font Author: Copyright 2017 IBM Corp. All rights reserved.
|
||||
- Font Source: http://fonts.gstatic.com/s/ibmplexmono/v19/-F63fjptAgt5VM-kVkqdyU8n5igg1l9kn-s.ttf
|
||||
- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL))
|
After Width: | Height: | Size: 6.3 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 5.6 KiB |
After Width: | Height: | Size: 407 B |
After Width: | Height: | Size: 866 B |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 104 KiB |
|
@ -0,0 +1 @@
|
|||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|