jlaura / homepage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Originally forked from Minimum Viable Startpage

Screenshot

What is a startpage?

A startpage is a small custom webpage that replaces the new tab page of your browser. It's usually done for the sake of aesthetics or to raise the efficiency of your day-to-day work with the Internet. (But mostly for aesthetics)

Shortcuts

MVS supports keyboard shortcuts, so you don't even have to use the mouse to get anywhere! By default shortcuts come in the Tab+KEY format. Tab in this case is the shortcut starter which tells the page to start listening for shortcuts. KEY is the actual shortcut unique to each item on the page. Both parts of a keyboard shortcut are customizable.

Forgot which key led to which page? Simply pressing Tab will briefly flash all the shortcuts next to their relevant links.

Customization

To change the groups of links and keyboard shortcuts, change the MASTER_MAP object inside script.js. The syntax should be extremely intuitive.

Installation

To install this startpage and use it on your local machine, simply clone the repository and set your browser's new tab URL to the index.html filepath.

(Note: Your browser may not support changing new tab's URL natively. I use New Tab Redirect extension for Chrome.)

Credits

License

Distributed under the MIT license. See LICENSE for details.

About

License:MIT License


Languages

Language:JavaScript 57.8%Language:CSS 37.5%Language:HTML 4.7%