Go to file
Simon Vieille 943ae7b63e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful
fix(content): fix nbsp twig filter
2023-01-16 00:04:39 +01:00
assets feat(card): add zoom on card hovering 2023-01-15 15:39:51 +01:00
bin init murph 2021-03-24 19:10:26 +01:00
config update murph 2022-11-19 20:42:30 +01: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 fix(content): fix nbsp twig filter 2023-01-16 00:04:39 +01:00
templates add posst card image 2023-01-06 13:14:42 +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 update editorjs link block 2022-03-27 16:44:15 +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 ci: update deployment 2022-12-29 19:20:45 +01:00
.php-version add post follow 2022-02-06 19:36:10 +01:00
.woodpecker.yml feat(build): optimize build 2023-01-15 17:28:12 +01:00
composer.json feat(vendor): upgrade murph 2023-01-14 13:00:39 +01:00
Makefile update makefile 2022-09-11 20:33:13 +02:00
package.json use local path for webpack 2022-12-28 12:58:58 +01: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 [wip] add typography 2022-09-25 20:43:24 +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