From fa494af4bd9003cd7e0d64f75a333e46a777eb8b Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 6 May 2024 12:34:38 -0700 Subject: [PATCH] Move sample data file --- static/{share => shared/branding}/hugo-tall.png | Bin .../branding}/made-with-hugo-dark.png | Bin .../branding}/made-with-hugo-long-dark.png | Bin .../branding}/made-with-hugo-long.png | Bin .../{share => shared/branding}/made-with-hugo.png | Bin .../branding}/powered-by-hugo-dark.png | Bin .../branding}/powered-by-hugo-long-dark.png | Bin .../branding}/powered-by-hugo-long.png | Bin .../{share => shared/branding}/powered-by-hugo.png | Bin .../shared/examples/data}/books.json | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename static/{share => shared/branding}/hugo-tall.png (100%) rename static/{share => shared/branding}/made-with-hugo-dark.png (100%) rename static/{share => shared/branding}/made-with-hugo-long-dark.png (100%) rename static/{share => shared/branding}/made-with-hugo-long.png (100%) rename static/{share => shared/branding}/made-with-hugo.png (100%) rename static/{share => shared/branding}/powered-by-hugo-dark.png (100%) rename static/{share => shared/branding}/powered-by-hugo-long-dark.png (100%) rename static/{share => shared/branding}/powered-by-hugo-long.png (100%) rename static/{share => shared/branding}/powered-by-hugo.png (100%) rename {assets/data/examples => static/shared/examples/data}/books.json (100%) diff --git a/static/share/hugo-tall.png b/static/shared/branding/hugo-tall.png similarity index 100% rename from static/share/hugo-tall.png rename to static/shared/branding/hugo-tall.png diff --git a/static/share/made-with-hugo-dark.png b/static/shared/branding/made-with-hugo-dark.png similarity index 100% rename from static/share/made-with-hugo-dark.png rename to static/shared/branding/made-with-hugo-dark.png diff --git a/static/share/made-with-hugo-long-dark.png b/static/shared/branding/made-with-hugo-long-dark.png similarity index 100% rename from static/share/made-with-hugo-long-dark.png rename to static/shared/branding/made-with-hugo-long-dark.png diff --git a/static/share/made-with-hugo-long.png b/static/shared/branding/made-with-hugo-long.png similarity index 100% rename from static/share/made-with-hugo-long.png rename to static/shared/branding/made-with-hugo-long.png diff --git a/static/share/made-with-hugo.png b/static/shared/branding/made-with-hugo.png similarity index 100% rename from static/share/made-with-hugo.png rename to static/shared/branding/made-with-hugo.png diff --git a/static/share/powered-by-hugo-dark.png b/static/shared/branding/powered-by-hugo-dark.png similarity index 100% rename from static/share/powered-by-hugo-dark.png rename to static/shared/branding/powered-by-hugo-dark.png diff --git a/static/share/powered-by-hugo-long-dark.png b/static/shared/branding/powered-by-hugo-long-dark.png similarity index 100% rename from static/share/powered-by-hugo-long-dark.png rename to static/shared/branding/powered-by-hugo-long-dark.png diff --git a/static/share/powered-by-hugo-long.png b/static/shared/branding/powered-by-hugo-long.png similarity index 100% rename from static/share/powered-by-hugo-long.png rename to static/shared/branding/powered-by-hugo-long.png diff --git a/static/share/powered-by-hugo.png b/static/shared/branding/powered-by-hugo.png similarity index 100% rename from static/share/powered-by-hugo.png rename to static/shared/branding/powered-by-hugo.png diff --git a/assets/data/examples/books.json b/static/shared/examples/data/books.json similarity index 100% rename from assets/data/examples/books.json rename to static/shared/examples/data/books.json