Skip to content

Commit 8c5a8d1

Browse files
Merge pull request #323 from sebastienrousseau/feat/ssg
v0.0.32
2 parents e369e2c + bf5428e commit 8c5a8d1

33 files changed

+68
-70
lines changed

Cargo.lock

+32-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
[package]
66
# General project metadata
77
name = "ssg" # The name of the library
8-
version = "0.0.31" # The version of the library
8+
version = "0.0.32" # The version of the library
99
authors = ["Shokunin Contributors"] # The authors of the library
1010
edition = "2021" # The edition of the library
11-
rust-version = "1.57.0" # Minimum supported Rust version
11+
rust-version = "1.58.0" # Minimum supported Rust version
1212
license = "MIT OR Apache-2.0" # Dual licensing strategy
1313
description = """
1414
A Content-First Open Source Static Site Generator (SSG) crafted in Rust.

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Add to your `Cargo.toml`:
5757

5858
```toml
5959
[dependencies]
60-
ssg = "0.0.31"
60+
ssg = "0.0.32"
6161
```
6262

6363
Or install via Cargo:
@@ -92,13 +92,13 @@ Create a new site:
9292

9393
```bash
9494
# Full command syntax
95-
ssg --content=content --template=templates --output=output --serve=public
95+
ssg --content=content --template=templates --serve=public
9696

9797
# Short form
9898
ssg -c=content -t=templates -o=output -s=public
9999

100100
# Using cargo run
101-
cargo run --bin ssg -- -c="./examples/content" -t="./examples/templates" -o="./examples/output" -s="./examples/public"
101+
cargo run --bin ssg -- -c="./examples/content" -t="./examples/templates" -s="./examples/public"
102102
```
103103

104104
### CLI Options
@@ -107,7 +107,6 @@ cargo run --bin ssg -- -c="./examples/content" -t="./examples/templates" -o="./e
107107
|--------|-------|-------------|----------|
108108
| `--content` | `-c` | Content path | Yes |
109109
| `--template` | `-t` | Template path | Yes |
110-
| `--output` | `-o` | Output path | Yes |
111110
| `--serve` | `-s` | Server Public path | Yes |
112111

113112
## Examples 📚
@@ -176,5 +175,5 @@ Special thanks to all contributors who have helped build Shokunin.
176175
[crates-badge]: https://img.shields.io/crates/v/ssg.svg?style=for-the-badge&color=fc8d62&logo=rust
177176
[docs-badge]: https://img.shields.io/badge/docs.rs-ssg-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs
178177
[github-badge]: https://img.shields.io/badge/github-sebastienrousseau/ssg-8da0cb?style=for-the-badge&labelColor=555555&logo=github
179-
[libs-badge]: https://img.shields.io/badge/lib.rs-v0.0.31-orange.svg?style=for-the-badge
178+
[libs-badge]: https://img.shields.io/badge/lib.rs-v0.0.32-orange.svg?style=for-the-badge
180179
[made-with-rust]: https://img.shields.io/badge/rust-f04041?style=for-the-badge&labelColor=c0282d&logo=rust

TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Shokunin is a high-performance static site generator (SSG) engineered in Rust th
4545
[crates-badge]: https://img.shields.io/crates/v/ssg.svg?style=for-the-badge&color=fc8d62&logo=rust
4646
[docs-badge]: https://img.shields.io/badge/docs.rs-ssg-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs
4747
[github-badge]: https://img.shields.io/badge/github-sebastienrousseau/ssg-8da0cb?style=for-the-badge&labelColor=555555&logo=github
48-
[libs-badge]: https://img.shields.io/badge/lib.rs-v0.0.31-orange.svg?style=for-the-badge
48+
[libs-badge]: https://img.shields.io/badge/lib.rs-v0.0.32-orange.svg?style=for-the-badge
4949
[made-with-rust]: https://img.shields.io/badge/rust-f04041?style=for-the-badge&labelColor=c0282d&logo=rust
5050

5151
## Changelog 📚

examples/content/404.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ viewport: "width=device-width, initial-scale=1, shrink-to-fit=no"
4949
atom_link: "https://kaishi.one/404/rss.xml"
5050
category: "Technology"
5151
docs: "https://validator.w3.org/feed/docs/rss2.html"
52-
generator: "Shokunin SSG (version 0.0.31)"
52+
generator: "Shokunin SSG (version 0.0.32)"
5353
item_description: "The page may have been removed or renamed. Please visit our homepage for more information."
5454
item_guid: "https://kaishi.one/404/rss.xml"
5555
item_link: "https://kaishi.one/404/rss.xml"

examples/content/contact.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ news_title: "Contact Us" ## The title of the page. (max 64 characters)
6161
atom_link: https://kaishi.one/contact/rss.xml
6262
category: "Technology"
6363
docs: https://validator.w3.org/feed/docs/rss2.html
64-
generator: "Shokunin SSG (version 0.0.31)"
64+
generator: "Shokunin SSG (version 0.0.32)"
6565
item_description: RSS feed for the contact page of the Kaishi website.
6666
item_guid: https://kaishi.one/contact/rss.xml
6767
item_link: https://kaishi.one/contact/rss.xml

examples/content/en/404.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ viewport: "width=device-width, initial-scale=1, shrink-to-fit=no"
4949
atom_link: "https://kaishi.one/404/rss.xml"
5050
category: "Technology"
5151
docs: "https://validator.w3.org/feed/docs/rss2.html"
52-
generator: "Shokunin SSG (version 0.0.31)"
52+
generator: "Shokunin SSG (version 0.0.32)"
5353
item_description: "The page may have been removed or renamed. Please visit our homepage for more information."
5454
item_guid: "https://kaishi.one/404/rss.xml"
5555
item_link: "https://kaishi.one/404/rss.xml"

examples/content/en/contact.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ news_title: "Contact Us" ## The title of the page. (max 64 characters)
6161
atom_link: https://kaishi.one/contact/rss.xml
6262
category: "Technology"
6363
docs: https://validator.w3.org/feed/docs/rss2.html
64-
generator: "Shokunin SSG (version 0.0.31)"
64+
generator: "Shokunin SSG (version 0.0.32)"
6565
item_description: RSS feed for the contact page of the Kaishi website.
6666
item_guid: https://kaishi.one/contact/rss.xml
6767
item_link: https://kaishi.one/contact/rss.xml

examples/content/en/features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ news_title: "Features" ## The title of the page. (max 64 characters)
5858
atom_link: https://kaishi.one/rss.xml
5959
category: "Technology"
6060
docs: https://validator.w3.org/feed/docs/rss2.html
61-
generator: "Shokunin SSG (version 0.0.31)"
61+
generator: "Shokunin SSG (version 0.0.32)"
6262
item_description: RSS feed for the site
6363
item_guid: https://kaishi.one/rss.xml
6464
item_link: https://kaishi.one/rss.xml

examples/content/en/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ news_title: "Kaishi, a Shokunin Static Site Generator Starter Template" ## The t
6060
atom_link: https://kaishi.one/rss.xml
6161
category: "Technology"
6262
docs: https://validator.w3.org/feed/docs/rss2.html
63-
generator: "Shokunin SSG (version 0.0.31)"
63+
generator: "Shokunin SSG (version 0.0.32)"
6464
item_description: RSS feed for the site
6565
item_guid: https://kaishi.one/rss.xml
6666
item_link: https://kaishi.one/rss.xml

0 commit comments

Comments
 (0)