Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arnaudligny/arnaudligny.fr

My professional profile page (and blog).
https://github.com/arnaudligny/arnaudligny.fr

cecil netlify static-site

Last synced: 2 days ago
JSON representation

My professional profile page (and blog).

Awesome Lists containing this project

README

        

# arnaudligny.fr

Source of [arnaudligny.fr](https://arnaudligny.fr), generated by [Cecil](https://cecil.app), automatically built and deployed with [Netlify](https://www.netlify.com).

[![Netlify Status](https://api.netlify.com/api/v1/badges/5df6352b-ec80-455f-a6d8-059c176675c4/deploy-status)](https://app.netlify.com/sites/arnaudligny/deploys)

## Build and serve locally

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

Serve without serviceworker nor images optimizations:

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

## Preview online

[preview.arnaudligny.fr](https://preview.arnaudligny.fr)

## HTML code analysis

```bash
npm install htmlhint -g
htmlhint _site
```

## Navigation test (Cypress)

```bash
export CYPRESS_RECORD_KEY=""
npm run ci:record
```

## Deploy with Netlify CLI

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

## License

Source code is provided under the [MIT License](LICENSE) and [content](content) under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).