# polybar.github.io **Repository Path**: mirrors_debian/polybar.github.io ## Basic Information - **Project Name**: polybar.github.io - **Description**: The official polybar homepage - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # polybar.github.io This repository contains the source for the official polybar web page. ## Preview Locally Install ruby `bundler` ```console $ gem install bundler ``` Install all dependencies for this page by running the following command inside the repo: ```console $ bundle install ``` Run the site locally: ```console $ bundle exec jekyll serve ``` It should now be available at http://localhost:4000 and automatically update on each file change. ## License Licensed under the MIT license. See [LICENSE](https://github.com/polybar/polybar.github.io/blob/master/LICENSE) for more information.