| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There is still many things to do before we could replace the WordPress
blog with Haunt. For instance we didn't import the WordPress comments
yet, and viewers also don't have any way of commenting. We also need
to add a Replicant logo, and probably improve a bit the code and
documentation.
Because of all that, and also because working directly on markdown
files with git makes the work faster, easier, and easier to review,
having a way to add back markdown files inside WordPress is a good
idea.
Some markdown plugins for WordPress do exist but it was probably
faster to write some scripts to generate HTML that WordPress can
accept than reviewing these plugins for licensing and suitability.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
Without that fix, the IceCat top bar shows the following text:
"Replicant status and report of the 37C3 and FOSDEM 2024
conferences. ? Replicant - GNU IceCat".
This fix makes sure a dash ('-') is displayed instead of the question
mark('?').
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
| |
Some variables were named after the default haunt theme (ugly) or a
static blog generator used by GNU Boot (untitled).
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
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>
|