/kip93.net

Source files for my personal website.

Primary LanguageHTMLOtherNOASSERTION

kip93.net

This repo contains the source files for my personal website.

For more info on usage permissions, see the license.

Audits

Home page Résumé page
About page Gemini mirror
Generated with lowlighter/metrics v3.34.0
Last updated @ 10 Aug 2024, 04:32:38 UTC

Overview

This is a summary of the contents of this repo.

HTML website

The folder html contains the content to be shown at https://kip93.net/, which is served by nginx, as defined in this config file.

GEMINI capsule

This is the content available @ gemini://kip93.net/, based on the contents of the gmi folder. These pages are handled by agate, which has its configurations defined here.

NOTE: For better accessibility of the content, I also mirror and expose the same info on https://gemini.kip93.net/ as I do on gemini.

Update

rsync -EhmPpruvz --delete-after ./gmi/ <user@hostname>:/var/www/gmi
rsync -EhmPpruvz --delete-after ./html/ <user@hostname>:/var/www/html