From ba50574cfb0df74ef95da474d88c861110c21c7f Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:25:17 -0500 Subject: [PATCH] docs: how to serve raw content --- taccsite_cms/settings_custom.example.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/taccsite_cms/settings_custom.example.py b/taccsite_cms/settings_custom.example.py index 5ad8ff017..e347a3447 100644 --- a/taccsite_cms/settings_custom.example.py +++ b/taccsite_cms/settings_custom.example.py @@ -40,6 +40,10 @@ ('guides/data_transfer.html', 'Guide: Data Transfer'), ('guides/data_transfer.globus.html', 'Guide: Globus Data Transfer'), ('guides/portal_technology.html', 'Guide: Portal Technology Stack'), + + # WARNING: Not intuitive to unset, so only enable as needed e.g. + # - serve Blog such that it can be injected into another CMS + # ('raw.html', 'Raw'), ) ########################