From 8f3879525689ea24cf31ad8b6f4bbeba17f95220 Mon Sep 17 00:00:00 2001 From: Loyd Osborne Date: Wed, 3 Apr 2024 11:24:50 -0600 Subject: [PATCH] Commit --- _includes/blog-card.html | 2 +- _includes/casting-card.html | 2 +- _posts/2024-04-02-new-and-improved.md | 2 +- _posts/2024-04-03-cr-branding-update.md | 66 +++++++++++++++++++ .../extra-extra.md | 2 +- .../the-universe.md | 3 +- search.json | 3 +- 7 files changed, 74 insertions(+), 6 deletions(-) create mode 100644 _posts/2024-04-03-cr-branding-update.md rename _posts/2024-03-05-extra-extra.md => blog/extra-extra.md (98%) rename _posts/2024-01-18-the-universe.md => blog/the-universe.md (97%) diff --git a/_includes/blog-card.html b/_includes/blog-card.html index 8ad400a..a598118 100644 --- a/_includes/blog-card.html +++ b/_includes/blog-card.html @@ -9,7 +9,7 @@

{{post.title}}

{{ post.content | truncate: 300 | strip_html | strip_newlines | strip | escape }}
Published on {{ post.date | date: "%-B %d, %Y" }} | {% assign words = post.content | number_of_words %}{%- unless content.size == 0 -%}{{ words | divided_by:180 }} min{% endunless %} read -
{%- assign tags = post.tags -%}

{% assign i = 0 %}{% for tags in post.tags %}{{post.tags[i]}}{% assign i = i | plus:1 %}{% endfor %}

+
{%- assign tags = post.tags -%}

{% assign i = 0 %}{% for tags in post.tags %} {{post.tags[i]}}{% assign i = i | plus:1 %}{% endfor %}

diff --git a/_includes/casting-card.html b/_includes/casting-card.html index 8ad400a..a598118 100644 --- a/_includes/casting-card.html +++ b/_includes/casting-card.html @@ -9,7 +9,7 @@

{{post.title}}

{{ post.content | truncate: 300 | strip_html | strip_newlines | strip | escape }}
Published on {{ post.date | date: "%-B %d, %Y" }} | {% assign words = post.content | number_of_words %}{%- unless content.size == 0 -%}{{ words | divided_by:180 }} min{% endunless %} read -
{%- assign tags = post.tags -%}

{% assign i = 0 %}{% for tags in post.tags %}{{post.tags[i]}}{% assign i = i | plus:1 %}{% endfor %}

+
{%- assign tags = post.tags -%}

{% assign i = 0 %}{% for tags in post.tags %} {{post.tags[i]}}{% assign i = i | plus:1 %}{% endfor %}

