qtile.org

Qtile website

Vocab

Dependencies

Setting up qtile.org locally

Commands for making changes to qtile.org

Commands Description
hugo Publish / generate the qtile.org website files. Run this after making any content or theme changes. This will generate the files necessary in /public directory. If this is the first time running the command, it will create the /public directory.
hugo server or hugo server --disableFastRender Live server for hotloading after any changes to the site contents.
npm run build-qtail Generates the new style.css using tailwindcss cli after any css change
npm run watch-qtail Generates style.css and hotreloads style.css based on every change