excalidraw-blog
excalidraw-blog copied to clipboard
Official blog of Excalidraw
Excalidraw Blog
For news and updates visit: https://blog.excalidraw.com.
Develop
We are using Gatsby and in order to run it locally, execute the following from the root:
yarn
yarn start
Visit localhost:8000 to test it.
Writing a Blog Post
- Create a new folder inside the
content/blog/- The folder name should follow
kebab-case - Use the slug of the title of the post to name it
- The folder name should follow
- Create
index.mdinside that folder - Create
og.pnginside that folder for the open graph image - Add a frontmatter
title: Use Title Case for Titlesdate: Date in ISO format. Example:2020-03-12note: Optional. Displayed next to the date when reading a post.image: Filename of the open graph image. Example:og.png
- The
notefield is usually used to link to the original post when reposting (example) - Add somewhere the
<!-- end -->to declare yourexcerpt(it's used on the front page)