Write your profile in Markdown and publish it on GitHub Page.
Make sure you have the current Node.js LTS release and npm installed.
npm install- Customize your profile/CV/resume at
profile/src/index.md. - Put your customized CSS in
profile/src/css/site.css.
npm run devLocal preview runs with Eleventy and watches Markdown/CSS changes.
npm run buildStatic website will be generated at ./docs.
npm run releaseStatic website will be generated in ./docs.
Push this project to your GitHub repo's master branch and set master branch /docs folder as the GitHub Page source.