aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-04-28 00:00:00 +0000
committertdro <tdro@noreply.example.com>2024-04-28 00:00:00 +0000
commit840b786d2a9d7f60751cce93f1d26effa129f988 (patch)
treecdd535223051f3794c6416d3bb5d65f79a6d8e3a
parent0f183c5fa850b57f4c1f153650030ddd102a3b26 (diff)
downloadcanory-840b786d2a9d7f60751cce93f1d26effa129f988.tar.gz
canory-840b786d2a9d7f60751cce93f1d26effa129f988.tar.bz2
canory-840b786d2a9d7f60751cce93f1d26effa129f988.zip
config -> config/_default
-rw-r--r--Makefile4
-rw-r--r--config/_default/config.json (renamed from config.json)0
-rw-r--r--config/_default/config.toml (renamed from config.toml)0
-rw-r--r--config/_default/config.yaml (renamed from config.yaml)0
4 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e18c08d..9dcefae 100644
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,8 @@ build-sub: # Build everything into substitute directory
mv public/* public/m || true
build-config: # Build configuration files
- yj -yj -i < config.yaml > config.json
- yj -yt -i < config.yaml > config.toml
+ yj -yj -i < config/_default/config.yaml > config/_default/config.json
+ yj -yt -i < config/_default/config.yaml > config/_default/config.toml
build-js: # Build js bundle
deno run --allow-all static/js/index-bundle.ts
diff --git a/config.json b/config/_default/config.json
index 2f29e53..2f29e53 100644
--- a/config.json
+++ b/config/_default/config.json
diff --git a/config.toml b/config/_default/config.toml
index 16ca22b..16ca22b 100644
--- a/config.toml
+++ b/config/_default/config.toml
diff --git a/config.yaml b/config/_default/config.yaml
index 6ba49df..6ba49df 100644
--- a/config.yaml
+++ b/config/_default/config.yaml