Skip to content

Source files for my personal website.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

kip93/kip93.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 @ 15 Jun 2024, 04:32:19 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