You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2026-06-14 16:55:27 -04:00
8251c012de
should fix #81 (or at least mitigate it)
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
import install from "./lib/install.js";
|
|
|
|
// Install Hugo right off the bat.
|
|
(async () => await install())();
|