mirror of
https://github.com/srid/ema.git
synced 2024-12-02 09:15:10 +03:00
28 lines
1.1 KiB
YAML
28 lines
1.1 KiB
YAML
template:
|
|
theme: pink
|
|
iconUrl: /favicon.svg
|
|
# Disable collapsing of folders since we don't have large number of notes.
|
|
sidebar:
|
|
collapsed: false
|
|
|
|
pandoc:
|
|
rewriteClass:
|
|
# The "Next" navigation in series
|
|
last: mt-8 border-t-2 border-pink-500 pb-1 pl-1 bg-gray-50 rounded
|
|
next: py-2 text-xl italic font-bold
|
|
# For description of items in guide listing
|
|
item-intro: text-gray-500
|
|
|
|
# Put page-specific metadata here. Override them in Markdown frontmatter or
|
|
# per-folder YAML as necessary.
|
|
page:
|
|
siteName: Ema
|
|
siteTitle: Ema
|
|
description: |
|
|
Build jamstack-style static sites in Haskell, with a live server supporting fast hot-reload in the browser on code or data change.
|
|
headHtml: |
|
|
<link rel="manifest" href="/static/manifest.json" />
|
|
<meta name="theme-color" content="#DB2777" />
|
|
<!-- Syntax highlighting -->
|
|
<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> |