forked from colin/resume
988 B
988 B
Resume Website
Local Development
To run the local development server:
- Navigate to the
docker/resumedirectory - Use the unified Caddy management script:
./caddy.sh start # Start the server ./caddy.sh stop # Stop the server ./caddy.sh restart # Restart the server ./caddy.sh status # Check server status - Open http://localhost:8080 in your browser
Important Notes
- Always use the
caddy.shscript to manage the server - Do not run Caddy directly from other directories
Content Security Policy (CSP)
When adding new scripts or styles, you need to update the CSP hashes:
- Make your changes to JS/CSS files
- Run the update script:
./update-csp-hashes.sh - Restart the server using
./caddy.sh restart
Tools
- CSV Viewer: A tool for viewing CSV data in tabular format
- Available at http://localhost:8080/one-pager-tools/csv-tool.html
- Simply paste CSV data to view it as a formatted table