aboutsummaryrefslogtreecommitdiff
path: root/source/notes/2017-03-22-htmly.md
blob: a1e3e78fb8621cb6c724e92cc5b00060dba1f122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.