Skip to content

Commit

Permalink
Merge pull request #1317 from VamshiReddy02/spin-jekyll
Browse files Browse the repository at this point in the history
Add Jekyll-spin template repository to Spin Up Hub
  • Loading branch information
Timothy McCallum authored Jun 24, 2024
2 parents cc44741 + f91f147 commit c4cdbfb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions content/api/hub/template_jekyll.md
Original file line number Diff line number Diff line change
@@ -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 = "Ruby"
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-jekyll"
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.

0 comments on commit c4cdbfb

Please sign in to comment.