From 45b26b95790aa95aa649580f93d10d7de05c0e7a Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Wed, 17 Aug 2022 13:50:58 -0700 Subject: [PATCH] add some site stuff from my blog... --- site.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/site.yaml b/site.yaml index c91a9df..c40baf6 100644 --- a/site.yaml +++ b/site.yaml @@ -2,3 +2,18 @@ mode: development media_root: media # Relative path from content folder. media_url: /media # URL where the media files are served from. base_url: / # The base url for autogenerated links. +plugins: + - hyde.ext.plugins.meta.MetaPlugin + - hyde.ext.plugins.text.TextlinksPlugin +context: + data: + scheme_host: https://encryptthe.net + viewport: width=device-width, initial-scale=1 +markdown: + extension_configs: + toc: + permalink: true +meta: + nodemeta: meta.yaml + author: John-Mark Gurney + charset: utf-8