Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/arnaudligny/arnaudligny.fr
- Owner: ArnaudLigny
- License: mit
- Created: 2014-02-03T22:47:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T01:40:47.000Z (6 days ago)
- Last Synced: 2024-11-02T02:18:38.673Z (6 days ago)
- Topics: cecil, netlify, static-site
- Language: Twig
- Homepage: https://arnaudligny.fr
- Size: 193 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).