You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2026-06-24 11:35:58 -04:00
feat: allow environment variable overrides of default behaviors (#182)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import fs from "node:fs/promises";
|
||||
import path from "node:path";
|
||||
import { x } from "tinyexec";
|
||||
|
||||
import hugo from "../src/hugo";
|
||||
|
||||
const OUT_DIR = "src/generated";
|
||||
|
||||
Reference in New Issue
Block a user