Begin display all posts
This commit is contained in:
parent
224b5d4832
commit
ce305e1cbf
4 changed files with 85 additions and 112 deletions
|
@ -16,6 +16,7 @@ leptos_router = { version = "0.5", features = ["nightly"] }
|
|||
gloo-net = { version = "0.4", features = ["http"] }
|
||||
log = "0.4"
|
||||
cfg-if = "1.0"
|
||||
serde = "1.0"
|
||||
|
||||
# https://carlosted.github.io/icondata/
|
||||
leptos_icons = { version = "0.1.0", features = [
|
||||
|
@ -36,7 +37,6 @@ actix-files = { version = "0.6", optional = true }
|
|||
actix-web = { version = "4", features = ["macros"], optional = true }
|
||||
futures = { version = "0.3", optional = true }
|
||||
simple_logger = { version = "4.2", optional = true }
|
||||
serde = { version = "1.0", optional = true }
|
||||
pulldown-cmark = { version = "0.9", optional = true } # markdown parser
|
||||
gray_matter = { version = "0.2", optional = true } # frontmatter parser
|
||||
|
||||
|
@ -67,7 +67,6 @@ ssr = [
|
|||
"dep:actix-files",
|
||||
"dep:futures",
|
||||
"dep:simple_logger",
|
||||
"dep:serde",
|
||||
"dep:pulldown-cmark",
|
||||
"dep:gray_matter",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue