This is a Quarto template of R4CR.
- Quarto template
You can start with below command in your Rstudio's Terminal (Option / Alt + Shift + M)
quarto use template jhk0530/R4CR_Template
- Github
Fork this repository and clone to your local machine.
I recommend you to use Github desktop. which provide guide to fork and clone repository.
-
Change contents as you want.
-
Publish your own R4CR with github page.
Template consisted with 5 main things.
- Quarto configuration (
~/_quarto.yml
)
- navigation bar
- favicon
- footer
- theme
- additional html, css, js
- Home page (
~/index.qmd
)
- Readme, or Landing page
- About page (
~/about.qmd
)
- Explain about something common (project / team / etc.)
- Topic page (
~/Topic/
)
- Contents with each's slide (by Quarto Presentation)
- Archive page (
~/archive/
)
- List of contents as Blog
- make issue on repository
- or if you are not familiar with github, just send me email to
hwanistic@gmail.com
MIT License
Tip
You may want to see this
- Quarto: 1.5.52
- R: 4.4.0