diff --git a/themes/distorsion/osprey/.gitignore b/themes/distorsion/.gitignore similarity index 100% rename from themes/distorsion/osprey/.gitignore rename to themes/distorsion/.gitignore diff --git a/themes/distorsion/osprey/LICENSE b/themes/distorsion/LICENSE similarity index 100% rename from themes/distorsion/osprey/LICENSE rename to themes/distorsion/LICENSE diff --git a/themes/distorsion/osprey/README.md b/themes/distorsion/README.md similarity index 100% rename from themes/distorsion/osprey/README.md rename to themes/distorsion/README.md diff --git a/themes/distorsion/osprey/archetypes/blog.md b/themes/distorsion/archetypes/blog.md similarity index 100% rename from themes/distorsion/osprey/archetypes/blog.md rename to themes/distorsion/archetypes/blog.md diff --git a/themes/distorsion/osprey/archetypes/default.md b/themes/distorsion/archetypes/default.md similarity index 100% rename from themes/distorsion/osprey/archetypes/default.md rename to themes/distorsion/archetypes/default.md diff --git a/themes/distorsion/osprey/archetypes/gallery.md b/themes/distorsion/archetypes/gallery.md similarity index 100% rename from themes/distorsion/osprey/archetypes/gallery.md rename to themes/distorsion/archetypes/gallery.md diff --git a/themes/distorsion/osprey/assets/js/src/contact.js b/themes/distorsion/assets/js/src/contact.js similarity index 100% rename from themes/distorsion/osprey/assets/js/src/contact.js rename to themes/distorsion/assets/js/src/contact.js diff --git a/themes/distorsion/osprey/assets/js/src/index.js b/themes/distorsion/assets/js/src/index.js similarity index 100% rename from themes/distorsion/osprey/assets/js/src/index.js rename to themes/distorsion/assets/js/src/index.js diff --git a/themes/distorsion/osprey/assets/js/src/main.js b/themes/distorsion/assets/js/src/main.js similarity index 100% rename from themes/distorsion/osprey/assets/js/src/main.js rename to themes/distorsion/assets/js/src/main.js diff --git a/themes/distorsion/osprey/assets/js/src/modal.js b/themes/distorsion/assets/js/src/modal.js similarity index 100% rename from themes/distorsion/osprey/assets/js/src/modal.js rename to themes/distorsion/assets/js/src/modal.js diff --git a/themes/distorsion/osprey/assets/js/vendor/lazysizes.min.js b/themes/distorsion/assets/js/vendor/lazysizes.min.js similarity index 100% rename from themes/distorsion/osprey/assets/js/vendor/lazysizes.min.js rename to themes/distorsion/assets/js/vendor/lazysizes.min.js diff --git a/themes/distorsion/osprey/assets/sass/_about.scss b/themes/distorsion/assets/sass/_about.scss similarity index 100% rename from themes/distorsion/osprey/assets/sass/_about.scss rename to themes/distorsion/assets/sass/_about.scss diff --git a/themes/distorsion/osprey/assets/sass/_animation.scss b/themes/distorsion/assets/sass/_animation.scss similarity index 100% rename from themes/distorsion/osprey/assets/sass/_animation.scss rename to themes/distorsion/assets/sass/_animation.scss diff --git a/themes/distorsion/osprey/assets/sass/_base.scss b/themes/distorsion/assets/sass/_base.scss similarity index 100% rename from themes/distorsion/osprey/assets/sass/_base.scss rename to themes/distorsion/assets/sass/_base.scss diff --git a/themes/distorsion/osprey/assets/sass/_colors.scss b/themes/distorsion/assets/sass/_colors.scss similarity index 100% rename from themes/distorsion/osprey/assets/sass/_colors.scss rename to themes/distorsion/assets/sass/_colors.scss diff --git a/themes/distorsion/osprey/assets/sass/_flexboxgrid.scss b/themes/distorsion/assets/sass/_flexboxgrid.scss similarity index 100% rename from themes/distorsion/osprey/assets/sass/_flexboxgrid.scss rename to themes/distorsion/assets/sass/_flexboxgrid.scss diff --git a/themes/distorsion/osprey/assets/sass/_gallery.scss b/themes/distorsion/assets/sass/_gallery.scss similarity index 100% rename from themes/distorsion/osprey/assets/sass/_gallery.scss rename to themes/distorsion/assets/sass/_gallery.scss diff --git a/themes/distorsion/osprey/assets/sass/_layout.scss b/themes/distorsion/assets/sass/_layout.scss similarity index 100% rename from themes/distorsion/osprey/assets/sass/_layout.scss rename to themes/distorsion/assets/sass/_layout.scss diff --git a/themes/distorsion/osprey/assets/sass/_modal.scss b/themes/distorsion/assets/sass/_modal.scss similarity index 100% rename from themes/distorsion/osprey/assets/sass/_modal.scss rename to themes/distorsion/assets/sass/_modal.scss diff --git a/themes/distorsion/osprey/assets/sass/_typography.scss b/themes/distorsion/assets/sass/_typography.scss similarity index 100% rename from themes/distorsion/osprey/assets/sass/_typography.scss rename to themes/distorsion/assets/sass/_typography.scss diff --git a/themes/distorsion/osprey/assets/sass/main.scss b/themes/distorsion/assets/sass/main.scss similarity index 100% rename from themes/distorsion/osprey/assets/sass/main.scss rename to themes/distorsion/assets/sass/main.scss diff --git a/themes/distorsion/osprey/exampleSite/config.toml b/themes/distorsion/exampleSite/config.toml similarity index 100% rename from themes/distorsion/osprey/exampleSite/config.toml rename to themes/distorsion/exampleSite/config.toml diff --git a/themes/distorsion/osprey/exampleSite/content/about.md b/themes/distorsion/exampleSite/content/about.md similarity index 100% rename from themes/distorsion/osprey/exampleSite/content/about.md rename to themes/distorsion/exampleSite/content/about.md diff --git a/themes/distorsion/osprey/exampleSite/content/blog/creating-a-new-theme.md b/themes/distorsion/exampleSite/content/blog/creating-a-new-theme.md similarity index 100% rename from themes/distorsion/osprey/exampleSite/content/blog/creating-a-new-theme.md rename to themes/distorsion/exampleSite/content/blog/creating-a-new-theme.md diff --git a/themes/distorsion/osprey/exampleSite/content/blog/goisforlovers.md b/themes/distorsion/exampleSite/content/blog/goisforlovers.md similarity index 100% rename from themes/distorsion/osprey/exampleSite/content/blog/goisforlovers.md rename to themes/distorsion/exampleSite/content/blog/goisforlovers.md diff --git a/themes/distorsion/osprey/exampleSite/content/blog/hugoisforlovers.md b/themes/distorsion/exampleSite/content/blog/hugoisforlovers.md similarity index 100% rename from themes/distorsion/osprey/exampleSite/content/blog/hugoisforlovers.md rename to themes/distorsion/exampleSite/content/blog/hugoisforlovers.md diff --git a/themes/distorsion/osprey/exampleSite/content/blog/migrate-from-jekyll.md b/themes/distorsion/exampleSite/content/blog/migrate-from-jekyll.md similarity index 100% rename from themes/distorsion/osprey/exampleSite/content/blog/migrate-from-jekyll.md rename to themes/distorsion/exampleSite/content/blog/migrate-from-jekyll.md diff --git a/themes/distorsion/osprey/exampleSite/content/gallery/hugo.md b/themes/distorsion/exampleSite/content/gallery/hugo.md similarity index 100% rename from themes/distorsion/osprey/exampleSite/content/gallery/hugo.md rename to themes/distorsion/exampleSite/content/gallery/hugo.md diff --git a/themes/distorsion/osprey/exampleSite/content/gallery/osprey.md b/themes/distorsion/exampleSite/content/gallery/osprey.md similarity index 100% rename from themes/distorsion/osprey/exampleSite/content/gallery/osprey.md rename to themes/distorsion/exampleSite/content/gallery/osprey.md diff --git a/themes/distorsion/osprey/exampleSite/content/gallery/rugged-fellows-guide.md b/themes/distorsion/exampleSite/content/gallery/rugged-fellows-guide.md similarity index 100% rename from themes/distorsion/osprey/exampleSite/content/gallery/rugged-fellows-guide.md rename to themes/distorsion/exampleSite/content/gallery/rugged-fellows-guide.md diff --git a/themes/distorsion/osprey/exampleSite/content/gallery/toma-nistor.md b/themes/distorsion/exampleSite/content/gallery/toma-nistor.md similarity index 100% rename from themes/distorsion/osprey/exampleSite/content/gallery/toma-nistor.md rename to themes/distorsion/exampleSite/content/gallery/toma-nistor.md diff --git a/themes/distorsion/osprey/exampleSite/static/images/hugo.png b/themes/distorsion/exampleSite/static/images/hugo.png similarity index 100% rename from themes/distorsion/osprey/exampleSite/static/images/hugo.png rename to themes/distorsion/exampleSite/static/images/hugo.png diff --git a/themes/distorsion/osprey/exampleSite/static/images/osprey-logo.png b/themes/distorsion/exampleSite/static/images/osprey-logo.png similarity index 100% rename from themes/distorsion/osprey/exampleSite/static/images/osprey-logo.png rename to themes/distorsion/exampleSite/static/images/osprey-logo.png diff --git a/themes/distorsion/osprey/exampleSite/static/images/osprey.png b/themes/distorsion/exampleSite/static/images/osprey.png similarity index 100% rename from themes/distorsion/osprey/exampleSite/static/images/osprey.png rename to themes/distorsion/exampleSite/static/images/osprey.png diff --git a/themes/distorsion/osprey/exampleSite/static/images/rugged-fellows-guide.png b/themes/distorsion/exampleSite/static/images/rugged-fellows-guide.png similarity index 100% rename from themes/distorsion/osprey/exampleSite/static/images/rugged-fellows-guide.png rename to themes/distorsion/exampleSite/static/images/rugged-fellows-guide.png diff --git a/themes/distorsion/osprey/exampleSite/static/images/toma-nistor.png b/themes/distorsion/exampleSite/static/images/toma-nistor.png similarity index 100% rename from themes/distorsion/osprey/exampleSite/static/images/toma-nistor.png rename to themes/distorsion/exampleSite/static/images/toma-nistor.png diff --git a/themes/distorsion/osprey/i18n/de.toml b/themes/distorsion/i18n/de.toml similarity index 100% rename from themes/distorsion/osprey/i18n/de.toml rename to themes/distorsion/i18n/de.toml diff --git a/themes/distorsion/osprey/i18n/en.toml b/themes/distorsion/i18n/en.toml similarity index 91% rename from themes/distorsion/osprey/i18n/en.toml rename to themes/distorsion/i18n/en.toml index 645eda0..29c2a3c 100644 --- a/themes/distorsion/osprey/i18n/en.toml +++ b/themes/distorsion/i18n/en.toml @@ -10,6 +10,8 @@ other = "Let's Chat" other = "Name" [email] other = "Email" +[mail] +other = "distorsion@groupes.renater.fr" [subject] other = "Subject" [message] @@ -38,4 +40,4 @@ other = "GitHub" [linkedin] other = "LinkedIn" [twitter] -other = "Twitter" \ No newline at end of file +other = "Twitter" diff --git a/themes/distorsion/osprey/i18n/sv.toml b/themes/distorsion/i18n/sv.toml similarity index 100% rename from themes/distorsion/osprey/i18n/sv.toml rename to themes/distorsion/i18n/sv.toml diff --git a/themes/distorsion/osprey/images/basin-ajax-setup.png b/themes/distorsion/images/basin-ajax-setup.png similarity index 100% rename from themes/distorsion/osprey/images/basin-ajax-setup.png rename to themes/distorsion/images/basin-ajax-setup.png diff --git a/themes/distorsion/osprey/images/osprey-logo.png b/themes/distorsion/images/osprey-logo.png similarity index 100% rename from themes/distorsion/osprey/images/osprey-logo.png rename to themes/distorsion/images/osprey-logo.png diff --git a/themes/distorsion/osprey/images/screenshot.png b/themes/distorsion/images/screenshot.png similarity index 100% rename from themes/distorsion/osprey/images/screenshot.png rename to themes/distorsion/images/screenshot.png diff --git a/themes/distorsion/osprey/images/tn.png b/themes/distorsion/images/tn.png similarity index 100% rename from themes/distorsion/osprey/images/tn.png rename to themes/distorsion/images/tn.png diff --git a/themes/distorsion/osprey/layouts/404.html b/themes/distorsion/layouts/404.html similarity index 100% rename from themes/distorsion/osprey/layouts/404.html rename to themes/distorsion/layouts/404.html diff --git a/themes/distorsion/osprey/layouts/_default/list.html b/themes/distorsion/layouts/_default/list.html similarity index 100% rename from themes/distorsion/osprey/layouts/_default/list.html rename to themes/distorsion/layouts/_default/list.html diff --git a/themes/distorsion/osprey/layouts/_default/single.html b/themes/distorsion/layouts/_default/single.html similarity index 100% rename from themes/distorsion/osprey/layouts/_default/single.html rename to themes/distorsion/layouts/_default/single.html diff --git a/themes/distorsion/osprey/layouts/gallery/list.html b/themes/distorsion/layouts/gallery/list.html similarity index 100% rename from themes/distorsion/osprey/layouts/gallery/list.html rename to themes/distorsion/layouts/gallery/list.html diff --git a/themes/distorsion/osprey/layouts/gallery/single.html b/themes/distorsion/layouts/gallery/single.html similarity index 100% rename from themes/distorsion/osprey/layouts/gallery/single.html rename to themes/distorsion/layouts/gallery/single.html diff --git a/themes/distorsion/osprey/layouts/index.html b/themes/distorsion/layouts/index.html similarity index 100% rename from themes/distorsion/osprey/layouts/index.html rename to themes/distorsion/layouts/index.html diff --git a/themes/distorsion/osprey/layouts/partials/about.html b/themes/distorsion/layouts/partials/about.html similarity index 100% rename from themes/distorsion/osprey/layouts/partials/about.html rename to themes/distorsion/layouts/partials/about.html diff --git a/themes/distorsion/osprey/layouts/partials/blog.html b/themes/distorsion/layouts/partials/blog.html similarity index 100% rename from themes/distorsion/osprey/layouts/partials/blog.html rename to themes/distorsion/layouts/partials/blog.html diff --git a/themes/distorsion/osprey/layouts/partials/body-bottom.html b/themes/distorsion/layouts/partials/body-bottom.html similarity index 100% rename from themes/distorsion/osprey/layouts/partials/body-bottom.html rename to themes/distorsion/layouts/partials/body-bottom.html diff --git a/themes/distorsion/osprey/layouts/partials/body-top.html b/themes/distorsion/layouts/partials/body-top.html similarity index 100% rename from themes/distorsion/osprey/layouts/partials/body-top.html rename to themes/distorsion/layouts/partials/body-top.html diff --git a/themes/distorsion/layouts/partials/contact.html b/themes/distorsion/layouts/partials/contact.html new file mode 100644 index 0000000..3eb7661 --- /dev/null +++ b/themes/distorsion/layouts/partials/contact.html @@ -0,0 +1,12 @@ +{{ if or (.Site.Params.ajaxFormspree) (.Site.Params.ajaxBasin) }} +
+
+ +
+
+

