You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
assets | 2 months ago | |
bin | ||
config | 3 months ago | |
migrations | ||
public | 3 months ago | |
src | 3 months ago | |
templates | 3 weeks ago | |
tests | ||
translations | ||
.env | ||
.env.test | ||
.eslintrc.json | ||
.gitignore | 3 months ago | |
.php-version | ||
Makefile | 4 months ago | |
README.md | ||
composer.json | 3 months ago | |
package.json | ||
phpunit.xml.dist | ||
symfony.lock | ||
webpack.config.js | ||
yarn.lock | 3 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