mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-05 09:21:39 +02:00
Updated title, description and logo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Change Log
|
||||
|
||||
## [0.0.5] - 2019-08-26
|
||||
|
||||
- Updated title, description and logo
|
||||
|
||||
## [0.0.4] - 2019-08-26
|
||||
|
||||
- Added set date command
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
+4
-2
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "vscode-front-matter",
|
||||
"displayName": "vscode-front-matter",
|
||||
"description": "Simplifies front matter configuration for your articles/posts/...",
|
||||
"displayName": "Front Matter",
|
||||
"description": "Simplifies working with front matter of your articles. Useful extension when you are using a static site generator like: Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...",
|
||||
"icon": "assets/front-matter.png",
|
||||
"version": "0.0.4",
|
||||
"publisher": "eliostruyf",
|
||||
"engines": {
|
||||
@@ -14,6 +15,7 @@
|
||||
"Front Matter",
|
||||
"Hugo",
|
||||
"Jekyll",
|
||||
"Gatsby",
|
||||
"Taxonomy"
|
||||
],
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user