Skip to content

Commit

Permalink
feat(ssg): ✨ migrating to mdx-gen crate
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Sep 30, 2024
1 parent 7db5e91 commit 9e9e8ec
Show file tree
Hide file tree
Showing 16 changed files with 92 additions and 1,263 deletions.
95 changes: 33 additions & 62 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
@@ -1,5 +1,5 @@
[workspace]
members = ["ssg", "ssg-cli", "ssg-core", "ssg-frontmatter", "ssg-html", "ssg-i18n", "ssg-markdown", "ssg-metadata" ,"ssg-server", "ssg-sitemap", "ssg-template"]
members = ["ssg", "ssg-cli", "ssg-core", "ssg-frontmatter", "ssg-html", "ssg-i18n", "ssg-metadata" ,"ssg-server", "ssg-sitemap", "ssg-template"]
resolver = "2"

[workspace.package]
Expand Down
1 change: 1 addition & 0 deletions ssg-html/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ categories = ["web-programming", "text-processing"]
comrak = "0.28"
html-escape = "0.2.13"
htmlescape = "0.3"
mdx-gen = "0.0.1"
minify-html = "0.15"
once_cell = "1.19"
regex = "1.10"
Expand Down
Loading

0 comments on commit 9e9e8ec

Please sign in to comment.