adding nyxt and zola base
This commit is contained in:
parent
f7c0143e18
commit
240df1fa41
17 changed files with 8481 additions and 337 deletions
20
.config/nyxt/search-engines.lisp
Normal file
20
.config/nyxt/search-engines.lisp
Normal file
|
@ -0,0 +1,20 @@
|
|||
(in-package #:nyxt-user)
|
||||
|
||||
(define-configuration (buffer web-buffer)
|
||||
((search-engines (list (engines:google :shortcut "gmaps"
|
||||
:object :maps)
|
||||
(engines:wordnet :shortcut "wn"
|
||||
:show-word-frequencies t)
|
||||
(engines:google :shortcut "g"
|
||||
:safe-search nil)
|
||||
(engines:duckduckgo :theme :terminal
|
||||
:help-improve-duckduckgo nil
|
||||
:homepage-privacy-tips nil
|
||||
:privacy-newsletter nil
|
||||
:newsletter-reminders nil
|
||||
:install-reminders nil
|
||||
:install-duckduckgo nil)
|
||||
(engines:searx :base-search-url "https://search.tfcconnection.org/search?q=~a"
|
||||
:request-method :get
|
||||
:infinite-scroll t
|
||||
:query-title t)))))
|
Loading…
Add table
Add a link
Reference in a new issue