You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Simon Vieille 798b66c96c
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/deployment/woodpecker Pipeline was successful Details
fix constraints of file in project form
3 weeks ago
assets update css for link 1 month ago
bin init murph 2 years ago
config update murph 4 months ago
migrations backports murph-skeleton 1 year ago
public upgrade murph 11 months ago
src fix constraints of file in project form 3 weeks ago
templates update og image for quick post 1 month ago
tests init murph 2 years ago
translations init murph 2 years ago
.env update editorjs link block 1 year ago
.env.test init murph 2 years ago
.eslintrc.json backports murph-skeleton 2 years ago
.gitignore update gitignore 11 months ago
.mage.yml.dist deploy 2 months ago
.php-version add post follow 1 year ago
.woodpecker.yml fix(ci): usage of node:16-alpine 2 months ago
Makefile update makefile 7 months ago
README.md update editorjs link block 1 year ago
composer.json change the date format 2 months ago
package.json remove flatpickr 2 months ago
phpunit.xml.dist init murph 2 years ago
postcss.config.js [wip] add tailwind 6 months ago
symfony.lock backports murph-skeleton 1 year ago
tailwind.config.js update breakpoints 3 months ago
webpack.config.js feat(build): optimize build 3 months ago
yarn.lock remove flatpickr 2 months ago

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