Skip to content

jwblangley/custom-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Search

Custom, personalised search engine to redirect to your favourite sites.

How to use

  1. Fork this repository

  2. Make your changes to config.js

  3. Set up GitHub pages, using your default branch

  4. Set the GitHub pages link as your default search engine with the parameter ?q=%s, for example in Google Chrome

  5. Enjoy!

Development

Development of this repository is very simple. Simply open index.html in your web browser during development! If you want a slightly more production experience, you can try npx serve . if you have npx installed.

Formatting

Please make use of the prettier code formatter with the .prettierrc configuration provided.

npx prettier --write .