From 83a4d0c7524d90eba49e10bd9ef278f27ac1f405 Mon Sep 17 00:00:00 2001 From: Vamshi Reddy Date: Sat, 15 Jun 2024 06:28:49 +0530 Subject: [PATCH 1/3] Add Jekyll-spin template repository to Spin Up Hub Signed-off-by: Vamshi Reddy --- content/api/hub/template_jekyll.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 content/api/hub/template_jekyll.md diff --git a/content/api/hub/template_jekyll.md b/content/api/hub/template_jekyll.md new file mode 100644 index 000000000..f61161704 --- /dev/null +++ b/content/api/hub/template_jekyll.md @@ -0,0 +1,23 @@ +title = "Spin Jekyll" +template = "render_hub_content_body" +date = "2024-06-14T04:30:32.000Z" +content-type = "text/html" +tags = ["ruby", "Jekyll", "Fermyon Cloud",] + +[extra] +author = "VamshiReddy02" +type = "hub_document" +category = "Template" +language = "JS/TS" +created_at = "2024-06-14T04:30:32.000Z" +last_updated = "2024-06-14T04:30:32.000Z" +spin_version = ">v1.3" +summary = "A template to use Jekyll with Spin" +url = "https://github.com/VamshiReddy02/spin-11ty" +keywords = "html, Jekyll, ruby" + +--- + +This is a template for building and statically exporting your Jekyll application and running it on Fermyon Spin. + +All you need to do is open the [spin-jekyll](https://github.com/VamshiReddy02/spin-jekyll) repository and click the "Use this template" button. Before you can build your Jekyll application, make sure to install ` jekyll and bundler gems`. You are now ready to start building your front-end. Run `bundle exec jekyll serve` and start editing your application. Alternatively, you can run `spin build` and `spin up` to build and run your application. \ No newline at end of file From 45cf26c8316df5072c733eb293567a32e5a3727a Mon Sep 17 00:00:00 2001 From: Vamshi Reddy Date: Sat, 15 Jun 2024 07:17:33 +0530 Subject: [PATCH 2/3] Add Jekyll-spin template repository to Spin Up Hub Signed-off-by: Vamshi Reddy --- content/api/hub/template_jekyll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/api/hub/template_jekyll.md b/content/api/hub/template_jekyll.md index f61161704..625353ade 100644 --- a/content/api/hub/template_jekyll.md +++ b/content/api/hub/template_jekyll.md @@ -13,7 +13,7 @@ created_at = "2024-06-14T04:30:32.000Z" last_updated = "2024-06-14T04:30:32.000Z" spin_version = ">v1.3" summary = "A template to use Jekyll with Spin" -url = "https://github.com/VamshiReddy02/spin-11ty" +url = "https://github.com/VamshiReddy02/spin-jekyll" keywords = "html, Jekyll, ruby" --- From f91f1475ff2f2b73e06386d47d72634e1d93d1c8 Mon Sep 17 00:00:00 2001 From: Vamshi Reddy Date: Sun, 16 Jun 2024 09:54:21 +0530 Subject: [PATCH 3/3] Add Jekyll-spin template repository to Spin Up Hub Signed-off-by: Vamshi Reddy --- content/api/hub/template_jekyll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/api/hub/template_jekyll.md b/content/api/hub/template_jekyll.md index 625353ade..2a7c07928 100644 --- a/content/api/hub/template_jekyll.md +++ b/content/api/hub/template_jekyll.md @@ -8,7 +8,7 @@ tags = ["ruby", "Jekyll", "Fermyon Cloud",] author = "VamshiReddy02" type = "hub_document" category = "Template" -language = "JS/TS" +language = "Ruby" created_at = "2024-06-14T04:30:32.000Z" last_updated = "2024-06-14T04:30:32.000Z" spin_version = ">v1.3"