1
1
mirror of https://github.com/srid/ema.git synced 2024-11-27 01:23:29 +03:00
ema/docs/index.yaml

29 lines
1.0 KiB
YAML
Raw Normal View History

2021-05-19 05:43:37 +03:00
template:
2021-07-10 16:25:46 +03:00
urlStrategy: pretty
2021-05-19 05:43:37 +03:00
theme: pink
2021-05-19 06:56:55 +03:00
iconUrl: /favicon.svg
# Disable collapsing of folders since we don't have large number of notes.
2021-05-19 05:43:37 +03:00
sidebar:
collapsed: false
2021-05-19 19:45:40 +03:00
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
2021-05-22 20:06:27 +03:00
note: bg-gray-100 px-4 py-1 rounded italic
2021-05-19 19:45:40 +03:00
2021-05-19 05:43:37 +03:00
# Put page-specific metadata here. Override them in Markdown frontmatter or
# per-folder YAML as necessary.
page:
siteName: Ema
siteTitle: Ema
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>