aboutsummaryrefslogtreecommitdiff
path: root/source/notes/2017-03-22-htmly.md
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-06-20 19:03:17 +0200
committerneodarz <neodarz@neodarz.net>2017-06-20 19:03:17 +0200
commit6dbdf013628321f9996efe4a90eaa03b8a8875a4 (patch)
tree0d48ee911685c9170ee7750b5cc21e117918a5d5 /source/notes/2017-03-22-htmly.md
parente11b17c3265cca97b244fa368391cdfe8dd182f0 (diff)
downloadmy_new_personal_website-6dbdf013628321f9996efe4a90eaa03b8a8875a4.tar.xz
my_new_personal_website-6dbdf013628321f9996efe4a90eaa03b8a8875a4.zip
Fork of wiki.neodarz.net
Diffstat (limited to '')
-rw-r--r--source/notes/2017-03-22-htmly.md15
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.