Go to file
Simon Vieille e1d6c4d79f
update gitignore
2022-05-08 16:47:32 +02:00
assets update mobile view 2022-04-30 12:50:37 +02:00
bin init murph 2021-03-24 19:10:26 +01:00
config add projects 2022-04-05 12:05:06 +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 change method name 2022-04-25 16:36:25 +02:00
templates update navigation view 2022-05-06 16:25:03 +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 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
.php-version add post follow 2022-02-06 19:36:10 +01:00
Makefile update mage conf 2022-04-25 11:36:32 +02:00
README.md update editorjs link block 2022-03-27 16:44:15 +02:00
composer.json update murph and add avatar 2022-03-18 15:03:37 +01:00
package.json upgrade murph/murph-core 2022-03-22 15:09:29 +01:00
phpunit.xml.dist init murph 2021-03-24 19:10:26 +01:00
symfony.lock backports murph-skeleton 2022-02-25 15:16:29 +01:00
webpack.config.js add stl mesh 2021-07-09 23:42:38 +02:00
yarn.lock upgrade murph 2022-05-08 16:45:21 +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