/website

Primary LanguageHTMLApache License 2.0Apache-2.0

My personal website

This is the code of vgjm.github.io.

Create new post

hugo new posts/new-post.md

The post will be generated into ./content/posts. Edit it and delete the draft field if done.

Build

The github action defined in ./.github/workflows/deployment.yml will build the website automatically and github.com/vgjm/vgjm.github.io repository will pick this everyday at 00:00 UTC.