From 54e68b935995523752d2a865854438e4f1431a86 Mon Sep 17 00:00:00 2001 From: Loyd Osborne Date: Sat, 13 Apr 2024 17:17:30 -0600 Subject: [PATCH] Commit --- .gitignore | 1 + _includes/blog-card.html | 2 +- _includes/casting-card.html | 2 +- blog/2024-04-11-discord-domain-verification.md | 11 +++++++++++ 4 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 blog/2024-04-11-discord-domain-verification.md diff --git a/.gitignore b/.gitignore index b991747..08d6930 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ password-test.html resources/music-library/ testing/ cast/ +resources/discord-auth # show/do/ # REMOVING THINGS FROM THE REPO: diff --git a/_includes/blog-card.html b/_includes/blog-card.html index a598118..dc021f4 100644 --- a/_includes/blog-card.html +++ b/_includes/blog-card.html @@ -6,7 +6,7 @@

{{post.title}}

- {{ post.content | truncate: 300 | strip_html | strip_newlines | strip | escape }} + {{ post.description | 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 %}

diff --git a/_includes/casting-card.html b/_includes/casting-card.html index a598118..dc021f4 100644 --- a/_includes/casting-card.html +++ b/_includes/casting-card.html @@ -6,7 +6,7 @@

{{post.title}}

- {{ post.content | truncate: 300 | strip_html | strip_newlines | strip | escape }} + {{ post.description | 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 %}

diff --git a/blog/2024-04-11-discord-domain-verification.md b/blog/2024-04-11-discord-domain-verification.md new file mode 100644 index 0000000..2b08140 --- /dev/null +++ b/blog/2024-04-11-discord-domain-verification.md @@ -0,0 +1,11 @@ +--- +title: Discord Domain Verification +layout: post +type: blog +post-image: "https://cdn.scyted.tv/website-assets/blog-posts/discord-domain-verification.webp" +description: We want to implement a new security measure +tags: +- Loyd Osborne +--- + +We want to implement \ No newline at end of file