remove sub module theme and add our own theme
This commit is contained in:
16
themes/tse/package.json
Normal file
16
themes/tse/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "tse",
|
||||
"version": "1.0.0",
|
||||
"description": "A Hugo theme for pretty, quick and simple single-page websites.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "prettier --check . ",
|
||||
"format": "prettier --write . "
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"prettier": "^2.8.7",
|
||||
"prettier-plugin-go-template": "0.0.13"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user