https://github.com/andrie/quarto-weather-icons
https://github.com/andrie/quarto-weather-icons
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrie/quarto-weather-icons
- Owner: andrie
- Created: 2024-02-11T11:57:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-11T17:25:26.000Z (over 1 year ago)
- Last Synced: 2025-02-14T13:16:57.606Z (3 months ago)
- Language: CSS
- Size: 236 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather-icons extension for quarto
This extension provides a set of weather icons for use in Quarto
documents.## Installing
``` bash
quarto add andrie/quarto-weather-icons
```This will install the extension under the `_extensions` subdirectory. If
you’re using version control, you will want to check in this directory.## Using
You can create shortcodes like this:
``` bash
{{< wi wi-day-sunny >}}
```This will insert an icon for a sunny day
.## Example
Here is the source code for a minimal example:
[example.qmd](example.qmd).## Acknowledgements
The icons are provided by the [Weather
Icons](https://erikflowers.github.io/weather-icons/) project.## License
The Weather Icons are licensed under the [SIL OFL
1.1](http://scripts.sil.org/OFL).The quarto-weather-icons extension is licensed under the [MIT
License](https://opensource.org/licenses/MIT).