sites/werc.cat-v.org/apps/duckduckgo/index.md: fix markdown display formatting for example commands.
This commit is contained in:
parent
bd3a44e426
commit
768e65bbc1
1 changed files with 4 additions and 4 deletions
|
|
@ -13,17 +13,17 @@ Configuration
|
||||||
|
|
||||||
First, create the search path and the _werc directory under it:
|
First, create the search path and the _werc directory under it:
|
||||||
|
|
||||||
; mkdir -p /www/werc/sites/MYSITE/_search/_werc/
|
mkdir -p /www/werc/sites/MYSITE/_search/_werc/
|
||||||
|
|
||||||
Then, enable the duckduckgo app in that directory:
|
Then, enable the duckduckgo app in that directory:
|
||||||
|
|
||||||
echo 'conf_enable_duckduckgo' > /www/werc/sites/MYSITE/_search/_werc/config
|
echo 'conf_enable_duckduckgo' > /www/werc/sites/MYSITE/_search/_werc/config
|
||||||
|
|
||||||
Next, deploy the search form somewhere on your site. This example puts
|
Next, deploy the search form somewhere on your site. This example puts
|
||||||
it in your footer:
|
it in your footer:
|
||||||
|
|
||||||
mkdir -p /www/werc/sites/MYSITE/_werc/lib/
|
mkdir -p /www/werc/sites/MYSITE/_werc/lib/
|
||||||
cp /www/werc/apps/search/footer.inc.sample /www/werc/sites/MYSITE/_werc/lib/footer.inc
|
cp /www/werc/apps/search/footer.inc.sample /www/werc/sites/MYSITE/_werc/lib/footer.inc
|
||||||
|
|
||||||
Demo
|
Demo
|
||||||
----
|
----
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue