Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.16 KB

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.