- Add simplified deployment workflow (deploy-simple.yml)
- Create detailed deployment guide with manual instructions
- Include automated deployment script
- Update project documentation
This provides both automated and manual deployment options
for the Jekyll site to web.resist.is
- 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
- 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.