Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Source code for arewewaylandyet.com, an opinionated Hugo site tracking Wayland readiness across Linux desktops.
Are we Wayland yet? is an open-source Hugo-powered status website that tracks how ready the Wayland display protocol is for daily desktop use across major Linux environments. It is the template source for https://arewewaylandyet.com, a site that gives an opinionated answer to the question of Wayland adoption.
The template is a static website built with Hugo 0.78 or higher. It takes Markdown content files as input and produces a static site that lists Wayland compositor and desktop environment support status. The repository lives on GitHub and is maintained by the user mpsq. The site explicitly labels its answer as opinionated, inviting discussion through issues or pull requests.
hugo server -D starts a live-reload development server accessible at http://localhost:1313.npm install, then hugo server -D to preview changes on a local server.The workflow is straightforward: clone the repository, install dependencies with npm install (yarn also works), then run hugo server -D to launch a development server at http://localhost:1313. For production, Hugo builds the static output, which can be deployed to any static hosting service.
Yes. The website at arewewaylandyet.com is publicly accessible, and the source code is hosted on GitHub as an open repository, so it can be freely viewed, copied, and modified under the terms of its license.
The site tracks whether Wayland is ready for desktop use, focusing on major environments like GNOME, KDE, and Sway. It covers wayland-compositor and wayland-protocol topics, indicating it evaluates compositor implementations and protocol support.
You can contribute by opening an issue or a pull request on the GitHub repository if you disagree with the content or believe something is missing. The site's maintainer explicitly invites this feedback.
You need Hugo 0.78+ and NodeJS 12 with npm or yarn. Clone the repository, install dependencies with npm install, then run hugo server -D and access the site at http://localhost:1313.
