Skip to content

Commit

Permalink
chore: Add markdown-to-html options.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 3, 2021
1 parent e3f4788 commit e2126d1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"markdown-to-html": {
"github-corners": "https://github.com/jaywcjlove/golang-tutorial",
"document": {
"title": "Go 语言快速入门",
"meta": [
{ "description": "通过简单的例子,来快速入门Go语言基础编程、语法等各种语言特性,主要面向新手级别的学习者。" },
{ "keywords": "golang,tutorial,go,golang-tutorial" }
]
}
}
}

0 comments on commit e2126d1

Please sign in to comment.