This repository contains the code that runs yktoo.com.
- Node.js 20.x+
- Hugo 0.134+
npm install
npm run build
in development mode, ornpm run build:prod
in production mode
npm start
- Navigate to localhost:1313
The following environments are configured for this website:
development
— it disables inserting Google Analytics script into the generated HTML pages. Used when you runnpm start
ornpm build
.production
— used when runningnpm run build:prod