aboutsummaryrefslogtreecommitdiffstats
path: root/static
Commit message (Collapse)AuthorAgeFilesLines
* top bar: make blog link look like it's been selected.Denis 'GNUtoo' Carikli2025-06-151-0/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* CSS: remove unused searchform.Denis 'GNUtoo' Carikli2025-06-151-32/+0
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Add search page with instruction on how to search.Denis 'GNUtoo' Carikli2025-06-151-0/+9
| | | | | | | | | | | | | 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 <GNUtoo@cyberdimension.org>
* Add Replicant banner.Denis 'GNUtoo' Carikli2025-06-151-2/+2
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* twentyeleven CSS: remove comment form related CSS.Denis 'GNUtoo' Carikli2025-06-151-166/+0
| | | | | | | | The haunt generated blog doesn't have the ability to comment directly within the blog and for now having the ability to comment through the mailing list is probably easier to implement. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* twentyeleven CSS: remove error404 related CSS.Denis 'GNUtoo' Carikli2025-06-151-51/+0
| | | | | | | The haunt generated blog doesn't have a specific 404 error file that works with the twentyeleven CSS. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* twentyeleven CSS: remove sections for Internet Explorer.Denis 'GNUtoo' Carikli2025-06-151-34/+0
| | | | | | | | | | | This CSS should be simplified, and starting to remove parts that are not used or with marginal use makes sense. People stuck on old Windows or Mac OS versions can probably use old versions of free software browsers instead, or browser like K-Meleon which look free software. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* CSS: Separate title from subsections.Denis 'GNUtoo' Carikli2025-06-151-0/+7
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* CSS: Improve sections separation.Denis 'GNUtoo' Carikli2025-06-151-0/+10
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Use white background like on blog.replicant.us.Denis 'GNUtoo' Carikli2024-01-091-3/+0
| | | | | | | We want to have a look that is somewhat similar to what is already on the git.replicant.us blog, and that blog has white background. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Start adding top bar.Denis 'GNUtoo' Carikli2024-01-091-0/+2859
The twentyeleven-style-20231107.css file was downloaded from the blog.replicant.us web page. As for website/builders/replicant-blog.scm, it is based on work I made for GNU Boot. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>