Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dubzzz/draft-blog
https://github.com/dubzzz/draft-blog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dubzzz/draft-blog
- Owner: dubzzz
- Created: 2023-05-09T10:09:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-04T23:53:07.000Z (about 1 year ago)
- Last Synced: 2024-05-02T00:04:30.489Z (7 months ago)
- Language: JavaScript
- Size: 274 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Draft Blog based on Docusaurus
Hello World project to demo a draft blog based on Docusaurus.
Blog up and running at: https://dubzzz.github.io/draft-blog
## Create a new blog post
Create a new directory called `yyyy-mm-dd-slug-name` and put a `index.md` or `index.mdx` within it.
The `slug-name` part will be used to define the URL for this article.
Your file should start by:
```md
---
slug: slug-name
title: Name
authors: [github-handle1, github-handle2]
tags: [tag1, tag2]
draft: true
---Name introduction!
Your content!
```Any asset belonging to the blog post must be stored within the directory corresponding to the post.