Skip to content

Commit

Permalink
expand text and add to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kweav committed Jan 7, 2025
1 parent 6270555 commit 384080a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 2 additions & 0 deletions _site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ navbar:
icon: fa-home
- text: Website Setup
href: website_setup.html
- text: Course Setup
href: course_setup.html


output:
Expand Down
15 changes: 15 additions & 0 deletions course_setup.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: |
<center> <u>OTTR Courses</u></center>
<center> <p style = "color:#986753;">Setup</p></center>
date: "Last updated: `r format(Sys.time(), '%B %d, %Y')`"
output: html_document
css: style.css
---


## Create your OTTR repository from the [OTTR_Template repository](https://github.com/jhudsl/OTTR_Template)

<input type="checkbox"> In the upper right, _click on_: <div class = "github_button"><a href="https://github.com/new?template_name=OTTR_Template&template_owner=jhudsl"> Use this template</a></div>

<input type="checkbox"> Set your repo to **Public**
6 changes: 3 additions & 3 deletions write_cheatsheets.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ library(here)
library(tidyverse)
source(here("echo_chunks.R"))

c(write_header("OTTR Websites", "Setup"),
write_use_template("OTTR_Template_Website", "https://github.com/jhudsl/OTTR_Template_Website")
) %>% write_lines(here("website_setup_test_chunks.Rmd"))
c(write_header("OTTR Courses", "Setup"),
write_use_template("OTTR_Template", "https://github.com/jhudsl/OTTR_Template")
) %>% write_lines(here("course_setup.Rmd"))

0 comments on commit 384080a

Please sign in to comment.