diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-08 23:38:23 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-08 23:38:23 +0100 |
| commit | 6352ebb0eb4cb83240c6d4998e0ef1375b041191 (patch) | |
| tree | 3ade08c77c8ab403d3196f80fad5ed3034c3035b /src/main.rs | |
| parent | 60307a9a3a39dccf652c9d9b4348e44db1e67627 (diff) | |
Generate and archive blog, allow publishing
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 0de896b..a0a9fef 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,9 +4,11 @@ mod command; mod constants; mod gemini_parser; mod generator; +mod archiver; mod metadata; mod post; mod template; +mod utils; use std::iter::once; use std::env::args; |