commit d8dc1593ba9bc75850a10e7ce1e43b0f0bf1299f
parent 59ed75f970ea95b13b141474e89df0a3ed8f7101
Author: gracefu <81774659+gracefuu@users.noreply.github.com>
Date: Sat, 24 May 2025 22:03:17 +0800
Add mymarkdown
Diffstat:
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/make.py b/make.py
@@ -123,6 +123,13 @@ async def main():
),
build_git_repo(
"stagit/stagit",
+ "~/Documents/src/mymarkdown",
+ "git/mymarkdown",
+ "mymarkdown",
+ "My markdown",
+ ),
+ build_git_repo(
+ "stagit/stagit",
".git/modules/stagit",
"git/stagit",
"stagit",
@@ -130,7 +137,7 @@ async def main():
),
)
await shell(
- "cd public && ../stagit/stagit-index -s ../index-style.css blog.grace.moe git.grace.moe pymake stagit > index.html",
+ "cd public && ../stagit/stagit-index -s ../index-style.css blog.grace.moe git.grace.moe pymake mymarkdown stagit > index.html",
echo=EchoAll,
)