From 1210904b52a02cdec4153bd744a6b14cd032e4b0 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 11 Apr 2024 00:23:43 +0200 Subject: Add search page with instruction on how to search. While the search could be implemented with things like Xapian which is available in most GNU/Linux distributions, not only this could be a lot of work, but it also makes the site not static anymore, which increase the attack surface of the server that runs the search. And finally it teach users the bad practice of relying on SAASS (service as a software substitute) or equivalent instead of doing the work themselves on their computers with the tools they want. Signed-off-by: Denis 'GNUtoo' Carikli --- static/twentyeleven-style-20231107.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static/twentyeleven-style-20231107.css') diff --git a/static/twentyeleven-style-20231107.css b/static/twentyeleven-style-20231107.css index 963160e..bd950bd 100644 --- a/static/twentyeleven-style-20231107.css +++ b/static/twentyeleven-style-20231107.css @@ -2620,3 +2620,12 @@ a.comment-reply-link > span { color: #666; } } + +/* Shell commands +----------------------------------------------- */ + +.command { + background: #000000; + border-color: #ffffff; + color: #00ff00 +} -- cgit v1.2.3