https://github.com/cwickham/freeze-embed
https://github.com/cwickham/freeze-embed
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cwickham/freeze-embed
- Owner: cwickham
- Created: 2024-09-06T21:29:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T16:29:36.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T16:35:15.493Z (over 1 year ago)
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
At commit: 32976b2eb73385d773548e6efc9fb34e6c75b7f2
`freeze: auto`, `type: website`
1. `quarto render`:
```
[1/2] index.qmd
Rendering qmd embeds
[1/1] r.qmd
processing file: r.qmd
1/3
2/3 [addition]
3/3
output file: r.knit.md
[2/2] r.qmd
processing file: r.qmd
1/3
2/3 [addition]
3/3
output file: r.knit.md
Output created: _site/index.html
```
Open `_site/index.html`. WORKS
2. `quarto render` again:
```
[1/2] index.qmd
[2/2] r.qmd
Output created: _site/index.html
```
Open `_site/index.html`. Links to "Source: R" don't work. `_site/r.embed-preview.html` is no longer present.