Skip to content

Commit

Permalink
Updated Test 2 and 4 other files
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbischoff authored and Siteleaf committed Jun 15, 2024
1 parent 05670d5 commit 33d3512
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
17 changes: 8 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,15 @@ defaults:
type: category
values:
layout: category
-
scope:
path: "" # an empty string here means all files in the project
type: "radars" # previously `post` in Jekyll 2.2.
values:
layout: "radar"
resolution: "Open"
description: 'mb bischoff is a designer & developer in New York City. They are a founder
- scope:
path: ''
type: radars
values:
layout: radar
resolution: Open
description: mb bischoff is a designer & developer in New York City. They are a founder
and partner at Lickability, a software studio known for its apps and work for clients
like The Atlantic, Houseparty, and Meetup.'
like The Atlantic, Houseparty, and Meetup.
permalink: "/:title/"
url: https://mbbischoff.com
paginate: 10
Expand Down
1 change: 1 addition & 0 deletions _layouts/radar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
---

{% assign radar_id = page.name | replace: page.ext, '' %}

<article class="radar">
Expand Down
7 changes: 4 additions & 3 deletions _radars/FB13895517.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Opening Flighty always shows the \"would like to access data from other apps\" alert"
date: 2023-06-15
description: "This is a sample radar."
title: Opening Flighty always shows the "would like to access data from other apps"
alert
date: 2023-06-15 00:00:00 -04:00
description: This is a sample radar.
---

## Basic information
Expand Down
5 changes: 5 additions & 0 deletions _radars/test-2.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Test 2
date: 2024-06-15 11:49:00 -04:00
---

2 changes: 1 addition & 1 deletion radars.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Radars
layout: default
hidden: true
---

Expand Down

0 comments on commit 33d3512

Please sign in to comment.