Skip to content

SenorKey/FEN

Repository files navigation

frontendneeded.com

Personal website for Ki-Jana Panzarella (Key). Self-hosted 24/7 on a repurposed PC running Fedora Linux with Apache. Deployed via GitHub, managed through the CLI.

Live at frontendneeded.com


Stack

  • HTML, CSS, vanilla JavaScript
  • Apache on Fedora Linux (self-hosted)
  • GitHub for version control and deployment

Pages

  • / — Home / about
  • /tarella-notes/ — iOS app showcase
  • /tarella-privacy-policy/ — Privacy policy for Tarella Notes
  • /wfpc/ — Warframe Price Checker (in progress)
  • /hire-me/ — Resume and contact

Structure

  • css/ — Global styles (styles.css) + per-page stylesheets
  • js/ — Per-page JavaScript
  • fonts/ — Self-hosted woff2 files (DM Sans, Playfair Display)
  • images/ — Site images and OG assets

Deployment

Changes are pushed to GitHub from either machine, then pulled on the server:

git pull origin main

Local Development

To preview the site locally, run this from the project root:

python3 -m http.server 8080

Then open http://localhost:8080. Note: the /api/chat endpoint on the hire-me page requires the Ollama instance running on the live server and won't work locally.

from /var/www/frontendneeded.com/ on the Fedora machine.

About

Self-hosted personal website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors