move social and theme variables to data folder

This commit is contained in:
somrat sorkar
2023-07-08 10:12:11 +06:00
parent 78424c0065
commit e2374f93c3
9 changed files with 205 additions and 205 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
"version": "1.3.1",
"version": "1.4.0",
"license": "MIT",
"author": "zeon.studio",
"scripts": {
@@ -28,7 +28,6 @@
"prettier-plugin-go-template": "0.0.13",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.3.2",
"toml": "^3.0.0"
"tailwindcss": "^3.3.2"
}
}