Change some copy

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent 59336774f7
commit 4bec526ba8
5 changed files with 9 additions and 8 deletions

View File

@@ -74,7 +74,7 @@ get_posts = (limit) =>
md_dir = "posts"
sitegen.create =>
@site_title = "WebDevCat.me"
@site_title = "miti.sh"
@app_name = "stasis"
@version = "0.2.12"
@@ -114,7 +114,7 @@ sitegen.create =>
id: extract_id path
} for path in *files]
add "index.html", title: "Catalin Mititiuc"
add "index.html", title: "Catalin Constantin Mititiuc"
add "blog.html", title: "Posts", target: "posts/index", template: "blog"
add "code.md",