mirror of
https://github.com/vapor/blog.git
synced 2025-04-20 19:11:42 +08:00
Bumps the dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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%