Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LoydOsborne committed Apr 13, 2024
1 parent 0532eaa commit 54e68b9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ password-test.html
resources/music-library/
testing/
cast/
resources/discord-auth
# show/do/

# REMOVING THINGS FROM THE REPO:
Expand Down
2 changes: 1 addition & 1 deletion _includes/blog-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="column has-text-left-desktop has-text-left-tablet">
<h1 class="title is-size-4-touch">{{post.title}}</h1>
<div class="content has-text-grey">
{{ post.content | truncate: 300 | strip_html | strip_newlines | strip | escape }}
{{ post.description | truncate: 300 | strip_html | strip_newlines | strip | escape }}
<hr class="has-background-grey">
<span class="has-text-grey">Published on <span class="has-text-weight-semibold">{{ post.date | date: "%-B %d, %Y" }}</span></span> | <i class="fas fa-clock"></i> <span class="has-text-weight-semibold">{% assign words = post.content | number_of_words %}{%- unless content.size == 0 -%}{{ words | divided_by:180 }} min{% endunless %}</span> read
<br><span class="has-text-grey">{%- assign tags = post.tags -%}<p></i>{% assign i = 0 %}{% for tags in post.tags %} <span class="tag is-link">{{post.tags[i]}}</span>{% assign i = i | plus:1 %}{% endfor %}</p></span>
Expand Down
2 changes: 1 addition & 1 deletion _includes/casting-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="column has-text-left-desktop has-text-left-tablet">
<h1 class="title is-size-4-touch">{{post.title}}</h1>
<div class="content has-text-grey">
{{ post.content | truncate: 300 | strip_html | strip_newlines | strip | escape }}
{{ post.description | truncate: 300 | strip_html | strip_newlines | strip | escape }}
<hr class="has-background-grey">
<span class="has-text-grey">Published on <span class="has-text-weight-semibold">{{ post.date | date: "%-B %d, %Y" }}</span></span> | <i class="fas fa-clock"></i> <span class="has-text-weight-semibold">{% assign words = post.content | number_of_words %}{%- unless content.size == 0 -%}{{ words | divided_by:180 }} min{% endunless %}</span> read
<br><span class="has-text-grey">{%- assign tags = post.tags -%}<p></i>{% assign i = 0 %}{% for tags in post.tags %} <span class="tag is-link">{{post.tags[i]}}</span>{% assign i = i | plus:1 %}{% endfor %}</p></span>
Expand Down
11 changes: 11 additions & 0 deletions blog/2024-04-11-discord-domain-verification.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 54e68b9

Please sign in to comment.