Commit Graph

5 Commits

Author SHA1 Message Date
Jekyll Converter
85a627e1ab Add Gitea Action for automated Jekyll deployment
- Builds Jekyll site on push to main branch
- Backs up existing site before deployment
- Deploys to web.resist.is with proper permissions
- Includes verification and cleanup steps
2025-08-26 23:11:32 -04:00
Jekyll Converter
bee872301d Convert site to Jekyll
- Add Jekyll configuration (_config.yml)
- Create default layout with proper HTML structure
- Extract CSS to separate file (assets/css/main.css)
- Convert index.html to Jekyll format (index.md)
- Move image to assets directory
- Add Gemfile for Jekyll dependencies
- Backup original index.html

The site now uses Jekyll static site generator while maintaining
the same visual appearance and functionality as the original.
2025-08-26 22:48:31 -04:00
4829d93cd3 Merge pull request 'First commit' (#1) from initial-commit into main
Reviewed-on: sparticus/join.resist.is#1
2025-03-31 00:34:47 +00:00
255bef4afb First commit 2025-03-30 20:23:03 -04:00
6ae29869a5 Initial commit 2025-03-31 00:08:23 +00:00