pleonex's website

Personal portfolio and blog.

Created using Hugo and Toha template.

Building

  1. Install Hugo. Check the workflow for the supported version.
  2. Build:
    • Run hugo to build. Output would be in the public/ directory.
    • Run hugo server --watch to test locally with hot-reload support.

Deploying

GitHub Actions provides a workflow to deploy Hugo based websites to GitHub pages. A custom DNS entry redirects to the GitHub Pages site.