Skip to content

heyhusen/website

Repository files navigation

husen.id

GitHub Workflow Status GitHub

The fifth iteration of husen.id, built with Hugo and hosted using Cloudflare Pages.

Screenshot

To better understand why I redesigned my website this time, you can read the article here.

Prerequisites

  • Go - v1.18 or higher.
  • Hugo - v0.96.0 or higher.
  • Node - v16 or higher.
  • pnpm - v6 or higher.

Set-up

  1. Install dependencies.

    pnpm install
  2. Start the development server and try open http://localhost:3000 on your web browser.

    pnpm dev

Production

  1. Generate static website.

    pnpm build
  2. Preview the production build.

    pnpm start