Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 482 Bytes

File metadata and controls

21 lines (13 loc) · 482 Bytes

sami.shakkour.dev

A personal website to talk about me :), see it here: https://sami.shakkour.dev/

Running it locally

npm install
npm run dev

Then open http://localhost:4321

Adding content

  • New project: add an entry to src/data/portfolio.json.
  • New blog post: add a Markdown file under src/content/blog/<year>/.

Deploying

Pushing to master builds and deploys the site automatically via GitHub Actions.