From e7c4e6842c7e83cee4af32bc687b06cf76a0358d Mon Sep 17 00:00:00 2001 From: carriewright11 Date: Fri, 25 Jul 2025 10:54:49 -0600 Subject: [PATCH 1/4] updating about tab to be customization --- _site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_site.yml b/_site.yml index a28e0ad..7865a1f 100644 --- a/_site.yml +++ b/_site.yml @@ -55,7 +55,7 @@ navbar: href: course_publishing.html#publishing-with-leanpub - text: "Publishing with Coursera" href: course_publishing.html#publishing-with-coursera - - text: "About" + - text: "Customization" icon: menu: - text: "Customizing checks" From 8d18d8bf51bb4a113e89c682dc3616e6ff3fae2e Mon Sep 17 00:00:00 2001 From: carriewright11 Date: Fri, 25 Jul 2025 11:32:53 -0600 Subject: [PATCH 2/4] moving credits etc arround --- _site.yml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/_site.yml b/_site.yml index 7865a1f..1b7a264 100644 --- a/_site.yml +++ b/_site.yml @@ -25,6 +25,12 @@ navbar: - text: "Adding new pages" href: editing_website.html#adding-new-pages icon: fa-plus + - text: "Citing sources" + href: more_features.html#citing-sources + icon: fa-quote-left + - text: "Giving credits" + href: more_features.html#giving-credits-to-contributors + icon: fa-award - text: "Getting Started with OTTR Courses" icon: fa-lightbulb menu: @@ -46,6 +52,12 @@ navbar: - text: "Adding new pages" href: writing_content_courses.html#adding-new-pages icon: fa-plus + - text: "Citing sources" + href: more_features.html#citing-sources + icon: fa-quote-left + - text: "Giving credits" + href: more_features.html#giving-credits-to-contributors + icon: fa-award - text: "Choosing course publishing platforms" href: course_publishing.html#choosing-publishing-platforms icon: fa-tasks @@ -56,7 +68,6 @@ navbar: - text: "Publishing with Coursera" href: course_publishing.html#publishing-with-coursera - text: "Customization" - icon: menu: - text: "Customizing checks" href: customize-robots.html @@ -67,12 +78,6 @@ navbar: - text: "Customizing Docker" href: customize-docker.html icon: fa-gears - - text: "Citing sources" - href: more_features.html#citing-sources - icon: fa-quote-left - - text: "Giving credits" - href: more_features.html#giving-credits-to-contributors - icon: fa-award - text: "Borrowing chapters" href: more_features.html#borrowing-chapters icon: fa-bookmark From 68812dad57b4d1ccae33c09ee7127d38fac8ad6a Mon Sep 17 00:00:00 2001 From: carriewright11 Date: Fri, 25 Jul 2025 11:51:02 -0600 Subject: [PATCH 3/4] simplifying other tabs --- _site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_site.yml b/_site.yml index 1b7a264..a482dce 100644 --- a/_site.yml +++ b/_site.yml @@ -6,7 +6,7 @@ navbar: - text: "" href: index.html icon: fa-home - - text: "Getting Started with OTTR Websites" + - text: "Make a Website with OTTR" href: editing_website.html icon: fa-star menu: @@ -31,7 +31,7 @@ navbar: - text: "Giving credits" href: more_features.html#giving-credits-to-contributors icon: fa-award - - text: "Getting Started with OTTR Courses" + - text: "Make a Course with OTTR" icon: fa-lightbulb menu: - text: "Prerequisites" From 35942c39b3b73a762f908c844e6f19efa1de0fac Mon Sep 17 00:00:00 2001 From: carriewright11 Date: Fri, 25 Jul 2025 11:58:28 -0600 Subject: [PATCH 4/4] moving contact info out --- _site.yml | 5 +++-- contact.Rmd | 5 +++++ faqs.Rmd | 5 ----- 3 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 contact.Rmd diff --git a/_site.yml b/_site.yml index a482dce..8f16106 100644 --- a/_site.yml +++ b/_site.yml @@ -92,13 +92,14 @@ navbar: icon: glyphicon-sunglasses - text: "About OTTR babies" href: examples.html - - text: "Help" + - text: "Troubleshooting" href: faqs.html icon: fa-handshake - text: "" href: https://github.com/ottrproject/OTTR_Template icon: fa-github - + - text: "Contact" + href: contact.html output: html_document: css: style.css diff --git a/contact.Rmd b/contact.Rmd new file mode 100644 index 0000000..3762cb0 --- /dev/null +++ b/contact.Rmd @@ -0,0 +1,5 @@ +## Contact Information + +If you have a question that's not addressed by this website or just wanna chat with us about something else, please email us at itcrtrainingnetwork@gmail.com OR you can [leave a GitHub issue here](https://github.com/ottrproject/OTTR_Template/issues/new) and assign or "at" a team member in the description/a comment (`@carriewright11`, `@kweav`, or `@avahoffman`). + +We greatly appreciate any feedback! We are always looking for ways to improve OTTR so more open source courses can be made! diff --git a/faqs.Rmd b/faqs.Rmd index d43a55b..3a64077 100644 --- a/faqs.Rmd +++ b/faqs.Rmd @@ -156,8 +156,3 @@ Then look at the `GA_Script.Rhtml` file and remove the following `html` frontmat Check that the config file is up-to-date. It should look like this: https://github.com/ottrproject/OTTR_Template/blob/main/config_automation.yml. (be careful to keep your selections for the configuration you would like). -## Contact Info - -If you have a question that's not addressed by this website or just wanna chat with us about something else, please email us at itcrtrainingnetwork@gmail.com OR you can [leave a GitHub issue here](https://github.com/ottrproject/OTTR_Template/issues/new) and assign or "at" a team member in the description/a comment (`@carriewright11`, `@kweav`, or `@avahoffman`). - -We greatly appreciate any feedback! We are always looking for ways to improve OTTR so more open source courses can be made!