You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [hugo-spin](https://github.com/ThorstenHans/hugo-spin) comes with all batteries included to serve your next [Hugo](https://gohugo.io) site leveraging the [`spin-fileserver`](https://github.com/fermyon/spin-fileserver).
23
+
The [hugo-spin](https://github.com/ThorstenHans/hugo-spin) comes with all batteries included to serve your next [Hugo](https://gohugo.io) site leveraging the [`spin-fileserver`](https://github.com/spinframework/spin-fileserver).
24
24
25
25
To get started, open the [hugo-spin](https://github.com/ThorstenHans/hugo-spin) repository and click the "Use this template" button. Once you've created your own repository from the template, you can use the `make start` and `make deploy` to either build and the site locally, or to deploy it to Fermyon Cloud.
Copy file name to clipboardExpand all lines: content/bartholomew/contributing-bartholomew.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,14 +205,14 @@ $ cd ~/bartholomew
205
205
$ make bart
206
206
```
207
207
208
-
Once built, you will find the very useful `bart` CLI executable in the `~/bartholomew/target/release` directory.
208
+
Once built, you will find the very useful `bart` CLI executable in the `~/bartholomew/target/release` directory.
209
209
210
210
For more information about how to use the CLI, please type `~/bartholomew/target/release/bart --help`, as shown below:
211
211
212
212
<!-- @selectiveCpy -->
213
213
214
214
```bash
215
-
$ ~/bartholomew/target/release/bart --help
215
+
$ ~/bartholomew/target/release/bart --help
216
216
bart 0.6.0
217
217
The Bartholomew CLI
218
218
@@ -269,7 +269,7 @@ The output from the above command will be similar to the following (depending on
269
269
270
270
## The Relationship Between Bartholomew and Spin
271
271
272
-
To run Bartholomew, you will need a Spin-capable runtime.
272
+
To run Bartholomew, you will need a Spin-capable runtime.
273
273
274
274
For Spin, follow [the Spin quickstart guide](/spin/quickstart) which details how to either:
275
275
- download the latest Spin binary release,
@@ -278,7 +278,7 @@ For Spin, follow [the Spin quickstart guide](/spin/quickstart) which details how
278
278
279
279
## The Relationship Between Bartholomew and the Spin Fileserver
280
280
281
-
Bartholomew uses an external file server called [Spin-Fileserver](https://github.com/fermyon/spin-fileserver). This file server facilitates the presentation of files to the end users. For example, whilst the web page contents (HTML) are generated dynamically upon request, image elements in that HTML page source can point to images that are stored on the host server. The Spin file server ensures that these static images are correctly served to the client's web browser (as per the HTML's requirements.)
281
+
Bartholomew uses an external file server called [Spin-Fileserver](https://github.com/spinframework/spin-fileserver). This file server facilitates the presentation of files to the end users. For example, whilst the web page contents (HTML) are generated dynamically upon request, image elements in that HTML page source can point to images that are stored on the host server. The Spin file server ensures that these static images are correctly served to the client's web browser (as per the HTML's requirements.)
282
282
283
283
Please build the spin-fileserver and then copy the resulting `spin_static_fs.wasm` file into Bartholomew's `modules/` directory. This will ensure that you are running the latest release of the spin-fileserver.
284
284
@@ -456,7 +456,7 @@ The final stage of a successful contribution will be a notification that the PR
456
456
457
457
## Thank You
458
458
459
-
At this point, you have performed a significant amount of work which is greatly appreciated.
459
+
At this point, you have performed a significant amount of work which is greatly appreciated.
0 commit comments