diff --git a/Cargo.toml b/Cargo.toml index 537c3e9..c04f270 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] -name = "website" +name = "nyf" version = "0.3.0" authors = ["glyph "] edition = "2018" -description = "glyph's personal website, html splicer and rss generator" +description = "html splicer and rss generator" repository = "https://git.coopcloud.tech/glyph/website" [dependencies] diff --git a/README.md b/README.md index a81f055..e0427f4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ _glyph's website_ Handwritten CSS and HTML, images, an HTML splicer and an RSS generator. -## Static Site Generator +## nyf `src/main.rs` diff --git a/src/main.rs b/src/main.rs index 9600476..05ed499 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -//! # mycelial.technology +//! # nyf //! //! _glyph's static site generator_ //!