diff --git a/_posts/2024-04-02-new-and-improved.md b/_posts/2024-04-02-new-and-improved.md index a9bc6d3..f8047c8 100644 --- a/_posts/2024-04-02-new-and-improved.md +++ b/_posts/2024-04-02-new-and-improved.md @@ -5,7 +5,7 @@ type: blog post-image: "https://cdn.scyted.tv/website-assets/blog-posts/new-and-improved.jpg" description: We have decided to update our branding! tags: -- Update +- Loyd Osborne --- Yesterday, we created a fake rebrand as a joke for April Fools. If you were there to see it, you would know how bad it was. Obviously we aren't rebranding to that. Instead, we still want to do a rebrand, but one that actually looks better and fits our style. This rebrand will take us awhile to apply across all of our platforms, but we will get there slowly, but surely. diff --git a/_posts/2024-04-03-cr-branding-update.md b/_posts/2024-04-03-cr-branding-update.md new file mode 100644 index 0000000..6c1f578 --- /dev/null +++ b/_posts/2024-04-03-cr-branding-update.md @@ -0,0 +1,66 @@ +--- +title: Clever Remarks Branding Update +layout: post +type: blog +post-image: "https://cdn.scyted.tv/website-assets/blog-posts/cr-branding-update.jpg" +description: We just went through with a full branding refresh of ScytedTV, which calls for some of our older show branding designs to get refreshed too. +tags: +- Loyd Osborne +- Camille Castermant +--- + +We just went through with a full branding refresh of ScytedTV, which calls for some of our older show branding designs to get refreshed too. + +As you guys are aware, I am working on a game show called "Clever Remarks", "The Game Show where we answer some of the world's silliest questions.". We started adding branding images on all ScytedTV platforms to let everyone know that a new show was coming this year. Those branding images lacked depth and character, so I'ved updated them. This was perfect because I needed to update them anyways for the new ScytedTV logo. + +These changes aren't that dramatic by any means, but the team has agreed that it is much better than before. + +Below are all of the old and new images that you can check out! + +## Twitter Banner + +My personal favourite transformation from this refresh (and no, I will not call Twitter "X"). + +**Old:** + +![Old Twitter Banner](https://cdn.scyted.tv/website-assets/blog-posts/images/cr-branding-update/twitter-old.jpg) + +**New:** + +![New Twitter Banner](https://cdn.scyted.tv/website-assets/blog-posts/images/cr-branding-update/twitter-new.jpg) + +## Primary Thumbnail + +This one is mainly used for things such as blog posts, large banners for YouTube and other platforms, etc. + +**Old:** + +![Old Primary Thumbnail](https://cdn.scyted.tv/website-assets/blog-posts/images/cr-branding-update/primary-thumbnail-old.jpg) + +**New:** + +![New Primary Thumbnail](https://cdn.scyted.tv/website-assets/blog-posts/images/cr-branding-update/primary-thumbnail-new.jpg) + +## Cover + +Used primarily for Podcasting Platforms. + +**Old:** + +![Old Cover](https://cdn.scyted.tv/website-assets/blog-posts/images/cr-branding-update/cover-old.jpg) + +**New:** + +![New Cover](https://cdn.scyted.tv/website-assets/blog-posts/images/cr-branding-update/cover-new.jpg) + +## Poster + +This is used for things like [The Movie dB](https://www.themoviedb.org/tv/247035-clever-remarks) or [IMDb](https://www.imdb.com/title/tt30745246/). + +**Old:** + +![Old Poster](https://cdn.scyted.tv/website-assets/blog-posts/images/cr-branding-update/poster-old.jpg) + +**New:** + +![New Poster](https://cdn.scyted.tv/website-assets/blog-posts/images/cr-branding-update/poster-new.jpg) \ No newline at end of file diff --git a/_posts/2024-03-05-extra-extra.md b/blog/extra-extra.md similarity index 98% rename from _posts/2024-03-05-extra-extra.md rename to blog/extra-extra.md index 60b9a4d..552b5b9 100644 --- a/_posts/2024-03-05-extra-extra.md +++ b/blog/extra-extra.md @@ -5,7 +5,7 @@ type: blog post-image: "https://cdn.scyted.tv/website-assets/casting-calls/extra-extra.jpg" description: Looking for writers! tags: -- Casting +- Loyd Osborne --- *We’re looking for writers to help write our upcoming news show, "Extra, Extra!".* diff --git a/_posts/2024-01-18-the-universe.md b/blog/the-universe.md similarity index 97% rename from _posts/2024-01-18-the-universe.md rename to blog/the-universe.md index aa501c4..320d77c 100644 --- a/_posts/2024-01-18-the-universe.md +++ b/blog/the-universe.md @@ -5,7 +5,8 @@ type: blog post-image: "https://cdn.scyted.tv/website-assets/casting-calls/the-universe.jpg" description: Looking for writers! tags: -- Casting +- Loyd Osborne +- Olivia Alvarez --- *We have a pre-recorded story for the first season and we need some writers to help take this pre-recorded audio and write it into a script so we can get proper voice actors to record the lines.* diff --git a/search.json b/search.json index 15cebc9..869fa19 100644 --- a/search.json +++ b/search.json @@ -11,7 +11,8 @@ layout: compress "description" : "{{ post.description | strip_newlines | strip_html | strip | escape }}", "content" : "{{ post.content | truncate: '300' | strip_html | strip_newlines | strip | escape }}", "image" : "{{post.post-image}}", - "readtime" : "{{ post.content | number_of_words | divided_by:180 }}" + "readtime" : "{{ post.content | number_of_words | divided_by:180 }}", + "tags": "{{post.tags[i]}}" } {% unless forloop.last %},{% endunless %} {% endfor %} ] \ No newline at end of file