diff --git a/web/project-website/config.toml b/web/project-website/config.toml index feeb5f66..26eed31d 100644 --- a/web/project-website/config.toml +++ b/web/project-website/config.toml @@ -53,12 +53,12 @@ enableRobotsTXT = true # (Optional, default none) Set source repository location. Used for 'Edit page' links. # You can also specify this parameter per page in front matter. - # geekdocRepo = "https://github.com/thegeeklab/hugo" + geekdocRepo = "https://projects.blender.org/studio/flamenco" # (Optional, default none) Enable 'Edit page' links. Requires 'GeekdocRepo' param # and the path must point to the parent directory of the 'content' folder. # You can also specify this parameter per page in front matter. - # geekdocEditPath = "edit/main/exampleSite" + geekdocEditPath = "_edit/main/web/project-website" # (Optional, default true) Enables search function with flexsearch. # Index is built on the fly and might slow down your website.