~metalune/metalune.xyz

my personal homepage hosted at https://metalune.xyz
140392f2 — metalune 2 months ago
Fix mailto link
1cf7148c — metalune 2 months ago
Update contact information
e3f5bd9f — metalune 2 months ago
Add README

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~metalune/metalune.xyz
read/write
git@git.sr.ht:~metalune/metalune.xyz

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

#metalune.xyz

This is the hugo code for my website hosted at https://metalune.xyz

#How to deploy

This is mostly just a reminder for me on how to deploy this page to sourcehut pages.

#Step 1: Create tarball

tar -czvf metalune.tar.gz -C public .

#Step 2: Publish

curl --oauth2-bearer "$bearer_token" \
    -Fcontent=@metalune.tar.gz \
    https://pages.sr.ht/publish/metalune.srht.site