Skip to content

Commit

Permalink
Working on main loop, bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
404salad committed Oct 31, 2024
1 parent aa5fef7 commit 0704d3b
Show file tree
Hide file tree
Showing 13 changed files with 147 additions and 262 deletions.
251 changes: 11 additions & 240 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[package]
name = "pond-ssg"
name = "pond_ssg"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
console = "0.15.8"
notify = "6.1.1"
pulldown-cmark = "0.9.3"
rayon = "1.10.0"
serde = { version="1.0.196", features = ["derive"] }
Expand Down
6 changes: 6 additions & 0 deletions content/deletethis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
we can go over this
we can move back

meww


Loading

0 comments on commit 0704d3b

Please sign in to comment.