From 8555cf72dec9321fa010296ce6988cf7b7cf602b Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 26 Dec 2021 00:30:09 -0500 Subject: convert theme from submodule to regular files --- themes/hugo-coder | 1 - themes/hugo-coder/images/logos/favicon.png | Bin 0 -> 559 bytes themes/hugo-coder/images/logos/favicon.svg | 13 ++++++++ themes/hugo-coder/images/logos/logomark.png | Bin 0 -> 38517 bytes themes/hugo-coder/images/logos/logomark.svg | 9 ++++++ themes/hugo-coder/images/logos/logotype-a.png | Bin 0 -> 15070 bytes themes/hugo-coder/images/logos/logotype-a.svg | 43 +++++++++++++++++++++++++ themes/hugo-coder/images/logos/logotype-b.png | Bin 0 -> 46889 bytes themes/hugo-coder/images/logos/logotype-b.svg | 44 ++++++++++++++++++++++++++ themes/hugo-coder/images/screenshot.png | Bin 0 -> 72410 bytes themes/hugo-coder/images/tn.png | Bin 0 -> 38120 bytes 11 files changed, 109 insertions(+), 1 deletion(-) delete mode 160000 themes/hugo-coder create mode 100644 themes/hugo-coder/images/logos/favicon.png create mode 100644 themes/hugo-coder/images/logos/favicon.svg create mode 100644 themes/hugo-coder/images/logos/logomark.png create mode 100644 themes/hugo-coder/images/logos/logomark.svg create mode 100644 themes/hugo-coder/images/logos/logotype-a.png create mode 100644 themes/hugo-coder/images/logos/logotype-a.svg create mode 100644 themes/hugo-coder/images/logos/logotype-b.png create mode 100644 themes/hugo-coder/images/logos/logotype-b.svg create mode 100644 themes/hugo-coder/images/screenshot.png create mode 100644 themes/hugo-coder/images/tn.png (limited to 'themes/hugo-coder/images') diff --git a/themes/hugo-coder b/themes/hugo-coder deleted file mode 160000 index 55b2a15..0000000 --- a/themes/hugo-coder +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 55b2a150f990bc56364dba347bc9acc6aab07be3 diff --git a/themes/hugo-coder/images/logos/favicon.png b/themes/hugo-coder/images/logos/favicon.png new file mode 100644 index 0000000..f2f0316 Binary files /dev/null and b/themes/hugo-coder/images/logos/favicon.png differ diff --git a/themes/hugo-coder/images/logos/favicon.svg b/themes/hugo-coder/images/logos/favicon.svg new file mode 100644 index 0000000..432b43c --- /dev/null +++ b/themes/hugo-coder/images/logos/favicon.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + diff --git a/themes/hugo-coder/images/logos/logomark.png b/themes/hugo-coder/images/logos/logomark.png new file mode 100644 index 0000000..eb975d9 Binary files /dev/null and b/themes/hugo-coder/images/logos/logomark.png differ diff --git a/themes/hugo-coder/images/logos/logomark.svg b/themes/hugo-coder/images/logos/logomark.svg new file mode 100644 index 0000000..97f287f --- /dev/null +++ b/themes/hugo-coder/images/logos/logomark.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/themes/hugo-coder/images/logos/logotype-a.png b/themes/hugo-coder/images/logos/logotype-a.png new file mode 100644 index 0000000..983f407 Binary files /dev/null and b/themes/hugo-coder/images/logos/logotype-a.png differ diff --git a/themes/hugo-coder/images/logos/logotype-a.svg b/themes/hugo-coder/images/logos/logotype-a.svg new file mode 100644 index 0000000..e9ce474 --- /dev/null +++ b/themes/hugo-coder/images/logos/logotype-a.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/themes/hugo-coder/images/logos/logotype-b.png b/themes/hugo-coder/images/logos/logotype-b.png new file mode 100644 index 0000000..4352199 Binary files /dev/null and b/themes/hugo-coder/images/logos/logotype-b.png differ diff --git a/themes/hugo-coder/images/logos/logotype-b.svg b/themes/hugo-coder/images/logos/logotype-b.svg new file mode 100644 index 0000000..06e5dbc --- /dev/null +++ b/themes/hugo-coder/images/logos/logotype-b.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/themes/hugo-coder/images/screenshot.png b/themes/hugo-coder/images/screenshot.png new file mode 100644 index 0000000..0f4029c Binary files /dev/null and b/themes/hugo-coder/images/screenshot.png differ diff --git a/themes/hugo-coder/images/tn.png b/themes/hugo-coder/images/tn.png new file mode 100644 index 0000000..9cac7c7 Binary files /dev/null and b/themes/hugo-coder/images/tn.png differ -- cgit v1.2.3