Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to template. #160

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

## Usage

If you just want to rapidly start a new Slipstream-powered GitHub Pages-hosted static site, clone
the [Slipstream Site Template](https://github.com/jverkoey/slipstream-site-template/) repository.

Add Slipstream to your package dependencies:

```swift
Expand Down
3 changes: 3 additions & 0 deletions Sources/Slipstream/Documentation.docc/Guides/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ A guide to creating your first Slipstream website, quick-like.

In this guide we'll make a website called hogmobile.com.

For an even faster quick-start, you can clone the template
repo at https://github.com/jverkoey/slipstream-site-template/.

## Prerequisites

- Install Xcode
Expand Down