The fifth iteration of husen.id, built with Hugo and hosted using Cloudflare Pages.
To better understand why I redesigned my website this time, you can read the article here.
- Go - v1.18 or higher.
- Hugo - v0.96.0 or higher.
- Node - v16 or higher.
- pnpm - v6 or higher.
-
Install dependencies.
pnpm install
-
Start the development server and try open http://localhost:3000 on your web browser.
pnpm dev
-
Generate static website.
pnpm build
-
Preview the production build.
pnpm start