aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-03-01 01:25:55 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2025-06-15 01:30:21 +0200
commit15a0beed6845bf8d6fe31ecc655c7d06ba95eb70 (patch)
treef4a1eb274e905ff4ef317196b211e1de92db8335 /README
parent2733428c5d1098ac64786865de92beaa19bace6b (diff)
downloadhaunt-blog-15a0beed6845bf8d6fe31ecc655c7d06ba95eb70.tar.gz
haunt-blog-15a0beed6845bf8d6fe31ecc655c7d06ba95eb70.tar.bz2
haunt-blog-15a0beed6845bf8d6fe31ecc655c7d06ba95eb70.zip
Remove fix-dates.sh manual process.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 0 insertions, 10 deletions
diff --git a/README b/README
index 344c4b8..4c54ecb 100644
--- a/README
+++ b/README
@@ -18,16 +18,6 @@ Then you need to run run 'make markdown' to download all the blog
posts in wordpress/articles and convert them to markdown (and store
them in markdown/).
-At this point the dates inside the file need to be fixed because at
-the time of writing haunt doesn't support the same date format than
-WordPress yet.
-
-Since the dates are again untrusted data, a human needs to review them
-with the './fix-dates.sh preview markdown/*' command.
-
-If no strange data was found they then need to be converted with
-'./fix-dates.sh fix markdown/*'.
-
At this stage the website is then ready to used with haunt. You can
then build it with 'make build' or 'make serve'.