Skip to content

yktoo/yktoo.com

Repository files navigation

Build status Netlify Status

yktoo.com

This repository contains the code that runs yktoo.com.

Requirements

  • Node.js 20.x+
  • Hugo 0.134+

Build

  • npm install
  • npm run build in development mode, or npm run build:prod in production mode

Run a live server

Configuration

Environment

The following environments are configured for this website:

  • development — it disables inserting Google Analytics script into the generated HTML pages. Used when you run npm start or npm build.
  • production — used when running npm run build:prod