Skip to content

Commit

Permalink
Merge pull request scorelab#286 from Abhijay007/Theme1/Abhijay007-Iss…
Browse files Browse the repository at this point in the history
…ue#252

Implement First Theme - Service-info
  • Loading branch information
dinithminura authored Oct 16, 2022
2 parents c8b0a11 + 66eae1b commit 76b9ff6
Show file tree
Hide file tree
Showing 5 changed files with 10,345 additions and 0 deletions.
Empty file.
7 changes: 7 additions & 0 deletions themes/Service-Info-theme/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"private": true,
"workspaces": ["service-info-theme", "site"],
"scripts": {
"develop": "yarn workspace site develop"
}
}
1 change: 1 addition & 0 deletions themes/Service-Info-theme/service-info-theme/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//ServiceInfo-theme
16 changes: 16 additions & 0 deletions themes/Service-Info-theme/service-info-theme/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "service-info-theme",
"keywords": [
"gatsby",
"gatsby-plugin",
"gastby-theme"
],
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"peerDependencies": {
"gatsby": "^4.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
Loading

0 comments on commit 76b9ff6

Please sign in to comment.