
A delightfully simple website and résumé generator for students, researchers, and engineers.
| Demo | Documentation | Videos |
|---|---|---|
| Example | Documentation | on YouTube |
Try editing _profile/profile_web.yml on CodeSandbox
gh-pages branch is generated via github actionsdeployment_platforms pushed by github actions can be used as production branch to deploy with netlify
profileio
├── _profile/
│ └── profile_web.yml
│ └── profile_resume.yml
│ └── images/ <- Place images here
│ └── files/ <- Place files here
│ └── *.md
├── ...
├── ...
Data from profile_web.yml will be used to generate website and profile_resume.yml will be used to generate pdf résumé.
<github username>.github.ioActions. After enabling, if you want them to run before make any changes to main repo of your branch, click Run workflow for Build and deployActions -> Build and deploy -> Run workflow -> Branch: main
_profile/ either using github IDE or by cloning your repository and pushing the changesgh-pages or gh-pages-mac as source for GitHub pagesYour repository -> settings -> GitHub pages -> Source
deployment_platforms as the production branch in netlify UI and build for the directory to publishbuild/ after building the projectshowResumeLink is set in profile_web.ymlgh-pages, gh-pages-mac branches_public/files/resume will be pushed to deployment_platformsgh-pagesgh-pages-macgh-pages-macgh-pages for the contents to be available under this branchdeployment_platformsmain branch with the exception of the compiled resume, which will be copied to _profile/files/resumemain will be made available for this branchIf you find any bugs or need a feature, please raise an issue, or submit a PR.
$ claude mcp add profileio \
-- python -m otcore.mcp_server <graph>