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 %>