https://github.com/jhk0530/r4cr_template
https://github.com/jhk0530/r4cr_template
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhk0530/r4cr_template
- Owner: jhk0530
- Created: 2024-06-29T11:43:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-29T14:05:19.000Z (over 1 year ago)
- Last Synced: 2025-01-23T09:17:53.901Z (9 months ago)
- Language: JavaScript
- Homepage: https://jhk0530.github.io/R4CR_Template/
- Size: 4.92 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a Quarto template of R4CR.
### How to use this
1. Quarto template
You can start with below command in your Rstudio's **Terminal** (Option / Alt + Shift + M)
``` bash
quarto use template jhk0530/R4CR_Template
```2. Github
**Fork** this repository and **clone** to your local machine.
I recommend you to use [Github desktop](https://github.com/apps/desktop). which provide [guide](https://docs.github.com/en/desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop) to fork and clone repository.
3. Change contents as you want.
4. Publish your own R4CR with github page.
### Contents of template
Template consisted with 5 main things.
1. Quarto configuration (`~/_quarto.yml`)
- navigation bar
- favicon
- footer
- theme
- additional html, css, js2. Home page (`~/index.qmd`)
- Readme, or Landing page
3. About page (`~/about.qmd`)
- Explain about something common (project / team / etc.)
4. Topic page (`~/Topic/`)
- Contents with each's slide (by Quarto Presentation)
5. Archive page (`~/archive/`)
- List of contents as **Blog**
### Contribute / Question
- make issue on [repository](https://github.com/jhk0530/R4CR_Template/issues)
- or if you are not familiar with github, just send me email to `hwanistic@gmail.com`### License
MIT License
> [!TIP]
> You may want to see this[](https://www.youtube.com/watch?v=a2InR6nbIuE)
### Versions
- Quarto: 1.5.52
- R: 4.4.0