Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaloslazo/habu
π¨ Habu it's a minimalistic startpage made with the essence of neovim dashboard with the catppuccin mocha palette. Fully customizable and easy to setup.
https://github.com/kaloslazo/habu
catppuccin-theme chrome css dashboard firefox firefox-theme firefox-tweaks homepage newtab open-source self-hosted startpage startup-page tab tailwind userchrome
Last synced: 1 day ago
JSON representation
π¨ Habu it's a minimalistic startpage made with the essence of neovim dashboard with the catppuccin mocha palette. Fully customizable and easy to setup.
- Host: GitHub
- URL: https://github.com/kaloslazo/habu
- Owner: kaloslazo
- License: mit
- Created: 2024-03-03T03:39:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T23:44:01.000Z (4 months ago)
- Last Synced: 2024-07-27T00:36:42.451Z (4 months ago)
- Topics: catppuccin-theme, chrome, css, dashboard, firefox, firefox-theme, firefox-tweaks, homepage, newtab, open-source, self-hosted, startpage, startup-page, tab, tailwind, userchrome
- Language: CSS
- Homepage: https://habu.netlify.app/
- Size: 727 KB
- Stars: 84
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![banner habu](docs/videos/bannerHabu.gif)
Experience the minimalist design of Neovim's based dashboard & Catppuccin Mocha palette in your browser with Habu. Simple to set up and fully customizable. π Take a look at this productive space with this [demo page](https://habu.netlify.app/), currently hosted on [Netlify](https://app.netlify.com/).
## βοΈ Development
If you're planning to improve or delete features you must look at the following guide that explains you how to get started.
1. Install packages, this starter page was created using Tailwindcss and custom plugins for catppuccin palette, so you must install it, do `npm install`.
2. After dependencies are installed, you can run the script defined in the package.json as `habu:build_tailwind`. This will refresh in real times your changes using a web server.
3. If you're done, just upload the `app` folder to your hosting or create a image container.> β οΈ _For custom data you must modify the json files at app/db with your own information. The application made a get request to Open-Meteo, a free weather API, thanks to the team for the free access!_
## π Docker Selfhost
Selfhosted means that you're gonna run this website in your own computer, no external server needed. To start you must check the following steps. We're gonna use docker. By this method we will not have cors problems.
1. Install docker, check de [official documentation](https://docs.docker.com/get-docker/).
2. Run the build for the container (.dockerfile) with the following command `docker build -t app .`.
3. After image it's created map a port for running as background with `docker run -d -p 8080:80 --restart=always app`.If you followed the steps your site must be running at `http://localhost:8080/` (_if you change the port in the step [3] change 8080 for your desired port_). If in the process you got an error or something work unexpected, please submit a PR.
> β οΈ _If problems of daemon appears, please run as a superuser. If you're using firefox maybe this [extension](https://addons.mozilla.org/es/firefox/addon/custom-new-tab-page/) will interest you._
## π License
Released under [MIT](./LICENSE) License. Developed by [Kalos Lazo](https://www.github.com/kaloslazo) from PerΓΊ. If you're interested in contributing, feel free to fork this repository, make your changes and submit a pull request!
- Under the terms of this license you are permitted to:
- **Modify**: You can alter, transform, or build upon this work.
- **Reuse**: You can use the content for personal or commercial purposes.
- On the other hand, under this license you are required to:
- **Include the original license**: A copy of the original MIT license must be included with any substantial portions of this software.
- **Attribute the work**: If you use parts of this source code, an acknowledgment in the form of a link back to this repository is appreciated but not required.