1
1
mirror of https://github.com/srid/ema.git synced 2024-11-30 03:03:13 +03:00
ema/docs/index.yaml

20 lines
796 B
YAML
Raw Normal View History

2021-05-19 05:43:37 +03:00
template:
# Use file "${template.name}.tpl" to render HTML
theme: pink
faviconUrl: /favicon.svg
sidebar:
collapsed: false
# Put page-specific metadata here. Override them in Markdown frontmatter or
# per-folder YAML as necessary.
page:
siteName: Ema
siteTitle: Ema
description: |
Ema static site generator (Jamstack) in Haskell with live server and reload.
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>