xserver/website
xgui4 026a6e0c5f Refactor website to use Jekyll for static site generation
- 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.
2025-07-03 18:53:35 -04:00
..
.github/workflows Refactor website to use Jekyll for static site generation 2025-07-03 18:53:35 -04:00
_data Refactor website to use Jekyll for static site generation 2025-07-03 18:53:35 -04:00
_includes Refactor website to use Jekyll for static site generation 2025-07-03 18:53:35 -04:00
_layouts Refactor website to use Jekyll for static site generation 2025-07-03 18:53:35 -04:00
.gitignore Refactor website to use Jekyll for static site generation 2025-07-03 18:53:35 -04:00
404.html Refactor website to use Jekyll for static site generation 2025-07-03 18:53:35 -04:00
Gemfile Refactor website to use Jekyll for static site generation 2025-07-03 18:53:35 -04:00
LICENSE Add initial website structure and assets 2025-06-25 19:36:05 -04:00
README.md Refactor website to use Jekyll for static site generation 2025-07-03 18:53:35 -04:00
_config.yml Refactor website to use Jekyll for static site generation 2025-07-03 18:53:35 -04:00
about.md Refactor website to use Jekyll for static site generation 2025-07-03 18:53:35 -04:00
download.md Refactor website to use Jekyll for static site generation 2025-07-03 18:53:35 -04:00
faq.md Refactor website to use Jekyll for static site generation 2025-07-03 18:53:35 -04:00
index.md Refactor website to use Jekyll for static site generation 2025-07-03 18:53:35 -04:00
wiki.html Refactor website to use Jekyll for static site generation 2025-07-03 18:53:35 -04:00

x11libre-website

A website for the X11Libre (A fork of Xorg XServer) project by @metux and open source contributors

About

This is the website for the X11Libre project is an Free/Libre and Open Source (FLOSS) project focused on providing a modern, libre implementation of the X11 protocol and related tools.

Features

  • HTML, Markdown and CSS
  • TailwandCSS
  • Jekyll
  • Github Pages
  • No cookie, no tracking
  • 100% Static (No dynamic or server related function)
  • Work without CSS, JavaSript
  • Mobile Friendly (adaptive)
  • Accessible

Run / Debug the website


bundle exec jekyll serve # on the root of the project

License

This project is licensed under the MIT License.

Contact

For questions or contributions, please open an issue or contact @metux.

Made by @xgui4 and @ChocodeerZyNX and @yusi1 and also infor and codes from x11libre.net