mirror of
https://github.com/vapor/blog.git
synced 2025-04-20 19:11:42 +08:00
* 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>
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/
Languages
Swift
100%