diff options
Diffstat (limited to 'source/notes/2017-03-22-htmly.md')
-rw-r--r-- | source/notes/2017-03-22-htmly.md | 15 |
1 files changed, 15 insertions, 0 deletions
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. |