Config: Fix date parsing
Posts/2023-06-20: Add
Add favicon
This is my personal website. It is made in Hugo.
Assuming that you have hugo installed, simply run
huge server -D
I deploy this page on Netlify using the Netlify CLI. First, I install the CLI locally using NPM
npm install
(Don't run npm ci, as this is broken 🥲)
Log into netlify
npm run netlify-login
Build the site and deploy it with
npm run deploy
And publish it for real with
npm run deploy -- --prod
Done!
npm run format
This project in its entirety is published under the 3-Clause BSD
License. You can view the
license in LICENSE
file included in this project's repository.