Skip to content

Commit

Permalink
docs(manifest): add repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Jan 3, 2024
1 parent ea9bbd1 commit a09a03d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[package]
name = "cydonia"
version = "0.0.7"
edition = "2021"
authors = [ "clearloop" ]
description = "The static site generator."
documentation = "https://docs.rs/cydonia"
version = "0.0.7"
edition = "2021"
homepage = "https://github.com/clearloop/cydonia"
repository = "https://github.com/clearloop/cydonia.git"
license = "GPL-3.0-only"

[dependencies]
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cydonia init blog
cydonia serve blog
```

The minimal directory layout is like below, see [cydonia.toml][cydonia-toml]
The minimal directory layout is like below, see [cydonia.toml](./blog/cydonia.toml)
for the full configuration.

```
Expand Down Expand Up @@ -54,7 +54,6 @@ jobs:
GPL-3.0-only
[cydonia-toml]: blog/cydonia.toml
[version-badge]: https://img.shields.io/crates/v/cydonia
[version-link]: https://docs.rs/cydonia
[ci-badge]: https://img.shields.io/github/actions/workflow/status/clearloop/cydonia/main.yml
Expand Down

0 comments on commit a09a03d

Please sign in to comment.