Ecosyste.ms: Awesome
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
- Host: GitHub
- URL: https://github.com/deepmodeling/blog
- Owner: deepmodeling
- License: lgpl-3.0
- Created: 2021-06-10T23:11:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T03:36:19.000Z (5 months ago)
- Last Synced: 2024-09-12T09:02:05.531Z (5 months ago)
- Topics: blog, markdown
- Language: TeX
- Homepage: https://blogs.deepmodeling.com/
- Size: 4.18 MB
- Stars: 1
- Watchers: 6
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- deepmodeling-projects - GitHub
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 postAdd 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!
```