From 6dbdf013628321f9996efe4a90eaa03b8a8875a4 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 20 Jun 2017 19:03:17 +0200 Subject: Fork of wiki.neodarz.net --- source/notes/2017-03-22-htmly.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 source/notes/2017-03-22-htmly.md (limited to 'source/notes/2017-03-22-htmly.md') diff --git a/source/notes/2017-03-22-htmly.md b/source/notes/2017-03-22-htmly.md new file mode 100644 index 00000000..a1e3e78f --- /dev/null +++ b/source/notes/2017-03-22-htmly.md @@ -0,0 +1,15 @@ +--- +title: "htmly" +date: 2017-03-22T09:14:00 +date_display: Mar 22, 2017 +--- + +# Installation d'un site htmly déjà existant + +Mettre à jour les urls des pages web : + +```sh +find . -type f -print0 | xargs -0 sed -i 's/tilima.neodarz.net/tilima.dom/g' +``` + +Penser à re-cloner le thème si celui vient d'un autre repo git. -- cgit v1.2.1