- Removed existing HTML files and replaced them with Jekyll-compatible markdown files for better maintainability.
- Added Jekyll configuration files, including `_config.yml`, `Gemfile`, and GitHub Actions workflow for deployment.
- Created a new navigation structure using YAML for easier management of links.
- Implemented a footer and header include files to standardize layout across pages.
- Added 404 error page for better user experience.
- Updated installation instructions and project information in the new markdown files.
- Removed old SVG logo and replaced it with a new structure for assets.
- Ensured all pages are responsive and styled using Bootstrap.
- Added contact information and contributors section to README.md.
- Removed scripts.js from about.html and index.html for cleaner loading.
- Added a new "Drivers" page with driver repository information.
- Updated navigation links in index.html and about.html to reflect new structure.
- Created a new wiki.html page with installation instructions for XLibre on major distributions.
- Consolidated contact and contribution information into footers across multiple pages.
- Created index.html with basic layout and content for XLibre X Server.
- Added XLibre logo SVG (XLibre-Logo.svg) and inclusion SVG (XLibre-inclusion.svg) to the img directory.
- Included Bootstrap CSS and JS for styling and functionality.
- Added JavaScript file (scripts.js) for future interactivity.