Skip to content

Commit 2061e2d

Browse files
authored
Merge pull request #1 from Socal-Nix-User-Group/event/add-first-gc-event
Add first GC Event
2 parents 1dccaea + c876159 commit 2061e2d

12 files changed

+26
-232
lines changed

content/events/2023-05-30.md

-33
This file was deleted.

content/events/2023-07-08.md

-28
This file was deleted.

content/events/2023-09-19.md

-32
This file was deleted.

content/events/2024-01-25.md

-38
This file was deleted.

content/events/2024-04-13.md

-35
This file was deleted.

content/events/2024-06-01.md

-38
This file was deleted.

content/events/2024-08-01.md

-21
This file was deleted.

content/events/2024-09-05.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
+++
2+
template = "event.html"
3+
title = "GCNUG #1"
4+
description = "Come join us for the 1st Gateway Cities NUG meetup!"
5+
[extra]
6+
organizer = "GC NUG Organizers"
7+
[extra.event]
8+
date = "2024-09-05"
9+
start_time = "19:00"
10+
stop_time = "21:00"
11+
[extra.venue]
12+
name = "District 4 Pizza"
13+
address_street="2123 N Bellflower Blvd"
14+
address_unit=""
15+
address_city="Long Beach"
16+
address_zip="90815"
17+
website="https://www.district4pizza.com/"
18+
google_maps="https://www.google.com/maps?cid=14586172666073551850"
19+
+++
20+
21+
Come join us for the first Gateway Cities NUG meetup! Bring your laptop, show off your Nix configs, and ask questions.
22+
No prior experience with Nix is required, and all are welcome.
23+

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
description = "Southern California Nix User Group Site";
2+
description = "Gateway Cities Nix User Group Site";
33

44
inputs = {
55
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";

templates/partials/base.footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<div class="column socials has-text-right has-text-centered-mobile">
1616
<p>
17-
&copy; Southern California Nix User Group
17+
&copy; Gateway Cities Nix User Group
1818
</p>
1919

2020
<p>

templates/partials/base.navigation.html

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
<strong>Events</strong>
2020
</a>
2121

22-
<a class="navbar-item" href="/blog">
23-
<strong>Blog</strong>
24-
</a>
25-
2622
<a class="navbar-item" href="/about">
2723
<strong>About Us</strong>
2824
</a>

templates/partials/misc.hero.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div aria-label="Nix configuration code">
22
<pre class="front-page-hero">
33
{
4-
<span aria-hidden="true">groupName = </span><h1>"Southern California Nix Users Group"</h1>;
4+
<span aria-hidden="true">groupName = </span><h1>"Gateway Cities Nix Users Group"</h1>;
55
<span aria-hidden="true">location = </span><h2>"Southern California"</h2>;
66
<h2>nextMeetup</h2> = {
77
topic = "Advanced Nix Techniques";

0 commit comments

Comments
 (0)