From e05f040c38e7ac6e1d9bf6e46422436de4fc20ae Mon Sep 17 00:00:00 2001 From: zyl Date: Wed, 4 Jun 2025 23:19:49 -0700 Subject: [PATCH] add documentation for the new webdog_path config feature --- site/pages/docs/config.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/pages/docs/config.md b/site/pages/docs/config.md index 873fb65..6acecba 100644 --- a/site/pages/docs/config.md +++ b/site/pages/docs/config.md @@ -37,6 +37,10 @@ list of sass/scss stylesheets in the site's `sass` directory to treat as root st base url for the various cdn url transformation features of webdog. +## `webdog_path` + +optional custom path for webdog's static resources. + ## `code_theme` the theme to use for code blocks. valid options: `base16-ocean.dark`, `base16-eighties.dark`, `base16-mocha.dark`, `base16-ocean.light`, `InspiredGitHub`, `Solarized (dark)`, and `Solarized (light)`