mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-25 22:35:22 -04:00
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())();
|