[gimp-web-devel/hugo] Move assets to 'static' folder
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web-devel/hugo] Move assets to 'static' folder
- Date: Sat, 6 Aug 2022 18:13:13 +0000 (UTC)
commit f076b34aad704b5ce74f5b3f72f05dc2854fcc2d
Author: Pat David <patdavid gmail com>
Date: Sat Aug 6 13:04:58 2022 -0500
Move assets to 'static' folder
Anything in the `/static/` folder in the base of the project
directory will be moved into the published site under the root.
This makes it easy to include any static assets we want to
reference and know for sure where they will end up.
For example:
`/static/images/pat.png`
after building will be located (relative to site root) at:
`https://developer.gimp.org/images/pat.png`
The same holds true for _any_ content under the `/static/` folder.
static/images/developer-barbg.png | Bin 0 -> 152 bytes
static/images/developer-left.png | Bin 0 -> 12513 bytes
static/images/developer-right.png | Bin 0 -> 20340 bytes
static/images/shadow.gif | Bin 0 -> 4364 bytes
static/images/shadow.png | Bin 0 -> 3403 bytes
static/images/wilber-icon.png | Bin 0 -> 765 bytes
static/images/wilber.png | Bin 0 -> 6340 bytes
7 files changed, 0 insertions(+), 0 deletions(-)
---
diff --git a/static/images/developer-barbg.png b/static/images/developer-barbg.png
new file mode 100644
index 0000000..14d066e
Binary files /dev/null and b/static/images/developer-barbg.png differ
diff --git a/static/images/developer-left.png b/static/images/developer-left.png
new file mode 100644
index 0000000..c88815a
Binary files /dev/null and b/static/images/developer-left.png differ
diff --git a/static/images/developer-right.png b/static/images/developer-right.png
new file mode 100644
index 0000000..0762614
Binary files /dev/null and b/static/images/developer-right.png differ
diff --git a/static/images/shadow.gif b/static/images/shadow.gif
new file mode 100644
index 0000000..af7f537
Binary files /dev/null and b/static/images/shadow.gif differ
diff --git a/static/images/shadow.png b/static/images/shadow.png
new file mode 100644
index 0000000..a2561df
Binary files /dev/null and b/static/images/shadow.png differ
diff --git a/static/images/wilber-icon.png b/static/images/wilber-icon.png
new file mode 100644
index 0000000..3fa3ffa
Binary files /dev/null and b/static/images/wilber-icon.png differ
diff --git a/static/images/wilber.png b/static/images/wilber.png
new file mode 100644
index 0000000..8c23183
Binary files /dev/null and b/static/images/wilber.png differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]