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

https://github.com/cwickham/website-test


https://github.com/cwickham/website-test

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

## Steps to Create this Website

1. Terminal:

``` bash
quarto create
```

`project`\>`website`

2. R:

``` r
usethis::use_git()
```

3. Terminal:

``` bash
quarto render
```

Adds right things to `.gitignore` if it exists (?)

4. R:

``` r
usethis::use_github()
```

5. Terminal:

``` bash
quarto publish gh-pages
```

Creates `gh-pages` branch. Changes Pages settings on GitHub. Renders and Pushes. But, no `_publish.yml` created.

Works great!