From 4ea74c0cb10d6ef699111c338306b10e01139761 Mon Sep 17 00:00:00 2001 From: "hexlocation's laptop (asiago)" Date: Fri, 29 Mar 2024 08:51:20 -0400 Subject: [PATCH] aaa --- config.json | 5 +++++ default_templates/header.ejs | 2 +- index.ts | 5 +++-- tsconfig.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..5fa9c32 --- /dev/null +++ b/config.json @@ -0,0 +1,5 @@ +{ + "branding": { + "title": "hexlocation's blog" + } +} diff --git a/default_templates/header.ejs b/default_templates/header.ejs index 3ee3f28..8c2e2ea 100644 --- a/default_templates/header.ejs +++ b/default_templates/header.ejs @@ -1,5 +1,5 @@
-

disseminate

+

<%= config.branding.title %>