• PHP 47.2%
  • JavaScript 23.9%
  • Twig 21.5%
  • SCSS 6.6%
  • Shell 0.6%
  • Other 0.2%
Find a file
Simon Vieille 2cda2950ee
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/manual/build Pipeline was successful
ci/woodpecker/deployment/deploy Pipeline was successful
update dependencies
2025-04-22 14:16:21 +02:00
.woodpecker fix ci 2025-02-24 11:47:33 +01:00
assets apply linter 2024-09-02 21:33:32 +02:00
bin replace stop action in messenger 2023-10-18 22:48:00 +02:00
config change markdown editor 2024-05-13 21:01:11 +02:00
migrations backports murph-skeleton 2022-02-14 19:00:09 +01:00
public upgrade murph 2022-05-08 16:47:18 +02:00
src app:ly lint (php) 2025-02-24 11:40:17 +01:00
templates fix mesh cards 2025-02-24 11:44:03 +01:00
tests init murph 2021-03-24 19:10:26 +01:00
translations init murph 2021-03-24 19:10:26 +01:00
.env use messenger to push influxdb stats 2023-09-23 00:03:48 +02:00
.env.test init murph 2021-03-24 19:10:26 +01:00
.eslintrc.json backports murph-skeleton 2021-06-15 14:26:28 +02:00
.gitignore update gitignore 2022-05-08 16:47:32 +02:00
.mage.yml.dist fix deploy step 2023-12-06 21:44:18 +01:00
.novops.yml add novops conf 2023-12-06 19:38:45 +01:00
.php-version add post follow 2022-02-06 19:36:10 +01:00
composer.json use messenger to push influxdb stats 2023-09-23 00:03:48 +02:00
Makefile update favicon 2023-05-11 14:46:15 +02:00
package.json update dependencies 2025-04-22 14:16:21 +02:00
phpunit.xml.dist init murph 2021-03-24 19:10:26 +01:00
postcss.config.js [wip] add tailwind 2022-09-25 18:06:39 +02:00
README.md update editorjs link block 2022-03-27 16:44:15 +02:00
symfony.lock backports murph-skeleton 2022-02-25 15:16:29 +01:00
tailwind.config.js update breakpoints 2023-01-06 09:18:19 +01:00
webpack.config.js feat(build): optimize build 2023-01-15 17:37:26 +01:00
yarn.lock update dependencies 2025-04-22 14:16:21 +02:00

deblan-io

git clone git@gitnet.fr:deblan/deblan.io-murph.git blog
cd blog
cp .env .env.local
vim .env.local
composer install
yarn
cd assets/fonts/deblan/
svg2ttf src/deblan-icon.svg deblan-icon.ttf
ttf2woff deblan-icon.ttf deblan-icon.woff
cat deblan-icon.ttf | ttf2woff2 > deblan-icon.woff2
ttf2eot deblan-icon.ttf deblan-icon.eot
cd -
make