From 36108d05291ec18ae5c5ca28252247c8a7e200a7 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 18 May 2021 22:43:37 -0400 Subject: [PATCH] Start porting to emanote --- docs/{ema.svg => favicon.svg} | 0 docs/index.md | 6 +++--- docs/index.yaml | 20 ++++++++++++++++++++ docs/{ => static}/ema-demo.mp4 | Bin docs/{ => static}/manifest.json | 0 5 files changed, 23 insertions(+), 3 deletions(-) rename docs/{ema.svg => favicon.svg} (100%) create mode 100644 docs/index.yaml rename docs/{ => static}/ema-demo.mp4 (100%) rename docs/{ => static}/manifest.json (100%) diff --git a/docs/ema.svg b/docs/favicon.svg similarity index 100% rename from docs/ema.svg rename to docs/favicon.svg diff --git a/docs/index.md b/docs/index.md index 8a57040..f36bfef 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ # Ema :::{.avatar} -![](/ema.svg){.w-32 .h-32} +![](/favicon.svg){.w-32 .h-32 .float-right} ::: {.text-xl .mb-8} @@ -19,9 +19,9 @@ The ultimate goal of ema is to facilitate creating with ease your own [neuron](h :::{.flex .justify-center .items-center .mb-8} ::: diff --git a/docs/index.yaml b/docs/index.yaml new file mode 100644 index 0000000..0fb499f --- /dev/null +++ b/docs/index.yaml @@ -0,0 +1,20 @@ +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: | + + + + + \ No newline at end of file diff --git a/docs/ema-demo.mp4 b/docs/static/ema-demo.mp4 similarity index 100% rename from docs/ema-demo.mp4 rename to docs/static/ema-demo.mp4 diff --git a/docs/manifest.json b/docs/static/manifest.json similarity index 100% rename from docs/manifest.json rename to docs/static/manifest.json