summaryrefslogtreecommitdiffstats
path: root/index.yaml
blob: 2242e903849d4315f71d2b2416e8549fc5d6bb08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
page:
  siteTitle: All I know
  siteName: knowledge.beyermatthi.as
  headHtml: |
    <link href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-tomorrow.css" rel="stylesheet" />
    <script src="https://cdn.jsdelivr.net/combine/npm/prismjs@1.23.0/prism.min.js,npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
template:
  name: /templates/layouts/note
  layout:
    base:
      bodyClass: overflow-y-scroll bg-gray-400
    note:
      containerClass: container mx-auto max-w-screen-lg

  theme: pink
  iconUrl: static/favicon.jpeg
  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