Go to file
Kumi 621022dfb8
feat: add homepage and improve markdown processing
- Added an index route and template for the homepage
- Moved to a custom markdown processor to handle relative URLs
- Enhanced CSS for better layout structure and styling
- Improved the directory listing logic to support path filtering
- Updated endpoint to serve raw files from main branch
- Added comprehensive documentation strings to Git class methods

These changes improve user navigation and content display across the application.
2024-06-19 08:31:07 +02:00
src/gitcloak feat: add homepage and improve markdown processing 2024-06-19 08:31:07 +02:00
.gitignore feat: add initial project setup with Flask and Git integration 2024-06-18 17:00:05 +02:00
LICENSE feat: add initial project setup with Flask and Git integration 2024-06-18 17:00:05 +02:00
pyproject.toml feat: enhance file decoding and UI improvements 2024-06-18 18:40:53 +02:00
README.md feat: add initial project setup with Flask and Git integration 2024-06-18 17:00:05 +02:00
test.py feat: add homepage and improve markdown processing 2024-06-19 08:31:07 +02:00