This is source for the ML team webpage at Vernacular.ai. Template is gatsby starter minimal blog.
This is a gatsby project. You can see the documentation on how to work with this in gatsby's documentation pages. Generally, for adding a new blog post, do the following:
- Make new
mdx
file incontent/posts
. See other files for example. - Use
yarn develop
for previewing the post and writing. - Do
yarn deploy
for deploying on github pages. You might have to clear cache by doingyarn clean
so that the listing of blog posts is updated.
All this is assuming that you have the dependencies installed. Do yarn install
if that's not done.
Leaving contributions of blog authors aside, @greed2411 is the current maintainer of the repository.