remove sub module theme and add our own theme

This commit is contained in:
2025-01-17 10:25:57 +01:00
parent 53dfed0093
commit 75b4e46f92
162 changed files with 9368 additions and 4 deletions

16
themes/tse/package.json Normal file
View 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"
}
}