{{ i18n "mail" }}

+
+
+
+
+{{ end }} diff --git a/themes/distorsion/osprey/layouts/partials/css.html b/themes/distorsion/layouts/partials/css.html similarity index 100% rename from themes/distorsion/osprey/layouts/partials/css.html rename to themes/distorsion/layouts/partials/css.html diff --git a/themes/distorsion/osprey/layouts/partials/disqus.html b/themes/distorsion/layouts/partials/disqus.html similarity index 100% rename from themes/distorsion/osprey/layouts/partials/disqus.html rename to themes/distorsion/layouts/partials/disqus.html diff --git a/themes/distorsion/osprey/layouts/partials/footer.html b/themes/distorsion/layouts/partials/footer.html similarity index 100% rename from themes/distorsion/osprey/layouts/partials/footer.html rename to themes/distorsion/layouts/partials/footer.html diff --git a/themes/distorsion/osprey/layouts/partials/gallery.html b/themes/distorsion/layouts/partials/gallery.html similarity index 100% rename from themes/distorsion/osprey/layouts/partials/gallery.html rename to themes/distorsion/layouts/partials/gallery.html diff --git a/themes/distorsion/osprey/layouts/partials/head.html b/themes/distorsion/layouts/partials/head.html similarity index 100% rename from themes/distorsion/osprey/layouts/partials/head.html rename to themes/distorsion/layouts/partials/head.html diff --git a/themes/distorsion/osprey/layouts/partials/modals.html b/themes/distorsion/layouts/partials/modals.html similarity index 100% rename from themes/distorsion/osprey/layouts/partials/modals.html rename to themes/distorsion/layouts/partials/modals.html diff --git a/themes/distorsion/osprey/layouts/partials/scripts/contact.min.js b/themes/distorsion/layouts/partials/scripts/contact.min.js similarity index 100% rename from themes/distorsion/osprey/layouts/partials/scripts/contact.min.js rename to themes/distorsion/layouts/partials/scripts/contact.min.js diff --git a/themes/distorsion/osprey/layouts/sitemap.xml b/themes/distorsion/layouts/sitemap.xml similarity index 100% rename from themes/distorsion/osprey/layouts/sitemap.xml rename to themes/distorsion/layouts/sitemap.xml diff --git a/themes/distorsion/osprey/layouts/partials/contact.html b/themes/distorsion/osprey/layouts/partials/contact.html deleted file mode 100644 index 5d09874..0000000 --- a/themes/distorsion/osprey/layouts/partials/contact.html +++ /dev/null @@ -1,30 +0,0 @@ -{{ if or (.Site.Params.ajaxFormspree) (.Site.Params.ajaxBasin) }} -
-
- -
-
-

