1 Commits

Author SHA1 Message Date
oiseauroch
71f8d78b91 fichier de test 2024-07-07 18:56:30 +02:00
3 changed files with 1 additions and 10 deletions

2
.gitignore vendored
View File

@@ -1,2 +0,0 @@
update.log
*.update

View File

@@ -0,0 +1 @@
hello toto

View File

@@ -1,8 +0,0 @@
#!/bin/ash
cd /websites/piquemouche
date >> update.log
git fetch >> update.log
git restore . >> update.log
git merge origin/master >> update.log
sed -i 's#class="align-left">www.piquemouche.fr<br>#><a href="https://piquemouche.fr">piquemouche.fr</a>#g' *.html >> update.log
echo '.footer__copyright ul{margin-left:2rem}.footer__copyright{text-transform:none!important;display:flex;flex-direction:row;justify-content:space-around}.footer__copyright>p{display:none}.footer__copyright ul>li{list-style:none}.footer__copyright ul>li:first-child{font-size:1.5em;font-weight:700}.footer__copyright{margin-left:10%;margin-right:10%}body{background: #FFF8D6;}' >> assets/css/style.css