Skip to content

Avantgarde95/Avantgarde95.github.io

Repository files navigation

mypage

Screenshot

Old version (v1)

Branch: Link

OldScreenshot

How to run

Must install

Recommended to install

Install the dependencies

  • Run yarn

Run in the development mode

Build in the production mode & create static pages

  • Run yarn build

Check the code

  • Run yarn lint
  • Run yarn lint:fix to check & fix

How to add contents

Add a blog post

  • Create a post in "src/modules/blog/posts"
  • Register the post on "src/modules/blog/Post.ts"