https://github.com/cwickham/website-test
https://github.com/cwickham/website-test
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cwickham/website-test
- Owner: cwickham
- Created: 2023-05-03T18:37:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T16:14:45.000Z (about 3 years ago)
- Last Synced: 2025-04-02T01:20:41.354Z (about 1 year ago)
- Language: CSS
- Size: 304 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!