Vercel-like style portfolio template for developers.
If you want to use the template as it is, you can :
- update files in
src/lib/datawith your data. - update
src/lib/index.scssfor custom styling. - update
static/favicon.icoto customize the tab's icon.
Feel free to explore and hack the template to your needs if you feel like it.
Before deploying to GitHub Pages:
- make sure to change the
baseparameter insvelte.config.js. - make sure to update the target branch of the
deploy.ymlfile, it is set to build frommasterbranch by default. - Allow
GitHub Pagesin your repo settings with correct permissions:- Permissions:
- go to your repo
Settings>Actions>General - in
Actions permissions: checkAllow all actions and reusable workflows
- go to your repo
- Pages:
- go to your repo's
Settings>Pages - in Source section, select
Deploy from a branch. - in Branch section, select
gh-pagesand/ (root)and click on save
- go to your repo's
- Permissions:
if you did all the above CORRECTLY, and no workflow was launched, try to push another commit (maybe an empty one), otherwise you can create an issue and link your repo.
- Svelte no longer support
node 14, use a newer version instead.