Skip to content

Commit

Permalink
fix: amendments
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-mo-143 committed Nov 15, 2023
1 parent 260aa55 commit 7e27562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _blog/2023-11-15-ssg-in-rust.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Don't forget to make sure that `cargo-shuttle` is installed and that you're logg
It's time to lock in. I went on Youtube and put on a breakcore playlist, then used `cargo shuttle init --template axum` to quickly spin up what I wanted. I used the project name `ssg` and put it in my projects folder, then got to work. What helps me move quickly is that with Shuttle I don't need a Dockerfile; I just use the runtime, provision the things I need and I'm ready to get cracking.

To finish my preparations, I created a `Shuttle.toml` file and added the following:
```rust
```toml
// Shuttle.toml
assets = ["templates/*", "templates/**/*"]
```
Expand Down

0 comments on commit 7e27562

Please sign in to comment.