Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deepmodeling/blog

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

blog markdown

Last synced: about 2 months ago
JSON representation

DeepModeling Blog

Awesome Lists containing this project

README

        

# The Deep Modeling Blog

[![jsDelivr hits](https://data.jsdelivr.com/v1/package/gh/deepmodeling/blog/badge/all?style=rounded)](https://www.jsdelivr.com/package/gh/deepmodeling/blog)
[![jsDelivr monthly hits](https://data.jsdelivr.com/v1/package/gh/deepmodeling/blog/badge?style=rounded)](https://www.jsdelivr.com/package/gh/deepmodeling/blog)

## For readers

Visit our blog at https://deepmodeling.org/blog!

## 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!
```