This repository contains the code that runs yktoo.com.
- Node.js 20.x+
- Hugo 0.134+
yarn installyarn run buildin development mode, oryarn run build:prodin production mode
yarn 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 runyarn startoryarn build.production— used when runningyarn run build:prod