Go to file
Simon Vieille 86558dc76d
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/deployment/deploy Pipeline failed Details
Merge branch 'feature/vault' into develop
2023-12-06 20:24:14 +01:00
.woodpecker update ci config 2023-12-06 20:20:10 +01:00
assets add deprecated post feature 2023-09-10 22:49:31 +02:00
bin replace stop action in messenger 2023-10-18 22:48:00 +02:00
config use messenger to push influxdb stats 2023-09-23 00:03:48 +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 refactoring 2023-09-28 21:29:51 +02:00
templates fix project template 2023-10-13 00:05:15 +02: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 add novops conf 2023-12-06 19:38:45 +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
Makefile update favicon 2023-05-11 14:46:15 +02:00
README.md update editorjs link block 2022-03-27 16:44:15 +02:00
composer.json use messenger to push influxdb stats 2023-09-23 00:03:48 +02:00
nohup.out use messenger to push influxdb stats 2023-09-23 00:03:48 +02:00
package-lock.json update dependencies 2023-04-17 13:39:51 +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
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 favicon 2023-05-11 14:46:15 +02:00

README.md

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