Skip to content

Commit 25c2ec1

Browse files
committed
Update references to jimjam-slam/sverto
1 parent 7507efe commit 25c2ec1

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You'll need to install two things to run Sverto:
2424
Install the project extension using:
2525

2626
```
27-
quarto use template 360-info/sverto
27+
quarto use template jimjam-slam/sverto
2828
```
2929

3030
Then run:
@@ -90,7 +90,7 @@ If you'd prefer to compile your own Svelte components instead of letting this ex
9090
9191
## ❓ Issues
9292
93-
If you have any problems with the extension, please feel free to [create an issue](https://github.com/360-info/sverto)!
93+
If you have any problems with the extension, please feel free to [create an issue](https://github.com/jimjam-slam/sverto)!
9494
9595
Special thanks to [Carlos Scheidegger](https://github.com/cscheid) from [Posit](https://posit.co) for his time and guidance getting Sverto working!
9696

docs/360info-logo.png

-16.7 KB
Binary file not shown.

docs/_quarto.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ execute:
66

77
website:
88
navbar:
9-
logo: 360info-logo.png
10-
logo-href: https://github.com/360-info
119
background: "#222222"
1210
search: true
1311
left:
@@ -22,7 +20,7 @@ website:
2220
# - about.qmd
2321
right:
2422
- icon: github
25-
href: https://github.com/360-info/sverto
23+
href: https://github.com/jimjam-slam/sverto
2624

2725
format:
2826
sverto-html:

docs/examples/barchart/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Examples: basic barchart"
3-
author: James Goldie, 360info
3+
author: James Goldie
44
date: last-modified
55
---
66

docs/index.qmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Sverto
33
description: "**Sverto** is an extension for [Quarto](https://quarto.org) that lets you seamlessly write and include [Svelte](https://svelte.dev) components, like charts and other visuals, in your Quarto website."
4-
author: James Goldie, 360info
4+
author: James Goldie
55
date: last-modified
66
format:
77
sverto-html:
@@ -35,7 +35,7 @@ You'll need to install two things to run Sverto:
3535
Install the project extension using:
3636

3737
```sh
38-
quarto use template 360-info/sverto
38+
quarto use template jimjam-slam/sverto
3939
```
4040

4141
Then run:
@@ -68,7 +68,7 @@ Here's the short way to add Svelte component you've written to a Quarto doc:
6868
5. Update the instantiated component with `myVisual.propName`
6969
6. Render your Quarto project as usual with `quarto render` or `quarto preview`.
7070
71-
**To see this all in practice, check out [`example.qmd`](https://github.com/360-info/sverto/blob/main/example.qmd).**
71+
**To see this all in practice, check out [`example.qmd`](https://github.com/jimjam-slam/sverto/blob/main/example.qmd).**
7272
7373
:::{.callout-note}
7474
The `quarto preview` command won't "live reload" when you modify your Svelte component—but if you modify and save the Quarto doc that imports it, that will trigger a re-render. You may need to hard reload the page in your browser to see the updated Svelte component.
@@ -91,11 +91,11 @@ npm install d3-scale
9191
If you'd prefer to compile your own Svelte components instead of letting this extension do it, you can skip steps 1 and 2 and simply refer to the compiled bundle with, for example, `Component = import("Component.js")` in an OJS block.
9292

9393
:::{.callout-note}
94-
You must compile the Svelte component to an ES6 bundle, and you must enable accessors when compiling if you want to be able to update them from OJS. Refer to [`_extensions/sverto/rollup.config.js`](https://github.com/360-info/sverto/blob/firstrelease/_extensions/sverto/rollup.config.js) for guidance on configuring Rollup to do this.
94+
You must compile the Svelte component to an ES6 bundle, and you must enable accessors when compiling if you want to be able to update them from OJS. Refer to [`_extensions/sverto/rollup.config.js`](https://github.com/jimjam-slam/sverto/blob/firstrelease/_extensions/sverto/rollup.config.js) for guidance on configuring Rollup to do this.
9595
:::
9696

9797
## ❓ Issues
9898

99-
If you have any problems with the extension, please feel free to [create an issue](https://github.com/360-info/sverto)!
99+
If you have any problems with the extension, please feel free to [create an issue](https://github.com/jimjam-slam/sverto)!
100100

101101
Special thanks to [Carlos Scheidegger](https://github.com/cscheid) from [Posit](https://posit.co) for his time and advice!

docs/news.qmd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
---
22
title: News
3-
author: James Goldie, 360info
3+
author: James Goldie
44
date: last-modified
55
format:
66
html:
77
title-block-banner: "#e1e4e6"
88
linkcolor: "#36a7e9"
99
---
1010

11+
## (Unreleased) Sverto 0.0.3
12+
13+
- Migrated from [`360-info/sverto`](https://github.comn/360-info/sverto) to [`jimjam-slam/sverto`](htps://github.com/jimjam-slam/sverto). Old GitHub links are maintained.
14+
1115
## Sverto 0.0.2
1216

1317
- Bump minimum Quarto version to 1.3.0.

0 commit comments

Comments
 (0)