diff --git a/.github/ISSUE_TEMPLATE/resource-request.md b/.github/ISSUE_TEMPLATE/resource-request.md index 310e153..df39b2d 100644 --- a/.github/ISSUE_TEMPLATE/resource-request.md +++ b/.github/ISSUE_TEMPLATE/resource-request.md @@ -15,3 +15,6 @@ webgems.io **URL** https://example.com + +**Category** +javascript/html/php... diff --git a/.vscode/webgems.code-snippets b/.vscode/webgems.code-snippets index e5e7799..f5e905c 100644 --- a/.vscode/webgems.code-snippets +++ b/.vscode/webgems.code-snippets @@ -19,9 +19,9 @@ "prefix": "wgem", "body": [ "{", - " title: '${1:title}',", - " desc: '${2:desc}',", - " url: '${3:url}'", + " \"title\": \"${1:title}\",", + " \"desc\": \"${2:desc}\",", + " \"url\": \"${3:url}\"", "}," ], "description": "Add a webgem" diff --git a/README.md b/README.md index 7f97f8c..6a09626 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Since this is a Nuxt project, you need nodejs and npm. ``` bash # clone repo -$ git clone https://github.com/lostdesign/webgems.git +$ git clone https://github.com/webgems/webgems.git # cd into webgems $ cd webgems @@ -33,7 +33,9 @@ For detailed explanation on how things work, checkout [Nuxt.js docs](https://nux ### How to add a new resource -We manage our resources in `store.json`. The schema is as follows: +If you are using VS Code, you can simply type `wgem` and hit tab in the `store.json` in order to get the correct template (see below). + +For any other editor, please use the following schema: ```js [ { diff --git a/app.html b/app.html index 400eaa2..3427d3e 100644 --- a/app.html +++ b/app.html @@ -4,23 +4,6 @@ {{ HEAD }}
- - - {{ APP }} -