This repository contains the source code for my personal blog, where I discuss technical topics such as infrastructure and blockchain. The website is built using Hugo, a blazingly fast and flexible static site generator.
Clone the project.
git clone [email protected]:leovct/leovct.github.io.git
Install dependencies.
pnpm install
Start the dev server.
pnpm run start
Open the website in the browser.
open http://localhost:1313/
Run the linter.
pnpm run lint
Update git submodules
pnpm run update