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