Skip to content

My personal website, with recipes and various articles

Notifications You must be signed in to change notification settings

SidonieBouthors/sidonie.me

Repository files navigation

Sidonie.me V2

This repository contains the source of the second version of my website.

Content

The website uses NextJS, a React-based framework, coupled with SCSS for styling. It uses Velite to build a type-safe data layer from MDX and JSON files, that contain the website's content.

Organization:

  • app : Website pages
  • components : React Components
  • content : MDX pages of the website (and related assets)
  • fonts : Website fonts
  • public : General website assets, such as favicons or the logo
  • styles : SCSS styling files

Development

To run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

To create the static website :

npm run build 

Deployment

Deployed with FTP Deploy Action

This website is deployed automatically when a push to main occurs.

About

My personal website, with recipes and various articles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published