all repos — website @ 3a2d198d153efc8a69e7640f7dcde88207268ff3

My website

Replace zola with DOM-based static site generation code

Alan Pearce
commit

3a2d198d153efc8a69e7640f7dcde88207268ff3

parent

9c4fd37c97a87b9d1ab9e65b77e4578936b66323

1 file changed, 1 insertion(+), 3 deletions(-)

changed files
M src/config.tssrc/config.ts
@@ -2,6 +2,4 @@ import path from "node:path";
import fs from "node:fs"; import toml from "toml"; -export default function readConfig() { - return toml.parse(fs.readFileSync("config.toml", "utf-8")); -} +export default toml.parse(fs.readFileSync("config.toml", "utf-8"));