{{ i18n "letsChat" }}

-
-
- -
-
-
-
-
-
- {{ if .Site.Params.ajaxFormspree }} - - - {{ end }} -
- - -
-
-
- -
-
-{{ end }} diff --git a/themes/distorsion/osprey/static/images/icon-menu.png b/themes/distorsion/static/images/icon-menu.png similarity index 100% rename from themes/distorsion/osprey/static/images/icon-menu.png rename to themes/distorsion/static/images/icon-menu.png diff --git a/themes/distorsion/osprey/static/images/icon-x.png b/themes/distorsion/static/images/icon-x.png similarity index 100% rename from themes/distorsion/osprey/static/images/icon-x.png rename to themes/distorsion/static/images/icon-x.png diff --git a/themes/distorsion/osprey/static/images/osprey-logo.png b/themes/distorsion/static/images/osprey-logo.png similarity index 100% rename from themes/distorsion/osprey/static/images/osprey-logo.png rename to themes/distorsion/static/images/osprey-logo.png diff --git a/themes/distorsion/osprey/static/images/osprey.png b/themes/distorsion/static/images/osprey.png similarity index 100% rename from themes/distorsion/osprey/static/images/osprey.png rename to themes/distorsion/static/images/osprey.png diff --git a/themes/distorsion/osprey/theme.toml b/themes/distorsion/theme.toml similarity index 89% rename from themes/distorsion/osprey/theme.toml rename to themes/distorsion/theme.toml index 54c0dc1..bfc6a28 100644 --- a/themes/distorsion/osprey/theme.toml +++ b/themes/distorsion/theme.toml @@ -4,7 +4,7 @@ licenselink = "https://github.com/tomanistor/osprey/blob/master/LICENSE.md" description = "Clean, responsive one-page portfolio accompanied by a minimalist blog." homepage = "https://github.com/tomanistor/osprey" tags = ["blog", "portfolio", "gallery", "minimalist", "responsive", "flexbox"] -features = ["blog", "portfolio", "google analytics"] +features = ["blog", "portfolio"] min_version = "0.5" [author]