Skip to content

Commit c7147c7

Browse files
authored
Merge pull request #35 from superbasicxyz/event/20230315
Event/20230315
2 parents 4547bd7 + e5b65b7 commit c7147c7

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

public/20230315.jpg

223 KB
Loading

src/events/open-session-202303.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Open Session"
3+
speaker: Full Stack DFW
4+
date: 2023-03-15 12:30:00
5+
---
6+
7+
![banner](/20230315.jpg)
8+
9+
No speaker this month. We will talk about the year so far, the year ahead, and spitball on how we can make FSDFW a better resource for all of us. Chris might share some live-streaming lessons learned. He might even try routing [Lumen](https://lumen-app.com/) in via [OBS](https://obsproject.com/) and [VCV Rack](https://vcvrack.com/) in via [BlackHole](https://existential.audio/blackhole/.)

src/globals/site.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2+
"longName": "Full Stack DFW - Serving North Texas",
23
"name": "Full Stack DFW",
3-
"description": "An online-first tech-enthusiast group serving folks around DFW interested in full stack development.",
4+
"description": "An online-first tech-enthusiast group dedicated to learning and improving tech around the Dallas Fort Worth Metroplex and beyond",
45
"url": "https://www.fullstackdfw.com",
56
"baseUrl": "/",
67
"author": {

src/includes/aside.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<hr class="xl:hidden"/>
12
<div class="max-w-xl mb-4 mt-16">
23
<h2 class="text-xl"><a href="https://dfwfwd.curated.co/">📬 Subscribe to DFW » FWD</a></h2>
34
<p class="text-base">Receive our weekly Wednesday newsletter for recommended reads about DFW, tech, and day-of reminders for our Lunch'n'Learns.</span></p>

src/includes/page.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77

88
{# Google Schema #}
9-
<meta itemprop="name" content="{% if metaTitle %}{{ metaTitle }}{{ ' | '}}{% endif %}{% if title %}{{ title }}{{ ' | '}}{% endif %}{% if site.name %}{{ site.name }}{% endif %}">
9+
<meta itemprop="name" content="{% if metaTitle %}{{ metaTitle }}{{ ' | '}}{% endif %}{% if title %}{{ title }}{{ ' | '}}{% endif %}{% if site.longName %}{{ site.longName }}{% endif %}">
1010
<meta itemprop="description" content="{% if excerpt %}{{ excerpt }}{% else %}{{ site.description }}{% endif %}">
1111

1212
{# Twitter #}
@@ -41,7 +41,7 @@
4141
<main class="max-w-3xl mx-auto pt-10 xl:max-w-none xl:ml-0 xl:mr-[20rem] xl:pr-16">
4242
{% block body %}{% endblock %}
4343
</main>
44-
<aside class="fixed z-20 top-[3.8125rem] bottom-0 right-[max(0px,calc(50%-34rem))] w-[19.5rem] py-10 overflow-y-auto hidden xl:block">
44+
<aside class="xl:fixed z-20 top-[3.8125rem] bottom-0 right-[max(0px,calc(50%-34rem))] xl:w-[19.5rem] xl:py-10 overflow-y-auto xl:block">
4545
{% include 'aside.njk' %}
4646
</aside>
4747
</div>

0 commit comments

Comments
 (0)