https://github.com/arnos-stuff/purple-wave
https://github.com/arnos-stuff/purple-wave
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arnos-stuff/purple-wave
- Owner: arnos-stuff
- Created: 2023-02-14T22:36:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T10:25:04.000Z (over 3 years ago)
- Last Synced: 2025-09-26T06:32:34.907Z (8 months ago)
- Language: SCSS
- Size: 3.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Purple-Wave Format
## Installing
```bash
quarto use template arnos-stuff/purple-wave
```
This will install the extension and create an example qmd file that you can use as a starting place for your article.
## Example
Here is the source code for a minimal sample document: [example.qmd](example.qmd).
## A note
Thanks to this [stackoverflow post](https://stackoverflow.com/questions/73415662/how-can-i-use-a-quarto-extension-that-i-created-for-myself) I made this work, you should tag your repo else quarto can't figure out stuff.
```bash
git tag v0.0.1
git push --tags
```