Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/druxorey/startpage
A minimalist startpage designed for quick access to your favorite websites.
https://github.com/druxorey/startpage
startpage
Last synced: about 2 months ago
JSON representation
A minimalist startpage designed for quick access to your favorite websites.
- Host: GitHub
- URL: https://github.com/druxorey/startpage
- Owner: druxorey
- License: gpl-3.0
- Created: 2024-03-28T20:04:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T05:46:53.000Z (3 months ago)
- Last Synced: 2024-10-18T23:20:16.244Z (3 months ago)
- Topics: startpage
- Language: CSS
- Homepage: https://druxorey.github.io/startpage/
- Size: 7.43 MB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Startpage
A minimalist startpage designed for quick access to your favorite websites
![Startpage Screenshot](/resources/startpage-2024-10-08.gif)
This is my personalized startpage, designed to be my browser homepage. It includes quick links to my favorite websites, a search bar, and a minimalist layout.
## Repository Structure
- **resources**: This directory contains screenshots of the page.
- **scripts**: This directory contains the scripts used in the startpage.
- **static**: This directory contains the CSS and other files used in the startpage.## Contribute
If you want to make any change, follow these steps:
1. Open an issue to discuss the changes.
2. Fork this repository.
3. Create a new branch for your contribution: `git checkout -b your-branch-name`.
4. Make your changes.
5. Commit your changes, for example: `git commit -m 'fix: incorrect svg path'`.
6. Push your changes to your forked repository: `git push origin your-branch-name`.
7. Open a Pull Request in this repository and reference the original issue.## License
This project is licensed under the GPL-3.0 License. See the [LICENSE](LICENSE) file for more details.
## Credits
- Inspired from [Fxzii Startpage](https://github.com/Fxzzi/startpage).