Skip to content

Commit

Permalink
yay
Browse files Browse the repository at this point in the history
  • Loading branch information
wolulcmit committed May 10, 2024
1 parent a206393 commit ef589e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/content/post.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ To install Deno, follow the [docs here](https://docs.deno.com/runtime/manual/get
You can then clone or download [this starter](https://github.com/cssandstuff/11ty-deno-htmx)

For local development run the deno command: <pre>deno task dev</pre>
to deploy to deno.deploy you just need to [sign up for an account](https://deno.com/deploy), then once logged in you can create a new project and point it to your github repo.

<!-- I made a blog post about this project which has [more details](http://cssandstuff.deno.dev/writing/pairing-eleventy-with-htmx-and-deno/). -->
To deploy to deno.deploy you just need to [sign up for an account](https://deno.com/deploy), then once logged in you can create a new project and point it to your github repo.

<!-- I am writing a blog post about this project which has [more details](http://cssandstuff.deno.dev/writing/pairing-eleventy-with-htmx-and-deno/). -->

1 change: 1 addition & 0 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
padding: 0.5em;
border-radius: 4px;
font-size: 1rem;
border: 1px solid rgba(255,255,255,0.2);
}


Expand Down

0 comments on commit ef589e1

Please sign in to comment.