diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-26 18:25:04 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-26 18:25:53 +0530 |
commit | 9376c06ded47c4b77b94cb4d1e628537d9d69fce (patch) | |
tree | 25297ed59e75133ff6ee410716606a103f88644b /config.h | |
parent | a3b18ea4019f44185a495afd4be66350f217c144 (diff) |
config,main,list: get resources from config.cfg instead of a compiled config.h
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config.h b/config.h deleted file mode 100644 index f77fbed..0000000 --- a/config.h +++ /dev/null @@ -1,8 +0,0 @@ -#define DIRECTORY "compromyse.xyz" -#define PARTIALS "partials" -#define ASSETS "assets" -#define OUTPUT "dist" -#define BASE_TEMPLATE "base.html" - -static const char *html_resources[] = { "index", "projects", "posts/a", NULL }; -static const char *md_resources[] = { "posts/b", NULL }; |