Skip to content

ArnaudLigny/arnaudligny.fr

Repository files navigation

arnaudligny.fr

Source of arnaudligny.fr, generated by Cecil, automatically built and deployed with Netlify.

Netlify Status

Build and serve locally

curl -SOL https://cecil.app/cecil.phar
php cecil.phar serve

Serve without serviceworker nor images optimizations:

php cecil.phar serve --config=config/dev.yml

Preview online

preview.arnaudligny.fr

HTML code analysis

npm install htmlhint -g
htmlhint _site

Navigation test (Cypress)

export CYPRESS_RECORD_KEY="<record_key>"
npm run ci:record

Deploy with Netlify CLI

cd _site
npm install netlify-cli -g
netlify init
netlify deploy

License

Source code is provided under the MIT License and content under the CC BY-SA 4.0.