diff --git a/hugo.toml b/hugo.toml index cf0e880..d71a664 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,7 @@ baseURL = 'https://site.cendrelune.eu/' languageCode = 'en-us' title = 'La Distortion' -theme = 'osprey' +theme = 'distorsion' [Params] tagline = "" @@ -16,10 +16,10 @@ theme = 'osprey' customCSS = false # Social media links in footer - twitter = "TomaNistor" - linkedin = "tomanistor" - github = "tomanistor" - facebook = "" + #twitter = "TomaNistor" + #linkedin = "tomanistor" + #github = "tomanistor" + #facebook = "" # Copyright and theme author credit in footer copyright = false @@ -56,5 +56,5 @@ theme = 'osprey' weight = 3 [[menu.main]] name = "Contact" - url = "/#contact" - weight = 4 \ No newline at end of file + url = "mailto:distorsion@groupes.renater.fr" + weight = 4 diff --git a/themes/osprey/.gitignore b/themes/distorsion/osprey/.gitignore similarity index 100% rename from themes/osprey/.gitignore rename to themes/distorsion/osprey/.gitignore diff --git a/themes/osprey/LICENSE b/themes/distorsion/osprey/LICENSE similarity index 100% rename from themes/osprey/LICENSE rename to themes/distorsion/osprey/LICENSE diff --git a/themes/osprey/README.md b/themes/distorsion/osprey/README.md similarity index 100% rename from themes/osprey/README.md rename to themes/distorsion/osprey/README.md diff --git a/themes/osprey/archetypes/blog.md b/themes/distorsion/osprey/archetypes/blog.md similarity index 100% rename from themes/osprey/archetypes/blog.md rename to themes/distorsion/osprey/archetypes/blog.md diff --git a/themes/osprey/archetypes/default.md b/themes/distorsion/osprey/archetypes/default.md similarity index 100% rename from themes/osprey/archetypes/default.md rename to themes/distorsion/osprey/archetypes/default.md diff --git a/themes/osprey/archetypes/gallery.md b/themes/distorsion/osprey/archetypes/gallery.md similarity index 100% rename from themes/osprey/archetypes/gallery.md rename to themes/distorsion/osprey/archetypes/gallery.md diff --git a/themes/osprey/assets/js/src/contact.js b/themes/distorsion/osprey/assets/js/src/contact.js similarity index 100% rename from themes/osprey/assets/js/src/contact.js rename to themes/distorsion/osprey/assets/js/src/contact.js diff --git a/themes/osprey/assets/js/src/index.js b/themes/distorsion/osprey/assets/js/src/index.js similarity index 100% rename from themes/osprey/assets/js/src/index.js rename to themes/distorsion/osprey/assets/js/src/index.js diff --git a/themes/osprey/assets/js/src/main.js b/themes/distorsion/osprey/assets/js/src/main.js similarity index 100% rename from themes/osprey/assets/js/src/main.js rename to themes/distorsion/osprey/assets/js/src/main.js diff --git a/themes/osprey/assets/js/src/modal.js b/themes/distorsion/osprey/assets/js/src/modal.js similarity index 100% rename from themes/osprey/assets/js/src/modal.js rename to themes/distorsion/osprey/assets/js/src/modal.js diff --git a/themes/osprey/assets/js/vendor/lazysizes.min.js b/themes/distorsion/osprey/assets/js/vendor/lazysizes.min.js similarity index 100% rename from themes/osprey/assets/js/vendor/lazysizes.min.js rename to themes/distorsion/osprey/assets/js/vendor/lazysizes.min.js diff --git a/themes/osprey/assets/sass/_about.scss b/themes/distorsion/osprey/assets/sass/_about.scss similarity index 100% rename from themes/osprey/assets/sass/_about.scss rename to themes/distorsion/osprey/assets/sass/_about.scss diff --git a/themes/osprey/assets/sass/_animation.scss b/themes/distorsion/osprey/assets/sass/_animation.scss similarity index 100% rename from themes/osprey/assets/sass/_animation.scss rename to themes/distorsion/osprey/assets/sass/_animation.scss diff --git a/themes/osprey/assets/sass/_base.scss b/themes/distorsion/osprey/assets/sass/_base.scss similarity index 100% rename from themes/osprey/assets/sass/_base.scss rename to themes/distorsion/osprey/assets/sass/_base.scss diff --git a/themes/osprey/assets/sass/_colors.scss b/themes/distorsion/osprey/assets/sass/_colors.scss similarity index 100% rename from themes/osprey/assets/sass/_colors.scss rename to themes/distorsion/osprey/assets/sass/_colors.scss diff --git a/themes/osprey/assets/sass/_flexboxgrid.scss b/themes/distorsion/osprey/assets/sass/_flexboxgrid.scss similarity index 100% rename from themes/osprey/assets/sass/_flexboxgrid.scss rename to themes/distorsion/osprey/assets/sass/_flexboxgrid.scss diff --git a/themes/osprey/assets/sass/_gallery.scss b/themes/distorsion/osprey/assets/sass/_gallery.scss similarity index 100% rename from themes/osprey/assets/sass/_gallery.scss rename to themes/distorsion/osprey/assets/sass/_gallery.scss diff --git a/themes/osprey/assets/sass/_layout.scss b/themes/distorsion/osprey/assets/sass/_layout.scss similarity index 100% rename from themes/osprey/assets/sass/_layout.scss rename to themes/distorsion/osprey/assets/sass/_layout.scss diff --git a/themes/osprey/assets/sass/_modal.scss b/themes/distorsion/osprey/assets/sass/_modal.scss similarity index 100% rename from themes/osprey/assets/sass/_modal.scss rename to themes/distorsion/osprey/assets/sass/_modal.scss diff --git a/themes/osprey/assets/sass/_typography.scss b/themes/distorsion/osprey/assets/sass/_typography.scss similarity index 100% rename from themes/osprey/assets/sass/_typography.scss rename to themes/distorsion/osprey/assets/sass/_typography.scss diff --git a/themes/osprey/assets/sass/main.scss b/themes/distorsion/osprey/assets/sass/main.scss similarity index 100% rename from themes/osprey/assets/sass/main.scss rename to themes/distorsion/osprey/assets/sass/main.scss diff --git a/themes/osprey/exampleSite/config.toml b/themes/distorsion/osprey/exampleSite/config.toml similarity index 100% rename from themes/osprey/exampleSite/config.toml rename to themes/distorsion/osprey/exampleSite/config.toml diff --git a/themes/osprey/exampleSite/content/about.md b/themes/distorsion/osprey/exampleSite/content/about.md similarity index 100% rename from themes/osprey/exampleSite/content/about.md rename to themes/distorsion/osprey/exampleSite/content/about.md diff --git a/themes/osprey/exampleSite/content/blog/creating-a-new-theme.md b/themes/distorsion/osprey/exampleSite/content/blog/creating-a-new-theme.md similarity index 100% rename from themes/osprey/exampleSite/content/blog/creating-a-new-theme.md rename to themes/distorsion/osprey/exampleSite/content/blog/creating-a-new-theme.md diff --git a/themes/osprey/exampleSite/content/blog/goisforlovers.md b/themes/distorsion/osprey/exampleSite/content/blog/goisforlovers.md similarity index 100% rename from themes/osprey/exampleSite/content/blog/goisforlovers.md rename to themes/distorsion/osprey/exampleSite/content/blog/goisforlovers.md diff --git a/themes/osprey/exampleSite/content/blog/hugoisforlovers.md b/themes/distorsion/osprey/exampleSite/content/blog/hugoisforlovers.md similarity index 100% rename from themes/osprey/exampleSite/content/blog/hugoisforlovers.md rename to themes/distorsion/osprey/exampleSite/content/blog/hugoisforlovers.md diff --git a/themes/osprey/exampleSite/content/blog/migrate-from-jekyll.md b/themes/distorsion/osprey/exampleSite/content/blog/migrate-from-jekyll.md similarity index 100% rename from themes/osprey/exampleSite/content/blog/migrate-from-jekyll.md rename to themes/distorsion/osprey/exampleSite/content/blog/migrate-from-jekyll.md diff --git a/themes/osprey/exampleSite/content/gallery/hugo.md b/themes/distorsion/osprey/exampleSite/content/gallery/hugo.md similarity index 100% rename from themes/osprey/exampleSite/content/gallery/hugo.md rename to themes/distorsion/osprey/exampleSite/content/gallery/hugo.md diff --git a/themes/osprey/exampleSite/content/gallery/osprey.md b/themes/distorsion/osprey/exampleSite/content/gallery/osprey.md similarity index 100% rename from themes/osprey/exampleSite/content/gallery/osprey.md rename to themes/distorsion/osprey/exampleSite/content/gallery/osprey.md diff --git a/themes/osprey/exampleSite/content/gallery/rugged-fellows-guide.md b/themes/distorsion/osprey/exampleSite/content/gallery/rugged-fellows-guide.md similarity index 100% rename from themes/osprey/exampleSite/content/gallery/rugged-fellows-guide.md rename to themes/distorsion/osprey/exampleSite/content/gallery/rugged-fellows-guide.md diff --git a/themes/osprey/exampleSite/content/gallery/toma-nistor.md b/themes/distorsion/osprey/exampleSite/content/gallery/toma-nistor.md similarity index 100% rename from themes/osprey/exampleSite/content/gallery/toma-nistor.md rename to themes/distorsion/osprey/exampleSite/content/gallery/toma-nistor.md diff --git a/themes/osprey/exampleSite/static/images/hugo.png b/themes/distorsion/osprey/exampleSite/static/images/hugo.png similarity index 100% rename from themes/osprey/exampleSite/static/images/hugo.png rename to themes/distorsion/osprey/exampleSite/static/images/hugo.png diff --git a/themes/osprey/exampleSite/static/images/osprey-logo.png b/themes/distorsion/osprey/exampleSite/static/images/osprey-logo.png similarity index 100% rename from themes/osprey/exampleSite/static/images/osprey-logo.png rename to themes/distorsion/osprey/exampleSite/static/images/osprey-logo.png diff --git a/themes/osprey/exampleSite/static/images/osprey.png b/themes/distorsion/osprey/exampleSite/static/images/osprey.png similarity index 100% rename from themes/osprey/exampleSite/static/images/osprey.png rename to themes/distorsion/osprey/exampleSite/static/images/osprey.png diff --git a/themes/osprey/exampleSite/static/images/rugged-fellows-guide.png b/themes/distorsion/osprey/exampleSite/static/images/rugged-fellows-guide.png similarity index 100% rename from themes/osprey/exampleSite/static/images/rugged-fellows-guide.png rename to themes/distorsion/osprey/exampleSite/static/images/rugged-fellows-guide.png diff --git a/themes/osprey/exampleSite/static/images/toma-nistor.png b/themes/distorsion/osprey/exampleSite/static/images/toma-nistor.png similarity index 100% rename from themes/osprey/exampleSite/static/images/toma-nistor.png rename to themes/distorsion/osprey/exampleSite/static/images/toma-nistor.png diff --git a/themes/osprey/i18n/de.toml b/themes/distorsion/osprey/i18n/de.toml similarity index 100% rename from themes/osprey/i18n/de.toml rename to themes/distorsion/osprey/i18n/de.toml diff --git a/themes/osprey/i18n/en.toml b/themes/distorsion/osprey/i18n/en.toml similarity index 100% rename from themes/osprey/i18n/en.toml rename to themes/distorsion/osprey/i18n/en.toml diff --git a/themes/osprey/i18n/sv.toml b/themes/distorsion/osprey/i18n/sv.toml similarity index 100% rename from themes/osprey/i18n/sv.toml rename to themes/distorsion/osprey/i18n/sv.toml diff --git a/themes/osprey/images/basin-ajax-setup.png b/themes/distorsion/osprey/images/basin-ajax-setup.png similarity index 100% rename from themes/osprey/images/basin-ajax-setup.png rename to themes/distorsion/osprey/images/basin-ajax-setup.png diff --git a/themes/osprey/images/osprey-logo.png b/themes/distorsion/osprey/images/osprey-logo.png similarity index 100% rename from themes/osprey/images/osprey-logo.png rename to themes/distorsion/osprey/images/osprey-logo.png diff --git a/themes/osprey/images/screenshot.png b/themes/distorsion/osprey/images/screenshot.png similarity index 100% rename from themes/osprey/images/screenshot.png rename to themes/distorsion/osprey/images/screenshot.png diff --git a/themes/osprey/images/tn.png b/themes/distorsion/osprey/images/tn.png similarity index 100% rename from themes/osprey/images/tn.png rename to themes/distorsion/osprey/images/tn.png diff --git a/themes/osprey/layouts/404.html b/themes/distorsion/osprey/layouts/404.html similarity index 100% rename from themes/osprey/layouts/404.html rename to themes/distorsion/osprey/layouts/404.html diff --git a/themes/osprey/layouts/_default/list.html b/themes/distorsion/osprey/layouts/_default/list.html similarity index 100% rename from themes/osprey/layouts/_default/list.html rename to themes/distorsion/osprey/layouts/_default/list.html diff --git a/themes/osprey/layouts/_default/single.html b/themes/distorsion/osprey/layouts/_default/single.html similarity index 100% rename from themes/osprey/layouts/_default/single.html rename to themes/distorsion/osprey/layouts/_default/single.html diff --git a/themes/osprey/layouts/gallery/list.html b/themes/distorsion/osprey/layouts/gallery/list.html similarity index 100% rename from themes/osprey/layouts/gallery/list.html rename to themes/distorsion/osprey/layouts/gallery/list.html diff --git a/themes/osprey/layouts/gallery/single.html b/themes/distorsion/osprey/layouts/gallery/single.html similarity index 100% rename from themes/osprey/layouts/gallery/single.html rename to themes/distorsion/osprey/layouts/gallery/single.html diff --git a/themes/osprey/layouts/index.html b/themes/distorsion/osprey/layouts/index.html similarity index 100% rename from themes/osprey/layouts/index.html rename to themes/distorsion/osprey/layouts/index.html diff --git a/themes/osprey/layouts/partials/about.html b/themes/distorsion/osprey/layouts/partials/about.html similarity index 100% rename from themes/osprey/layouts/partials/about.html rename to themes/distorsion/osprey/layouts/partials/about.html diff --git a/themes/osprey/layouts/partials/blog.html b/themes/distorsion/osprey/layouts/partials/blog.html similarity index 100% rename from themes/osprey/layouts/partials/blog.html rename to themes/distorsion/osprey/layouts/partials/blog.html diff --git a/themes/osprey/layouts/partials/body-bottom.html b/themes/distorsion/osprey/layouts/partials/body-bottom.html similarity index 100% rename from themes/osprey/layouts/partials/body-bottom.html rename to themes/distorsion/osprey/layouts/partials/body-bottom.html diff --git a/themes/osprey/layouts/partials/body-top.html b/themes/distorsion/osprey/layouts/partials/body-top.html similarity index 100% rename from themes/osprey/layouts/partials/body-top.html rename to themes/distorsion/osprey/layouts/partials/body-top.html diff --git a/themes/osprey/layouts/partials/contact.html b/themes/distorsion/osprey/layouts/partials/contact.html similarity index 100% rename from themes/osprey/layouts/partials/contact.html rename to themes/distorsion/osprey/layouts/partials/contact.html diff --git a/themes/osprey/layouts/partials/css.html b/themes/distorsion/osprey/layouts/partials/css.html similarity index 100% rename from themes/osprey/layouts/partials/css.html rename to themes/distorsion/osprey/layouts/partials/css.html diff --git a/themes/osprey/layouts/partials/disqus.html b/themes/distorsion/osprey/layouts/partials/disqus.html similarity index 100% rename from themes/osprey/layouts/partials/disqus.html rename to themes/distorsion/osprey/layouts/partials/disqus.html diff --git a/themes/osprey/layouts/partials/footer.html b/themes/distorsion/osprey/layouts/partials/footer.html similarity index 100% rename from themes/osprey/layouts/partials/footer.html rename to themes/distorsion/osprey/layouts/partials/footer.html diff --git a/themes/osprey/layouts/partials/gallery.html b/themes/distorsion/osprey/layouts/partials/gallery.html similarity index 100% rename from themes/osprey/layouts/partials/gallery.html rename to themes/distorsion/osprey/layouts/partials/gallery.html diff --git a/themes/osprey/layouts/partials/head.html b/themes/distorsion/osprey/layouts/partials/head.html similarity index 100% rename from themes/osprey/layouts/partials/head.html rename to themes/distorsion/osprey/layouts/partials/head.html diff --git a/themes/osprey/layouts/partials/modals.html b/themes/distorsion/osprey/layouts/partials/modals.html similarity index 100% rename from themes/osprey/layouts/partials/modals.html rename to themes/distorsion/osprey/layouts/partials/modals.html diff --git a/themes/osprey/layouts/partials/scripts/contact.min.js b/themes/distorsion/osprey/layouts/partials/scripts/contact.min.js similarity index 100% rename from themes/osprey/layouts/partials/scripts/contact.min.js rename to themes/distorsion/osprey/layouts/partials/scripts/contact.min.js diff --git a/themes/osprey/layouts/sitemap.xml b/themes/distorsion/osprey/layouts/sitemap.xml similarity index 100% rename from themes/osprey/layouts/sitemap.xml rename to themes/distorsion/osprey/layouts/sitemap.xml diff --git a/themes/osprey/static/images/icon-menu.png b/themes/distorsion/osprey/static/images/icon-menu.png similarity index 100% rename from themes/osprey/static/images/icon-menu.png rename to themes/distorsion/osprey/static/images/icon-menu.png diff --git a/themes/osprey/static/images/icon-x.png b/themes/distorsion/osprey/static/images/icon-x.png similarity index 100% rename from themes/osprey/static/images/icon-x.png rename to themes/distorsion/osprey/static/images/icon-x.png diff --git a/themes/osprey/static/images/osprey-logo.png b/themes/distorsion/osprey/static/images/osprey-logo.png similarity index 100% rename from themes/osprey/static/images/osprey-logo.png rename to themes/distorsion/osprey/static/images/osprey-logo.png diff --git a/themes/osprey/static/images/osprey.png b/themes/distorsion/osprey/static/images/osprey.png similarity index 100% rename from themes/osprey/static/images/osprey.png rename to themes/distorsion/osprey/static/images/osprey.png diff --git a/themes/osprey/theme.toml b/themes/distorsion/osprey/theme.toml similarity index 100% rename from themes/osprey/theme.toml rename to themes/distorsion/osprey/theme.toml