An open API service indexing awesome lists of open source software.

https://github.com/deepmodeling/blog

DeepModeling Blog
https://github.com/deepmodeling/blog

blog markdown

Last synced: 3 months ago
JSON representation

DeepModeling Blog

Awesome Lists containing this project

README

        

# The DeepModeling Blog

## For readers

Visit our blog at https://blogs.deepmodeling.com/!

## For editors
### Add a post

Add a markdown file to `source/_posts` directory, such as `some_post.md`, with the following format:

```markdown
---
title: Some Post
date: 2021-06-12
category: tutorial
---

This is an example post!
```