Skip to content

Commit

Permalink
update djotter dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyalaribe committed Mar 14, 2024
1 parent 4dac42f commit 7870f5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "First static site generator build for [Djot](https://djot.net). O

[dependencies]
# djotters = { path = "../djotters" }
djotters = "0.1.3"
djotters = "0.1.4"
jotdown = "0.3.2"
gray_matter = "0.2.6"
eyre = "0.6.11"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# QuickStatic 🚀🦀🔥

## First static site generator build for [Djot](https://djot.net)
## The First static site generator build specifically for [Djot](https://djot.net) (A more powerful but strict Markdown dialect)

A fast static site generator written in Rust 🦀🚀.
A QuickStatic site should show the content first, and hide themes or configuration away.
Expand All @@ -16,6 +16,7 @@ cargo install quickstatic
```

## Priorities

- Simplicity
- Stability (Few features, and should not change very much)
- Content first.
Expand Down

0 comments on commit 7870f5c

Please sign in to comment.