Go to file
Simon Vieille a1d889e7df
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful
add inline forms
2023-04-14 11:31:13 +02:00
assets update css for link 2023-02-19 19:04:38 +01:00
bin init murph 2021-03-24 19:10:26 +01:00
config allow webp 2023-04-02 18:52:25 +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 add inline forms 2023-04-14 11:31:13 +02:00
templates update og image for quick post 2023-02-19 19:25:14 +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 deploy 2023-01-22 01:54:33 +01:00
.php-version add post follow 2022-02-06 19:36:10 +01:00
.woodpecker.yml fix(ci): usage of node:16-alpine 2023-01-22 00:59:28 +01:00
composer.json update murph 2023-04-14 11:31:06 +02:00
Makefile update makefile 2022-09-11 20:33:13 +02:00
package-lock.json update murph 2023-04-14 11:31:06 +02:00
package.json remove flatpickr 2023-01-22 00:02:37 +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 remove flatpickr 2023-01-22 00:02:37 +01: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