From 0a5a0125a4ef0270e7fb56c57192b8c1eabbe04b Mon Sep 17 00:00:00 2001
From: Bateast <bateast@noreply.localhost>
Date: Sun, 9 Mar 2025 15:00:07 +0000
Subject: [PATCH] =?UTF-8?q?T=C3=A9l=C3=A9verser=20les=20fichiers=20vers=20?=
 =?UTF-8?q?"Theme-Bento"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Creation du repo
---
 Theme-Bento/LICENSE    | 21 +++++++++++++++++++++
 Theme-Bento/README.md  |  7 +++++++
 Theme-Bento/default.md |  5 +++++
 Theme-Bento/hugo.toml  | 23 +++++++++++++++++++++++
 Theme-Bento/theme.toml | 12 ++++++++++++
 5 files changed, 68 insertions(+)
 create mode 100644 Theme-Bento/LICENSE
 create mode 100644 Theme-Bento/README.md
 create mode 100644 Theme-Bento/default.md
 create mode 100644 Theme-Bento/hugo.toml
 create mode 100644 Theme-Bento/theme.toml

diff --git a/Theme-Bento/LICENSE b/Theme-Bento/LICENSE
new file mode 100644
index 0000000..8aa2645
--- /dev/null
+++ b/Theme-Bento/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) [year] [fullname]
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/Theme-Bento/README.md b/Theme-Bento/README.md
new file mode 100644
index 0000000..7cec74e
--- /dev/null
+++ b/Theme-Bento/README.md
@@ -0,0 +1,7 @@
+# Theme Name
+
+## Features
+
+## Installation
+
+## Configuration
diff --git a/Theme-Bento/default.md b/Theme-Bento/default.md
new file mode 100644
index 0000000..c6f3fce
--- /dev/null
+++ b/Theme-Bento/default.md
@@ -0,0 +1,5 @@
++++
+title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+date = {{ .Date }}
+draft = true
++++
diff --git a/Theme-Bento/hugo.toml b/Theme-Bento/hugo.toml
new file mode 100644
index 0000000..6c35bc4
--- /dev/null
+++ b/Theme-Bento/hugo.toml
@@ -0,0 +1,23 @@
+baseURL = 'https://example.org/'
+languageCode = 'en-US'
+title = 'My New Hugo Site'
+
+[[menus.main]]
+name = 'Home'
+pageRef = '/'
+weight = 10
+
+[[menus.main]]
+name = 'Posts'
+pageRef = '/posts'
+weight = 20
+
+[[menus.main]]
+name = 'Tags'
+pageRef = '/tags'
+weight = 30
+
+[module]
+  [module.hugoVersion]
+    extended = false
+    min = "0.116.0"
diff --git a/Theme-Bento/theme.toml b/Theme-Bento/theme.toml
new file mode 100644
index 0000000..83d08d5
--- /dev/null
+++ b/Theme-Bento/theme.toml
@@ -0,0 +1,12 @@
+name = "Theme-Bento"
+license = "MIT"
+licenselink = "https://github.com/yourname/Theme-Bento/blob/master/LICENSE"
+description = "Un thème portfolio style Apple avec Bento boxes"
+homepage = "http://example.com/"
+tags = ["portfolio", "responsive", "clean", "modern"]
+features = ["dark mode", "bento boxes"]
+min_version = "0.41.0"
+
+[author]
+  name = "Baptiste Leforestier"
+  homepage = "https://baptisteleforestier.com/"