Skip to content

Commit 7f7c850

Browse files
authored
Remove fission publishing (#16)
* docs: Remove publish section * chore: Remove note about Elementary license * chore: Remove publish to Fission action * chore: Remove Fission publish config * chore: Update URL references to new site
1 parent 2404702 commit 7f7c850

File tree

5 files changed

+17
-64
lines changed

5 files changed

+17
-64
lines changed

.github/workflows/publish.yml

-26
This file was deleted.

README.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Coincident Spectra is a spectral-microtuning additive synthesizer.
44

55
## Try it
66

7-
Coincident Spectra is live at: https://coincident-spectra.fission.app/
7+
Coincident Spectra is live at: https://coincident-spectra.brianginsburg.com/
88

99
## Setup
1010

@@ -34,16 +34,8 @@ npm run build
3434

3535
The build outputs the static site to the `build` directory.
3636

37-
## Publish
38-
39-
The built site publishes with the [Fission CLI](https://guide.fission.codes/developers/cli) and the [Fission publish action](https://github.com/fission-suite/publish-action).
40-
41-
Publishing from the command line is configured in [fission.yaml](fission.yaml). The publish action is configured in [publish.yml](.github/workflows/publish.yml).
42-
43-
See the [Fission Guide](https://guide.fission.codes/developers/installation) and the publish action README if you would like to publish to Fission. At a high level, the steps are: make a Fission account with the Fission CLI, register a new app, add your machine key as a repository secret, and update the endpoints in `fission.yaml` and `publish.yml`.
44-
4537
## License
4638

47-
The source code for Coincident Spectra is available under the Apache 2.0 license. Please consult the [Elementary License](https://www.elementary.audio/license) for additional instructions on using the Elementary SDK.
39+
The source code for Coincident Spectra is available under the Apache 2.0 license.
4840

49-
The [social preview image](static/coincident-spectra.png) was created by Jacky Ligon and is under copyright. Please contact the artist if you wish to re-use the image.
41+
The [social preview image](static/coincident-spectra.png) was created by Jacky Ligon and is under copyright. Please contact the artist if you wish to re-use the image.

fission.yaml

-3
This file was deleted.

src/app.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
<meta name="description" content="A coincident spectral additive synthesizer">
1414
<meta property="og:title" content="Coincident Spectra">
1515
<meta property="og:description" content="A coincident spectral additive synthesizer">
16-
<meta property="og:url" content="https://coincident-spectra.fission.app/">
16+
<meta property="og:url" content="https://coincident-spectra.brianginsburg.com/">
1717
<meta property="og:type" content="website">
18-
<meta property="og:image" content="https://coincident-spectra.fission.app/coincident-spectra.png">
18+
<meta property="og:image" content="https://coincident-spectra.brianginsburg.com/coincident-spectra.png">
1919
<meta property="og:image:alt" content="Coincident Spectra">
2020
<meta property="og:image:width" content="1200">
2121
<meta property="og:image:height" content="630">
2222
<meta name="twitter:card" content="summary_large_image">
2323
<meta name="twitter:title" content="Coincident Spectra">
2424
<meta name="twitter:description" content="A coincident spectral additive synthesizer">
25-
<meta name="twitter:image" content="https://coincident-spectra.fission.app/coincident-spectra.png">
25+
<meta name="twitter:image" content="https://coincident-spectra.brianginsburg.com/coincident-spectra.png">
2626
<meta name="twitter:image:alt" content="Coincident Spectra">
2727
<link rel="icon" href="/favicon.ico" />
2828
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">

src/components/MoreInformation.svelte

+11-21
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,16 @@
1515
name.
1616
</p>
1717
<p>
18-
Many thanks to
18+
Many thanks to
1919
<a
20-
class="link link-primary"
21-
href="https://jackyligon.com/"
22-
target="__blank"
23-
>
24-
Jacky Ligon
25-
</a>
26-
for guiding the development of Coincident
27-
Spectra, and for generously providing the social preview image. The image
28-
is copyright Jacky Ligon, 2022.
20+
class="link link-primary"
21+
href="https://jackyligon.com/"
22+
target="__blank"
23+
>
24+
Jacky Ligon
25+
</a>
26+
for guiding the development of Coincident Spectra, and for generously providing
27+
the social preview image. The image is copyright Jacky Ligon, 2022.
2928
</p>
3029

3130
<p>
@@ -37,7 +36,6 @@
3736
>
3837
Elementary Audio
3938
</a>.
40-
4139
</p>
4240
<p>
4341
The
@@ -48,15 +46,7 @@
4846
>
4947
source code
5048
</a>
51-
for Coincident Spectra is available under the Apache 2.0 license. Please consult the
52-
<a
53-
class="link link-primary"
54-
href="https://www.elementary.audio/license"
55-
target="__blank"
56-
>
57-
Elementary License
58-
</a>
59-
for additional instructions on using the Elementary SDK.
60-
</p>
49+
for Coincident Spectra is available under the Apache 2.0 license.
50+
</p>
6151
</div>
6252
</div>

0 commit comments

Comments
 (0)