Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LoydOsborne committed Mar 19, 2024
1 parent f44c7ac commit df6c3dc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 19 deletions.
15 changes: 2 additions & 13 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,14 @@ compress_html:

# Defaults
defaults:
-
scope:
type: 'castingposts'
values:
layout: castingpost
post-image: ""
description: ""
posts_dir: "_castingposts"
tags:
- ""

-
scope:
type: 'blogposts'
type: 'posts'
values:
layout: blogpost
layout: post
post-image: ""
description: ""
posts_dir: "_blogposts"
tags:
- ""

Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h3>More Links</h3>
<!--Blog-post Section-->
<div class="column has-text-white">
<h3>Recent Posts</h3>
{% for blogpost in site.blogposts offset: 0 limit:3 %}
{% for post in site.posts offset: 0 limit:3 %}
<li>
<a href="{{post.url | absolute_url}}">{{post.title}}</a>
</li>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion _posts/2024-01-18-the-universe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: The Universe
layout: blogpost
layout: post
type: blog
post-image: "https://cdn.scyted.tv/website-assets/casting-calls/the-universe.jpg"
description: Looking for writers!
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-02-12-clever-remarks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Clever Remarks (Season 1)
layout: blogpost
layout: post
type: blog
post-image: "https://cdn.scyted.tv/website-assets/casting-calls/clever-remarks.jpg"
description: The Game Show where we answer some of the world's silliest questions.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-03-05-extra-extra.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Extra, Extra!
layout: blogpost
layout: post
type: blog
post-image: "https://cdn.scyted.tv/website-assets/casting-calls/extra-extra.jpg"
description: Looking for writers!
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-04-01-q1-2024.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Q1 2024 Report
layout: blogpost
layout: post
type: blog
post-image: "https://cdn.scyted.tv/website-assets/blog-posts/q1-2024-report.jpg"
description: Quarterly Report for Q1 2024
Expand Down
2 changes: 1 addition & 1 deletion roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ type: roadmap

<body>

<div class="padlet-embed" style="border:1px solid rgba(0,0,0,0.1);border-radius:2px;box-sizing:border-box;overflow:hidden;position:relative;width:100%;background:#F4F4F4"><p style="padding:0;margin:0"><iframe src="https://padlet.com/embed/f620nzbqplnumk2x" frameborder="0" allow="camera;microphone;geolocation" style="width:100%;height:608px;display:block;padding:0;margin:0"></iframe></p></div>
<div class="padlet-embed" style="border:1px solid rgba(0,0,0,0.1);border-radius:2px;box-sizing:border-box;overflow:hidden;position:relative;width:100%;background:#F4F4F4;border:0"><p style="padding:0;margin:0"><iframe src="https://padlet.com/embed/f620nzbqplnumk2x" frameborder="0" allow="camera;microphone;geolocation" style="width:100%;height:1000px;display:block;padding:0;margin:0;border:0"></iframe></p></div>

</body>

0 comments on commit df6c3dc

Please sign in to comment.