This my open source website: https://didierlopes.com/
![Screenshot 2025-01-04 at 1 33 51 PM](https://private-user-images.githubusercontent.com/25267873/400158393-f1f669f5-558c-4a73-a9a0-17a90b4c528a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTg3NjIsIm5iZiI6MTczODk1ODQ2MiwicGF0aCI6Ii8yNTI2Nzg3My80MDAxNTgzOTMtZjFmNjY5ZjUtNTU4Yy00YTczLWE5YTAtMTdhOTBiNGM1MjhhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIwMDEwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNkNTJlN2IxZjA4ZjFlNGVlMzEwYmZiNjMyNDAzMzhiNGRlNzZhN2IyZDI0MTk5YjI1YjA4YThhM2M5M2FlYzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.GJPnfelcN7lFsfYXD2FyGgSBhppkzBOhK2ZRirgei1g)
This website is built using Docusaurus 2, a modern static website generator.
$ yarn
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
Using SSH:
$ USE_SSH=true yarn deploy
Not using SSH:
$ GIT_USER=<Your GitHub username> yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages
branch.