dependabot[bot] 3a71b7b9fe
Bump the dependencies group with 1 update (#94)
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>
2024-03-14 00:32:19 +00:00
2024-02-28 00:19:54 +00:00
2022-02-02 16:54:49 +00:00
2024-02-27 23:36:17 +01: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%