An open API service indexing awesome lists of open source software.

https://github.com/jhk0530/r4cr_template


https://github.com/jhk0530/r4cr_template

Last synced: 7 months ago
JSON representation

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, js

2. 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

[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/a2InR6nbIuE/0.jpg)](https://www.youtube.com/watch?v=a2InR6nbIuE)

### Versions

- Quarto: 1.5.52
- R: 4.4.0