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

27
themes/tse/theme.toml Normal file
View File

@@ -0,0 +1,27 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "TutoSport Expert"
license = "MIT"
licenselink = ""
description = "theme for the website tutosportexpert"
homepage = "https://www.tutosportexpert.com"
tags = ["tutosport expert", "epsf", "physiotherapist", "training", "stripe", "payment"]
features = ["contact", "stripe"]
min_version = "0.0.1"
# If the theme has multiple authors
authors = [
{name = "Stephane BONIFFACY", homepage = "https://www.tutosportexpert.com"},
{name = "Adelin DUBOIS", homepage = "..."}
]
# If the theme has a single author
#[author]
# name = "Stephane BONIFFACY"
# homepage = "https://www.tutosportexpert.com"
[original]
name = "GhostScroll"
homepage = "https://github.com/grmmph/GhostScroll"
repo = "https://github.com/grmmph/GhostScroll"