Go to file
Simon Vieille 6048742af4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
add base of docker
2023-02-12 21:29:16 +01:00
assets update colors 2023-01-18 19:26:36 +01:00
bin init murph 2021-03-24 19:10:26 +01:00
config update murph 2022-11-19 20:42:30 +01:00
docker/nginx add base of docker 2023-02-12 21:29:16 +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 change the date format 2023-02-06 13:48:55 +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 add base of docker 2023-02-12 21:29:16 +01: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 change the date format 2023-02-06 13:48:55 +01:00
docker-compose.yml add base of docker 2023-02-12 21:29:16 +01:00
Dockerfile add base of docker 2023-02-12 21:29:16 +01:00
entrypoint.sh add base of docker 2023-02-12 21:29:16 +01:00
Makefile add base of docker 2023-02-12 21:29:16 +01:00
package-lock.json add base of docker 2023-02-12 21:29:16 +01: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