~justusw/personal-website

This is my personal website
880b6674 — Justus Perlwitz 3 months ago
Config: Fix date parsing
72289f33 — Justus Perlwitz 3 months ago
Posts/2023-06-20: Add
60282fb2 — Justus Perlwitz 4 months ago
Add favicon

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~justusw/personal-website
read/write
git@git.sr.ht:~justusw/personal-website

You can also use your local clone with git send-email.

#Personal Website

This is my personal website. It is made in Hugo.

#Quickstart

Assuming that you have hugo installed, simply run

huge server -D

#Requirements

#Deploying

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!

#Formatting

npm run format

#License

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.