Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ArmoredVortex/Hexstart
Hexagons are the bestagons. A minimal browser startpage
https://github.com/ArmoredVortex/Hexstart
Last synced: 25 days ago
JSON representation
Hexagons are the bestagons. A minimal browser startpage
- Host: GitHub
- URL: https://github.com/ArmoredVortex/Hexstart
- Owner: ArmoredVortex
- License: mit
- Created: 2023-02-24T07:50:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T07:48:55.000Z (7 months ago)
- Last Synced: 2024-08-03T16:08:19.164Z (4 months ago)
- Language: HTML
- Homepage: https://armoredvortex.is-a.dev/Hexstart
- Size: 384 KB
- Stars: 16
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-startpage - Hexstart - Highly customisable minimal startpage with hexagonal tiles, hosted on Github Pages. (Projects / GitHub Pages)
README
# Editing Links
- Edit the `index.html` file and change the links/icons.
```html
```
- More icons? A different layout? Modify the number of rows and columns in the `style.css` file.
```css
.grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(2, 1fr);
}
```# Credits
Alexander Erlandsson
Hyperplexed