Split html from content
Showing
- package-lock.json 37 additions, 0 deletionspackage-lock.json
- package.json 3 additions, 0 deletionspackage.json
- theme-source/partials/base-body.tsx 345 additions, 0 deletionstheme-source/partials/base-body.tsx
- theme-source/render-to-string.js 11 additions, 0 deletionstheme-source/render-to-string.js
- theme-source/templates/article.tsx 43 additions, 38 deletionstheme-source/templates/article.tsx
- theme-source/templates/tag.js 0 additions, 15 deletionstheme-source/templates/tag.js
- theme-source/templates/tag.tsx 17 additions, 0 deletionstheme-source/templates/tag.tsx
- tsconfig.json 66 additions, 0 deletionstsconfig.json
... | ... | @@ -39,6 +39,8 @@ |
"@babel/preset-env": "^7.7.7", | ||
"@babel/preset-react": "^7.7.4", | ||
"@babel/preset-typescript": "^7.7.7", | ||
"@types/react": "^16.9.17", | ||
"@types/react-dom": "^16.9.4", | ||
"babel-eslint": "^10.0.3", | ||
"eslint": "^6.6.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
... | ... | @@ -48,6 +50,7 @@ |
"istanbul": "^0.4.5", | ||
"mocha": "^6.2.2", | ||
"prettier": "^1.18.2", | ||
"typescript": "^3.7.4", | ||
"unit.js": "^2.1.1" | ||
}, | ||
"optionalDependencies": {} | ||
... | ... |
theme-source/render-to-string.js
0 → 100644
theme-source/templates/tag.js
deleted
100644 → 0
theme-source/templates/tag.tsx
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment