Skip to content

MMarochov/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Website (the responsive version)

This is my personal website, made with Svelte.

Dev notes

  • All input text is in app.svelte (named slots?)
  • Mouse message
  • CV download / view

Dev and Deployment

For dev:

  • npm install
  • npm run dev

To deploy on github pages, make a gh-pages branch, go to Settings > Pages > Build and Deployment and set branch to gh-pages /(root).

Then run the following commands in the terminal:

  • npm run build
  • npm run deploy

If re-deploying, don't forget to git merge origin/main to bring changes from the main branch to gh-pages.

Then watch Actions do some magic!

About

My personal website, built with Svelte.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published