-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1317 from VamshiReddy02/spin-jekyll
Add Jekyll-spin template repository to Spin Up Hub
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |