bryancall opened a new pull request, #12:
URL: https://github.com/apache/trafficserver-site/pull/12

   ## Summary
   
   This PR replaces the old website with a modern, responsive design using 
Tailwind CSS.
   
   ## Key Changes
   
   ### New Site Structure
   - **Config-driven generation**: Edit `source/versions.json` to update 
version numbers and news
   - **Templates**: HTML templates in `source/templates/` with placeholders
   - **Simple build**: Run `cd source && python3 generate.py` to regenerate
   
   ### Design Updates
   - Modern Tailwind CSS design with responsive navigation
   - Mobile-first approach with hamburger menu
   - Updated CMake build commands (ATS 10+)
   - Removed outdated blog/wiki links
   - Updated Twitter → X branding
   - Hero section mentions terabits/sec scale
   
   ### Releasing a New Version
   1. Edit `source/versions.json` with new version info
   2. Run `python3 generate.py`
   3. Commit and push
   
   ### Files
   - `source/versions.json` - Version numbers, dates, and news items
   - `source/templates/*.template.html` - HTML templates
   - `source/generate.py` - Site generator script
   - `content/` - Generated HTML output


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to