├── README.md ├── index.html ├── javascript.js └── style.css /README.md: -------------------------------------------------------------------------------- 1 | # Minimal-startpage 2 | 3 | Startpage with a minimal theme 4 | 5 | 6 | # Launch 7 | 8 | A startpage that supports commands. 9 | 10 | From [/r/startpages](https://www.reddit.com/r/startpages): 11 | 12 | > A startpage is the page you first see when you open your browser. A custom startpage may have links to your favourite sites and maybe a search box for your favourite search engine. 13 | 14 | ## Features 15 | 16 | - Generates searches from [Google](https://google.com/) or [DuckDuckGo](https://duckduckgo.com/) 17 | - Supports commands (see below for more details) 18 | 19 | 20 | ## Screenshot 21 | 22 |  23 | 24 | ## Commands 25 | 26 | The following is a list of all commands available for input into the search box, as well as their functions: 27 | 28 | - `[-?]` 29 | - go to the help menu with the list of all commands 30 |  31 | 32 | 33 | ## Fonts: 34 | The font used in this startpage: 35 | * [Ubuntu mono](https://www.fontsquirrel.com/fonts/ubuntu-mono) 36 | 37 | ## Usage 38 | 39 | Most browsers will require you to use extensions to set a custom startpage as your new tab page: 40 | 41 | - [New Tab Redirect](https://chrome.google.com/webstore/detail/new-tab-redirect/icpgjfneehieebagbmdbhnlpiopdcmna) for Chrome 42 | - [New Tab Override](https://addons.mozilla.org/en-US/firefox/addon/new-tab-override/) for Firefox 43 | - [Custom New Tab Page](https://addons.opera.com/en/extensions/details/custom-new-tab-page/) for Opera 44 | - Safari - set this startpage as your homepage in settings 45 | 46 | 47 | ## Credits 48 | 49 | Startpage by areking. 50 | [Other Startpages](https://areking.github.io/) 51 | 52 | ## License 53 | 54 | GNU GENERAL PUBLIC LICENSE 55 | 56 | You can do whatever you want with this. Enjoy! 57 | 58 | [Minimal-startpage](https://redd.it/5oqz0b) 59 | 60 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 |