https://github.com/polybar/polybar.github.io
The official polybar homepage
https://github.com/polybar/polybar.github.io
hacktoberfest polybar
Last synced: about 1 year ago
JSON representation
The official polybar homepage
- Host: GitHub
- URL: https://github.com/polybar/polybar.github.io
- Owner: polybar
- License: mit
- Created: 2018-09-18T21:22:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T18:40:41.000Z (over 1 year ago)
- Last Synced: 2024-10-29T11:04:35.709Z (over 1 year ago)
- Topics: hacktoberfest, polybar
- Language: HTML
- Homepage: https://polybar.github.io
- Size: 3.96 MB
- Stars: 10
- Watchers: 5
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.