deblan.io-murph/README.md

19 lines
361 B
Markdown
Raw Permalink Normal View History

2021-06-05 18:55:06 +02:00
deblan-io
=========
```
2022-03-27 16:44:15 +02:00
git clone git@gitnet.fr:deblan/deblan.io-murph.git blog
cd blog
cp .env .env.local
vim .env.local
composer install
yarn
2021-06-05 18:55:06 +02:00
cd assets/fonts/deblan/
svg2ttf src/deblan-icon.svg deblan-icon.ttf
ttf2woff deblan-icon.ttf deblan-icon.woff
2021-11-08 11:29:06 +01:00
cat deblan-icon.ttf | ttf2woff2 > deblan-icon.woff2
2021-06-05 18:55:06 +02:00
ttf2eot deblan-icon.ttf deblan-icon.eot
2022-03-27 16:44:15 +02:00
cd -
make
2021-06-05 18:55:06 +02:00
```