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.
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/deployment/woodpecker Pipeline was successful
Details
|
3 weeks ago | |
---|---|---|
assets | 1 month ago | |
bin | 2 years ago | |
config | 4 months ago | |
migrations | 1 year ago | |
public | 11 months ago | |
src | 3 weeks ago | |
templates | 1 month ago | |
tests | 2 years ago | |
translations | 2 years ago | |
.env | 1 year ago | |
.env.test | 2 years ago | |
.eslintrc.json | 2 years ago | |
.gitignore | 11 months ago | |
.mage.yml.dist | 2 months ago | |
.php-version | 1 year ago | |
.woodpecker.yml | 2 months ago | |
Makefile | 7 months ago | |
README.md | 1 year ago | |
composer.json | 2 months ago | |
package.json | 2 months ago | |
phpunit.xml.dist | 2 years ago | |
postcss.config.js | 6 months ago | |
symfony.lock | 1 year ago | |
tailwind.config.js | 3 months ago | |
webpack.config.js | 3 months ago | |
yarn.lock | 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