From 5c5a933adf625d4e1b4c97b12f6ab6eadf276cbc Mon Sep 17 00:00:00 2001 From: Naomi Rosenkranz Date: Wed, 24 Apr 2024 11:53:30 -0400 Subject: [PATCH] Update publishing-to-rtc.md --- how-tos/publishing-to-rtc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-tos/publishing-to-rtc.md b/how-tos/publishing-to-rtc.md index 4d1d1aa8..ebb5c6b9 100644 --- a/how-tos/publishing-to-rtc.md +++ b/how-tos/publishing-to-rtc.md @@ -4,7 +4,7 @@ The publicly-available [Research and Teaching Companion (RTC) Site](https://cu-mkp.github.io/research-teaching-companion/) is powered through Github Pages. Input for site content is in Github-flavored Markdown. Whenever possible and appropriate, resources and pages for the Sandbox site should be in Markdown. ## Structure of the repo -The `/content/` directory contains all the pages in the RTC website in `.md` format which is automatically converted to `.html` when the site is built by Hugo. To edit any of the webpages of the site (e.g., "(About)[https://cu-mkp.github.io/research-teaching-companion/about/]"). +The `/content/` directory contains all the pages in the RTC website in `.md` format which is automatically converted to `.html` when the site is built by Hugo. To edit any of the webpages of the site (e.g., ("About")[https://cu-mkp.github.io/research-teaching-companion/about/]). The `/static/` directory contains files that are placed at the root of the website as is. These are principally files to be downloaded by visitors of the site (e.g., powerpoint presentations) and images to be embedded into the webpages.