Cyre / startpage

a simple and customisable startpage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

startpage

example screenshot (150418) example screenshot expanded (150418)


Usage

The easiest way to make changes is by editing config.json and index.html.


###### JSON | attribute | if true | | ------------ | :--------------------------------------------------: | | borders | enables borders on top and bottom | | simplesearch | only use Google for searching (removes search prefix)| | alwaysopen | makes all squares open on load | | mascot | enables image in the bottom right hand corner |

The other attributes should explain themselves.


###### HTML To add/remove a square just add/remove a _div .sqr_ within _div #cell_.
Keep the structure like this: ``` ```
###### advanced search ``` -g Google -a DuckDuckGo -d danbooru -y YouTube -n niconicodouga -p pixiv ``` The following example will search for _github_ using _Google_.
-g github
For danbooru, use underscores (_) for tags with more than one word and separate multiple tags with space (e.g.: school_uniform 1girl).

About

a simple and customisable startpage


Languages

Language:JavaScript 65.2%Language:HTML 25.9%Language:CSS 8.9%