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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T10:19:22.000Z (4 months ago)
- Last Synced: 2025-01-21T11:26:34.928Z (4 months ago)
- Topics: blog, markdown
- Language: TeX
- Homepage: https://blogs.deepmodeling.com/
- Size: 3.65 MB
- Stars: 1
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- deepmodeling-projects - GitHub
README
# The DeepModeling Blog
## For readers
Visit our blog at https://blogs.deepmodeling.com/!
## 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!
```