Skip to content

i3/i3.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

63b15a3 · Mar 19, 2025
Mar 9, 2025
Dec 8, 2020
Aug 14, 2024
Jul 22, 2011
Sep 10, 2021
Nov 25, 2021
Mar 9, 2025
Nov 6, 2024
Jul 22, 2011
Dec 8, 2020
Mar 16, 2024
Aug 19, 2024
Aug 5, 2024
Dec 8, 2020
Jan 15, 2023
Jul 22, 2011
Jun 16, 2014
Nov 15, 2020
Mar 19, 2025
Dec 8, 2020
Dec 8, 2020
Dec 8, 2020
Sep 23, 2014
Jul 22, 2011
Dec 8, 2020
Nov 6, 2024
Jul 22, 2011
Jul 22, 2011
Jul 23, 2011

Repository files navigation

Logo i3wm.org: The website for the i3 tiling window manager

Status

This is the source code for the official i3 website: https://i3wm.org/.

Building

You will need Jekyll and AsciiDoc. First, generate the docs from the _docs folder with make -C _docs -j. Move the HTML files from _docs to docs (notice the underscore!): mv _docs/*.html docs/. Then, use jekyll build and you can finally serve the website locally with jekyll serve.

Contributing

Changes to the docs should happen first on the i3 source code repository, in the docs folder. So, for example, if you want to make changes to the userguide you will have to submit a pull request first to the i3 github repository and then (optionally, if your change should be applied immediately to the userguide) submit a PR in this repository as well.

Docs use the AsciiDoc format. Edit the file in _docs, then follow the building process above. When submitting a pull request, include both the changed files in _docs and the corresponding generated HTML files.