Tim Condon 90cfc65a45
Add post about the new templates (#76)
* Add post about the new templates

* Add note about toolbox update

* Update CI for S3 changes

* Le sigh

* Apply suggestions from code review

Co-authored-by: Gwynne Raskind <gwynne@darkrainfall.org>

* Add hack to make it work

* Specify region

* Update CI to match the bucket name

* Work around conflict

* Update corresponding close action

* Update region as it's hardcoded in the action

* Add note about delay

---------

Co-authored-by: Gwynne Raskind <gwynne@darkrainfall.org>
2023-05-10 13:06:09 +01:00
2022-02-02 16:54:49 +00:00
2023-01-05 12:00:26 +00:00
2022-02-17 18:23:23 +00:00
2023-01-05 21:34:07 +00:00

Vapor Blog

This is the official code repository for the Vapor Blog.

Install Publish

Make sure you have publish installed:

brew install publish

Creating a new blog post

Open the Swift Package:

open Package.swift

Creating file

Now create the file in Content/posts/my-blog-post-title and add the new content. Run the Swift Package to generate the new content.

Spin up local server

To spin up the project locally run

publish run

You can now access http://localhost:8000/

Description
Languages
Swift 100%