- Install dependencies:
yarn- Create a new Markdown file in
/blogs(e.g.my-blog-post) - Review the blog on-site:
yarn devNeed to add images?
- Create a new folder in
/public/assets/blogs(folder name should be the same name as the blog markdown file e.g.my-blog-post) - Drop all your images in that folder
- Reference your images in the blog post with:
/assets/blogs/{BLOG_NAME}/{IMAGE_NAME}.jpgWant to add an author image?
- Drop a svg/jpg/png in
/public/assets/team - Reference your image in the blog post with:
/assets/team/{AUTHOR_NAME}.jpg- Install dependencies:
yarn- Create a new Markdown file in
/events(e.g.my-event) - Review the event on-site:
yarn devNeed to add images?
- Create a new folder in
/public/assets/events(folder name should be the same name as the event markdown file e.g.my-event) - Drop all your images in that folder
- Reference your images in the event with:
/assets/events/{EVENT_NAME}/{IMAGE_NAME}.jpg