commit 81ba02e487f2a996d4cc4eb17f36aaa82e167391 Author: SpaceFox Date: Sun Mar 30 00:38:19 2025 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7714392 --- /dev/null +++ b/.gitignore @@ -0,0 +1,105 @@ +content/**/*.jpg +content/**/*.webp + +### Hugo ### +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock + +### Intellij+all ### +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# AWS User-specific +.idea/**/aws.xml + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/artifacts +# .idea/compiler.xml +# .idea/jarRepositories.xml +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# SonarLint plugin +.idea/sonarlint/ + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +### Intellij+all Patch ### +# Ignore everything but code style settings and run configurations +# that are supposed to be shared within teams. + +.idea/* + +!.idea/codeStyles +!.idea/runConfigurations diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9b68069 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/gallery"] + path = themes/gallery + url = https://github.com/nicokaiser/hugo-theme-gallery.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..c6f3fce --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml new file mode 100644 index 0000000..b9ea455 --- /dev/null +++ b/config/_default/hugo.toml @@ -0,0 +1,71 @@ +copyright = "CC BY 4.0 SpaceFox" +defaultContentLanguage = "fr" +disableKinds = ["taxonomy", "term"] +enableRobotsTXT = false +languageCode = "fr" +timeZone = "Europe/Paris" +timeout = "120s" +title = "Les photos du renard" +theme = "gallery" + +[params] + defaultTheme = "dark" + description = "Les photos de SpaceFox, votre renard (spatial) préféré" + title = "Photos de SpaceFox" + [params.author] +# email = "user@example.com" + name = "SpaceFox" + [params.socialIcons] +# facebook = "https://www.facebook.com/" +# instagram = "https://www.instagram.com/" +# github = "https://github.com/nicokaiser/hugo-theme-gallery/" +# youtube = "https://www.youtube.com/" +# email = "mailto:user@example.com" + website = "https://spacefox.fr" + mastodon = "https://mastodon.spacefox.fr/@spacefox" + #pixelfed = "https://example.com" + +[outputs] + home = ["HTML", "RSS"] + page = ["HTML"] + section = ["HTML"] + +[imaging] + quality = 90 + resampleFilter = "CatmullRom" + [imaging.exif] + disableDate = false + disableLatLong = true + includeFields = "ImageDescription|Orientation" + +#[module] +# [module.hugoVersion] +# min = "0.121.2" +# [[module.imports]] +# path = "github.com/nicokaiser/hugo-theme-gallery/v4" + +[menu] + [[menu.footer]] + name = "Mentions légales" + url = "/about/" + weight = 3 + [[menu.footer]] + name = "Un renard en Corée" + url = "https://coree.spacefox.fr/" + weight = 4 + [[menu.footer]] + name = "Un renard au Japon" + url = "https://japon.spacefox.fr//" + weight = 5 + [[menu.footer]] + name = "Les textes de SpaceFox & Lisa Refur" + url = "https://textes.spacefox.fr/" + weight = 8 + [[menu.footer]] + name = "Tout SpaceFox" + url = "https://spacefox.fr/" + weight = 9 + +[services] + [services.rss] + limit = 100 diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..8c994bf --- /dev/null +++ b/content/_index.md @@ -0,0 +1,13 @@ +--- +#title: Accueil +#description: Votre renard préféré prends des photos ; en voici quelques-unes. Ce site est mis à jour irrégulièrement. +sort_order: desc +featured_image: D5600_004085.jpg" +# featured_image on the home page is used for OpenGraph cards, etc. +menus: + main: + name: Accueil + weight: -1 +# sub-galleries on list pages are sorted by date and weight (descending) +--- +% diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..9e8970b --- /dev/null +++ b/content/about.md @@ -0,0 +1,52 @@ +--- +layout: page +rss_ignore: true +title: À propos +menu: + main: + weight: 90 +--- + +# Mentions légales + +## Hébergement + +PulseHeberg +9 Boulevard de Strasbourg +83000 Toulon +France + +https://pulseheberg.com + +## Cookies + +Ce site n’utilise pas de cookies à d’autres fins que purement techniques. + +Il n’utilise aucun +système [de publicité ciblée, de réseaux sociaux ou de mesure d’audience](https://www.cnil.fr/fr/cookies-et-autres-traceurs/regles/cookies/comment-mettre-mon-site-web-en-conformite) +et donc ne nécessite pas de bandeau d’information qui permettrait de s’opposer à ces cookies. + +# Réutiliser le contenu du site + +Ceci concerne toutes les photographies du site. + +**Vous êtes autorisé à :** + +- **Partager** — copier, distribuer et communiquer le matériel par tous moyens et sous tous formats +- **Adapter** — remixer, transformer et créer à partir du matériel pour toute utilisation, y compris commerciale. L’Offrant ne peut retirer les autorisations concédées par la licence tant que vous appliquez les termes de cette licence. + +**Selon les conditions suivantes :** + +- **Attribution** — Vous devez créditer l'Œuvre, intégrer un lien vers la licence et indiquer si des modifications ont été effectuées à l'Œuvre. Vous devez indiquer ces informations par tous les moyens raisonnables, sans toutefois suggérer que l’Offrant vous soutient ou soutient la façon dont vous avez utilisé son Œuvre. +- **Pas de restrictions complémentaires** — Vous n'êtes pas autorisé à appliquer des conditions légales ou des mesures techniques qui restreindraient légalement autrui à utiliser l'Œuvre dans les conditions décrites par la licence. + +## Resources + +1. [Le résumé de la licence, sur le site Creative Commons](https://creativecommons.org/licenses/by/4.0/deed.fr) +2. [Le texte intégral de la licence, sur le site Creative Commons](https://creativecommons.org/licenses/by/4.0/legalcode.fr) +3. [Comment me créditer correctement](https://wiki.creativecommons.org/wiki/Best_practices_for_attribution) (en anglais) + +# Crédits techniques + +Ceci est un site [généré avec Hugo](https://gohugo.io). +Il utilise [le thème « gallery » créé par Nico Kaiser](https://github.com/nicokaiser/hugo-theme-gallery/). diff --git a/content/astronomie/index.md b/content/astronomie/index.md new file mode 100644 index 0000000..8017154 --- /dev/null +++ b/content/astronomie/index.md @@ -0,0 +1,7 @@ +--- +title: Astronomie +sort_order: desc +menus: "main" +weight: 1 +featured_image: "D5600_005665.jpg" +--- diff --git a/content/chats/_index.md b/content/chats/_index.md new file mode 100644 index 0000000..931a805 --- /dev/null +++ b/content/chats/_index.md @@ -0,0 +1,6 @@ +--- +title: Chats +weight: 2 +menus: "main" +sort_order: desc +--- diff --git a/content/chats/ceres/index.md b/content/chats/ceres/index.md new file mode 100644 index 0000000..c209a5b --- /dev/null +++ b/content/chats/ceres/index.md @@ -0,0 +1,6 @@ +--- +title: Cérès +description: La plus belle chatte du monde. Experte en fouinage et miaulements. +sort_order: desc +featured_image: D5600_026111.jpg +--- diff --git a/content/chats/ceresetmu/index.md b/content/chats/ceresetmu/index.md new file mode 100644 index 0000000..2136506 --- /dev/null +++ b/content/chats/ceresetmu/index.md @@ -0,0 +1,6 @@ +--- +title: Cérès et Mû +description: Ils n’ont toujours pas compris qu’ils sont deux. +sort_order: desc +featured_image: D5600_026224.jpg +--- diff --git a/content/chats/muu/index.md b/content/chats/muu/index.md new file mode 100644 index 0000000..5febe23 --- /dev/null +++ b/content/chats/muu/index.md @@ -0,0 +1,6 @@ +--- +title: Mû +description: Le plus beau chat du monde. Expert en grimpette et tronches pas possibles. +sort_order: desc +featured_image: D5600_025270.jpg +--- diff --git a/content/experimentations/index.md b/content/experimentations/index.md new file mode 100644 index 0000000..2237a9d --- /dev/null +++ b/content/experimentations/index.md @@ -0,0 +1,7 @@ +--- +title: Expérimentations +sort_order: desc +weight: 6 +featured_image: D5600_004085.jpg +menus: "main" +--- diff --git a/content/icietla/index.md b/content/icietla/index.md new file mode 100644 index 0000000..b7aa9b2 --- /dev/null +++ b/content/icietla/index.md @@ -0,0 +1,8 @@ +--- +title: Ici et là +description: Constructions humaines, trouvées ici et là. +sort_order: desc +weight: 4 +featured_image: D5600_002116.jpg +menus: "main" +--- diff --git a/content/insolite/index.md b/content/insolite/index.md new file mode 100644 index 0000000..0478cd1 --- /dev/null +++ b/content/insolite/index.md @@ -0,0 +1,7 @@ +--- +title: Insolite +sort_order: desc +menus: "main" +weight: 7 +featured_image: "D3000_002901.jpg" +--- diff --git a/content/nature/_index.md b/content/nature/_index.md new file mode 100644 index 0000000..1a240a4 --- /dev/null +++ b/content/nature/_index.md @@ -0,0 +1,6 @@ +--- +title: Nature +sort_order: desc +weight: 3 +menus: "main" +--- diff --git a/content/nature/autresanimaux/index.md b/content/nature/autresanimaux/index.md new file mode 100644 index 0000000..0042aa4 --- /dev/null +++ b/content/nature/autresanimaux/index.md @@ -0,0 +1,5 @@ +--- +title: Autres animaux +sort_order: desc +featured_image: D5600_014711.jpg +--- diff --git a/content/nature/insectes/index.md b/content/nature/insectes/index.md new file mode 100644 index 0000000..90cb679 --- /dev/null +++ b/content/nature/insectes/index.md @@ -0,0 +1,5 @@ +--- +title: Insectes +sort_order: desc +featured_image: D5600_005896.jpg +--- diff --git a/content/nature/oiseaux/index.md b/content/nature/oiseaux/index.md new file mode 100644 index 0000000..b712b0e --- /dev/null +++ b/content/nature/oiseaux/index.md @@ -0,0 +1,5 @@ +--- +title: Oiseaux +description: Des dinosaures à plumes ! +sort_order: desc +--- diff --git a/content/nature/plantes/index.md b/content/nature/plantes/index.md new file mode 100644 index 0000000..fa6f18d --- /dev/null +++ b/content/nature/plantes/index.md @@ -0,0 +1,5 @@ +--- +title: Plantes et fleurs +sort_order: desc +featured_image: D5600_002274.jpg +--- diff --git a/content/paysages/index.md b/content/paysages/index.md new file mode 100644 index 0000000..a8f8315 --- /dev/null +++ b/content/paysages/index.md @@ -0,0 +1,7 @@ +--- +title: Paysages +sort_order: desc +menus: "main" +weight: 5 +featured_image: D3000_000903.jpg +--- diff --git a/content/privé/_index.md b/content/privé/_index.md new file mode 100644 index 0000000..b714df3 --- /dev/null +++ b/content/privé/_index.md @@ -0,0 +1,5 @@ +--- +title: Privé +sort_order: desc +private: true +--- diff --git a/content/privé/famille/_index.md b/content/privé/famille/_index.md new file mode 100644 index 0000000..f9da182 --- /dev/null +++ b/content/privé/famille/_index.md @@ -0,0 +1,5 @@ +--- +title: Famille +sort_order: asc +private: true +--- diff --git a/content/privé/famille/alencon/index.md b/content/privé/famille/alencon/index.md new file mode 100644 index 0000000..1bd69eb --- /dev/null +++ b/content/privé/famille/alencon/index.md @@ -0,0 +1,5 @@ +--- +title: Alençon, Noël 2023 +sort_order: asc +weight: 940 +--- diff --git a/content/privé/famille/aniane/index.md b/content/privé/famille/aniane/index.md new file mode 100644 index 0000000..4e2d38b --- /dev/null +++ b/content/privé/famille/aniane/index.md @@ -0,0 +1,5 @@ +--- +title: Aniane, juillet 2012 +sort_order: asc +weight: 990 +--- diff --git a/content/privé/famille/anniversaire Marie-Agnès/index.md b/content/privé/famille/anniversaire Marie-Agnès/index.md new file mode 100644 index 0000000..4fdce6e --- /dev/null +++ b/content/privé/famille/anniversaire Marie-Agnès/index.md @@ -0,0 +1,5 @@ +--- +title: 60 ans de Marie-Agnès, juillet 2023 +sort_order: asc +weight: 950 +--- diff --git a/content/privé/famille/fontainebleau/index.md b/content/privé/famille/fontainebleau/index.md new file mode 100644 index 0000000..69d81fa --- /dev/null +++ b/content/privé/famille/fontainebleau/index.md @@ -0,0 +1,5 @@ +--- +title: Fontainebleau, juillet 2020 +sort_order: asc +weight: 970 +--- diff --git a/content/privé/famille/la grave/index.md b/content/privé/famille/la grave/index.md new file mode 100644 index 0000000..03c3f0e --- /dev/null +++ b/content/privé/famille/la grave/index.md @@ -0,0 +1,5 @@ +--- +title: La Grave, aout 2011 +sort_order: asc +weight: 1000 +--- diff --git a/content/privé/famille/lorraine 2023/index.md b/content/privé/famille/lorraine 2023/index.md new file mode 100644 index 0000000..5761525 --- /dev/null +++ b/content/privé/famille/lorraine 2023/index.md @@ -0,0 +1,5 @@ +--- +title: Lorraine, juin 2023 +sort_order: asc +weight: 960 +--- diff --git a/content/privé/famille/nancy/index.md b/content/privé/famille/nancy/index.md new file mode 100644 index 0000000..184fd7f --- /dev/null +++ b/content/privé/famille/nancy/index.md @@ -0,0 +1,5 @@ +--- +title: Nancy, aout 2019 +sort_order: asc +weight: 980 +--- diff --git a/content/privé/paris/40 ans Christophe/index.md b/content/privé/paris/40 ans Christophe/index.md new file mode 100644 index 0000000..b39aeeb --- /dev/null +++ b/content/privé/paris/40 ans Christophe/index.md @@ -0,0 +1,5 @@ +--- +title: 40 ans de Christophe, mai 2024 +sort_order: asc +weight: 940 +--- diff --git a/content/privé/paris/_index.md b/content/privé/paris/_index.md new file mode 100644 index 0000000..8229cc3 --- /dev/null +++ b/content/privé/paris/_index.md @@ -0,0 +1,5 @@ +--- +title: Les copains d'apéro 🍺🥂 +sort_order: asc +private: true +--- diff --git a/content/privé/paris/dublin/index.md b/content/privé/paris/dublin/index.md new file mode 100644 index 0000000..fd6dbc3 --- /dev/null +++ b/content/privé/paris/dublin/index.md @@ -0,0 +1,5 @@ +--- +title: Dublin, septembre 2024 +sort_order: asc +weight: 930 +--- diff --git a/content/privé/paris/lille2020/index.md b/content/privé/paris/lille2020/index.md new file mode 100644 index 0000000..3dcacb6 --- /dev/null +++ b/content/privé/paris/lille2020/index.md @@ -0,0 +1,5 @@ +--- +title: Lille, juin 2020 +sort_order: asc +weight: 980 +--- diff --git a/content/privé/paris/lille2021/index.md b/content/privé/paris/lille2021/index.md new file mode 100644 index 0000000..665fa0b --- /dev/null +++ b/content/privé/paris/lille2021/index.md @@ -0,0 +1,5 @@ +--- +title: Lille, janvier 2021 +sort_order: asc +weight: 970 +--- diff --git a/content/privé/paris/noisiel2022/index.md b/content/privé/paris/noisiel2022/index.md new file mode 100644 index 0000000..bf5c248 --- /dev/null +++ b/content/privé/paris/noisiel2022/index.md @@ -0,0 +1,5 @@ +--- +title: Noisiel, avril 2022 +sort_order: asc +weight: 960 +--- diff --git a/content/privé/paris/noisiel2025/index.md b/content/privé/paris/noisiel2025/index.md new file mode 100644 index 0000000..a474641 --- /dev/null +++ b/content/privé/paris/noisiel2025/index.md @@ -0,0 +1,5 @@ +--- +title: Noisiel, février 2025 +sort_order: asc +weight: 920 +--- diff --git a/content/privé/paris/nouvel an 2020/index.md b/content/privé/paris/nouvel an 2020/index.md new file mode 100644 index 0000000..bd34d85 --- /dev/null +++ b/content/privé/paris/nouvel an 2020/index.md @@ -0,0 +1,5 @@ +--- +title: Nouvel an 2020, Lille +sort_order: asc +weight: 990 +--- diff --git a/content/privé/paris/nouvel an 2023/index.md b/content/privé/paris/nouvel an 2023/index.md new file mode 100644 index 0000000..82b5fd4 --- /dev/null +++ b/content/privé/paris/nouvel an 2023/index.md @@ -0,0 +1,5 @@ +--- +title: Nouvel an 2023, Les écorcins +sort_order: asc +weight: 950 +--- diff --git a/content/privé/paris/paris/index.md b/content/privé/paris/paris/index.md new file mode 100644 index 0000000..be84c0d --- /dev/null +++ b/content/privé/paris/paris/index.md @@ -0,0 +1,5 @@ +--- +title: Paris, octobre 2019 +sort_order: asc +weight: 1000 +--- diff --git a/content/privé/utt/40 ans/index.md b/content/privé/utt/40 ans/index.md new file mode 100644 index 0000000..5843d43 --- /dev/null +++ b/content/privé/utt/40 ans/index.md @@ -0,0 +1,5 @@ +--- +title: 40 ans ! +sort_order: asc +weight: 920 +--- diff --git a/content/privé/utt/_index.md b/content/privé/utt/_index.md new file mode 100644 index 0000000..506b103 --- /dev/null +++ b/content/privé/utt/_index.md @@ -0,0 +1,5 @@ +--- +title: UTTeam +sort_order: asc +private: true +--- diff --git a/content/privé/utt/anniversairesavignon/index.md b/content/privé/utt/anniversairesavignon/index.md new file mode 100644 index 0000000..ff83d4f --- /dev/null +++ b/content/privé/utt/anniversairesavignon/index.md @@ -0,0 +1,5 @@ +--- +title: Anniversaires à Avignon, mai 2021 +sort_order: asc +weight: 975 +--- diff --git a/content/privé/utt/ardeche/index.md b/content/privé/utt/ardeche/index.md new file mode 100644 index 0000000..becd417 --- /dev/null +++ b/content/privé/utt/ardeche/index.md @@ -0,0 +1,5 @@ +--- +title: Ardèche, juillet 2021 +sort_order: asc +weight: 970 +--- diff --git a/content/privé/utt/bordeaux/index.md b/content/privé/utt/bordeaux/index.md new file mode 100644 index 0000000..9c8446e --- /dev/null +++ b/content/privé/utt/bordeaux/index.md @@ -0,0 +1,5 @@ +--- +title: Bordeaux, février 2023 +sort_order: asc +weight: 940 +--- diff --git a/content/privé/utt/chamrousse/index.md b/content/privé/utt/chamrousse/index.md new file mode 100644 index 0000000..12df95c --- /dev/null +++ b/content/privé/utt/chamrousse/index.md @@ -0,0 +1,5 @@ +--- +title: Chamrousse, juillet 2010 +sort_order: asc +weight: 1000 +--- diff --git a/content/privé/utt/chateauneuf/index.md b/content/privé/utt/chateauneuf/index.md new file mode 100644 index 0000000..e92ca05 --- /dev/null +++ b/content/privé/utt/chateauneuf/index.md @@ -0,0 +1,5 @@ +--- +title: Châteauneuf-du-Pape, 30 mai 2020 +sort_order: asc +weight: 980 +--- diff --git a/content/privé/utt/forcalquier/_index.md b/content/privé/utt/forcalquier/_index.md new file mode 100644 index 0000000..ea291d1 --- /dev/null +++ b/content/privé/utt/forcalquier/_index.md @@ -0,0 +1,5 @@ +--- +title: Forcalquier et ses environs, juillet-aout 2023 +weight: 930 +sort_order: asc +--- diff --git a/content/privé/utt/forcalquier/manosque/index.md b/content/privé/utt/forcalquier/manosque/index.md new file mode 100644 index 0000000..2597ddb --- /dev/null +++ b/content/privé/utt/forcalquier/manosque/index.md @@ -0,0 +1,4 @@ +--- +title: Manosque, 30 juillet 2023 +sort_order: asc +--- diff --git a/content/privé/utt/forcalquier/pierrevert/index.md b/content/privé/utt/forcalquier/pierrevert/index.md new file mode 100644 index 0000000..bc0e0ae --- /dev/null +++ b/content/privé/utt/forcalquier/pierrevert/index.md @@ -0,0 +1,4 @@ +--- +title: Pierrevert, 2 aout 2023 +sort_order: asc +--- diff --git a/content/privé/utt/forcalquier/roussillon/index.md b/content/privé/utt/forcalquier/roussillon/index.md new file mode 100644 index 0000000..2514ea3 --- /dev/null +++ b/content/privé/utt/forcalquier/roussillon/index.md @@ -0,0 +1,4 @@ +--- +title: Roussillon, 1er aout 2023 +sort_order: asc +--- diff --git a/content/privé/utt/forcalquier/sisteron/index.md b/content/privé/utt/forcalquier/sisteron/index.md new file mode 100644 index 0000000..6592a4e --- /dev/null +++ b/content/privé/utt/forcalquier/sisteron/index.md @@ -0,0 +1,4 @@ +--- +title: Sisteron, 3 aout 2023 +sort_order: asc +--- diff --git a/content/privé/utt/gala2005/index.md b/content/privé/utt/gala2005/index.md new file mode 100644 index 0000000..6d0263e --- /dev/null +++ b/content/privé/utt/gala2005/index.md @@ -0,0 +1,5 @@ +--- +title: Gala de l’UTT, juin 2005 +sort_order: asc +weight: 1040 +--- diff --git a/content/privé/utt/gala2007/index.md b/content/privé/utt/gala2007/index.md new file mode 100644 index 0000000..ff324a1 --- /dev/null +++ b/content/privé/utt/gala2007/index.md @@ -0,0 +1,5 @@ +--- +title: Gala de l’UTT, juin 2007 +sort_order: asc +weight: 1030 +--- diff --git a/content/privé/utt/hauteluce/index.md b/content/privé/utt/hauteluce/index.md new file mode 100644 index 0000000..8a2f6ea --- /dev/null +++ b/content/privé/utt/hauteluce/index.md @@ -0,0 +1,5 @@ +--- +title: Hauteluce, aout 2013 +sort_order: asc +weight: 990 +--- diff --git a/content/privé/utt/mont-saint-michel/index.md b/content/privé/utt/mont-saint-michel/index.md new file mode 100644 index 0000000..75cb497 --- /dev/null +++ b/content/privé/utt/mont-saint-michel/index.md @@ -0,0 +1,5 @@ +--- +title: Mont-Saint-Michel, nouvel an 2022 +sort_order: asc +weight: 960 +--- diff --git a/content/privé/utt/paris/index.md b/content/privé/utt/paris/index.md new file mode 100644 index 0000000..7edebc1 --- /dev/null +++ b/content/privé/utt/paris/index.md @@ -0,0 +1,5 @@ +--- +title: Paris, aout 2022 +sort_order: asc +weight: 945 +--- diff --git a/content/privé/utt/pouldreuzic/index.md b/content/privé/utt/pouldreuzic/index.md new file mode 100644 index 0000000..3693fa5 --- /dev/null +++ b/content/privé/utt/pouldreuzic/index.md @@ -0,0 +1,5 @@ +--- +title: Pouldreuzic, aout 2007 +sort_order: asc +weight: 1020 +--- diff --git a/content/privé/utt/prague/100_1437.JPG b/content/privé/utt/prague/100_1437.JPG new file mode 100644 index 0000000..e1353a4 Binary files /dev/null and b/content/privé/utt/prague/100_1437.JPG differ diff --git a/content/privé/utt/prague/Bart/index.md b/content/privé/utt/prague/Bart/index.md new file mode 100644 index 0000000..0400c73 --- /dev/null +++ b/content/privé/utt/prague/Bart/index.md @@ -0,0 +1,4 @@ +--- +title: Photos de Bart +sort_order: asc +--- diff --git a/content/privé/utt/prague/Gaëtan/100_1439.MOV b/content/privé/utt/prague/Gaëtan/100_1439.MOV new file mode 100644 index 0000000..a819e63 Binary files /dev/null and b/content/privé/utt/prague/Gaëtan/100_1439.MOV differ diff --git a/content/privé/utt/prague/Gaëtan/index.md b/content/privé/utt/prague/Gaëtan/index.md new file mode 100644 index 0000000..56f21a5 --- /dev/null +++ b/content/privé/utt/prague/Gaëtan/index.md @@ -0,0 +1,4 @@ +--- +title: Photos de Gaëtan +sort_order: asc +--- diff --git a/content/privé/utt/prague/Matt/index.md b/content/privé/utt/prague/Matt/index.md new file mode 100644 index 0000000..5975521 --- /dev/null +++ b/content/privé/utt/prague/Matt/index.md @@ -0,0 +1,4 @@ +--- +title: Photos de Matt +sort_order: asc +--- diff --git a/content/privé/utt/prague/_index.md b/content/privé/utt/prague/_index.md new file mode 100644 index 0000000..24b7383 --- /dev/null +++ b/content/privé/utt/prague/_index.md @@ -0,0 +1,5 @@ +--- +title: Prague, aout 2009 +weight: 1010 +sort_order: asc +--- diff --git a/content/privé/utt/villeneuve/index.md b/content/privé/utt/villeneuve/index.md new file mode 100644 index 0000000..980e959 --- /dev/null +++ b/content/privé/utt/villeneuve/index.md @@ -0,0 +1,5 @@ +--- +title: Villeneuve-lès-Avignon, 21 mai 2022 +sort_order: asc +weight: 950 +--- diff --git a/photos.spacefox.fr.iml b/photos.spacefox.fr.iml new file mode 100644 index 0000000..8021953 --- /dev/null +++ b/photos.spacefox.fr.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..364c9e1 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,34 @@ +User-agent: GPTBot +Disallow: / +User-agent: ChatGPT-User +Disallow: / +User-agent: Google-Extended +Disallow: / +User-agent: PerplexityBot +Disallow: / +User-agent: Amazonbot +Disallow: / +User-agent: ClaudeBot +Disallow: / +User-agent: Omgilibot +Disallow: / +User-Agent: FacebookBot +Disallow: / +User-Agent: Applebot +Disallow: / +User-agent: anthropic-ai +Disallow: / +User-agent: Bytespider +Disallow: / +User-agent: Claude-Web +Disallow: / +User-agent: Diffbot +Disallow: / +User-agent: ImagesiftBot +Disallow: / +User-agent: Omgilibot +Disallow: / +User-agent: Omgili +Disallow: / +User-agent: YouBot +Disallow: / diff --git a/themes/gallery b/themes/gallery new file mode 160000 index 0000000..c4c8a07 --- /dev/null +++ b/themes/gallery @@ -0,0 +1 @@ +Subproject commit c4c8a0711480432484b41ee8fd29fcbfdb2d86eb