2
1
Fork 0
Official documentation for quickshell
Find a file
2024-07-23 22:21:02 -07:00
assets/css style: unset sidebar width 2024-07-14 20:40:21 -07:00
content intro: fix variants linking to localhost 2024-07-06 11:55:57 -07:00
data misc: add matrix to navbar and change icons 2024-04-01 22:29:23 -07:00
layouts template: fix module page headers 2024-07-23 22:21:02 -07:00
themes initial commit 2024-02-12 04:07:01 -08:00
typegen typegen: detect flags in enum namespaces 2024-07-23 22:08:20 -07:00
types typegen: add qint64 and quint64 2024-07-21 16:01:45 -07:00
.gitignore build: add nix package 2024-03-09 06:28:20 -08:00
.gitmodules initial commit 2024-02-12 04:07:01 -08:00
default.nix build: add nix package 2024-03-09 06:28:20 -08:00
flake.lock nix: update lockfile 2024-07-23 22:14:00 -07:00
flake.nix build: add nix package 2024-03-09 06:28:20 -08:00
hugo.toml misc: add matrix to navbar and change icons 2024-04-01 22:29:23 -07:00
Justfile build: add notifications service 2024-07-12 00:52:38 -07:00
package.nix build: add nix package 2024-03-09 06:28:20 -08:00
README.md readme: mention hosted docs 2024-03-11 05:44:25 -07:00
shell.nix initial commit 2024-02-12 04:07:01 -08:00

quickshell-docs

Documentation for quickshell.

Hosted version at quickshell.outfoxxed.me.

Building the documentation

The docs depend on:

  • just
  • hugo
  • rust

To build the documentation you must be in a subdirectory of the main quickshell repo, which is where the submodule clones this repo.

Run the following command to build and serve the docs locally:

$ just serve