We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e09f1 commit 4c64829Copy full SHA for 4c64829
2 files changed
README.md
@@ -28,9 +28,10 @@ Blogatto generates your entire static site from a single configuration: blog pos
28
29
## Installation
30
31
+Blogatto is available on [Hex](https://hex.pm/packages/blogatto). Add it as a dependency to your project:
32
+
33
```sh
-gleam add blogatto@3
-gleam add lustre@5
34
+gleam add blogatto
35
```
36
37
## Quick start
docs/getting-started.md
@@ -15,10 +15,11 @@ This guide walks you through installing Blogatto and building your first static
15
16
17
18
-Add Blogatto to your Gleam project:
19
20
21
22
23
24
25
## Project structure
0 commit comments