Skip to content

Add first GC Event #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions content/events/2023-05-30.md

This file was deleted.

28 changes: 0 additions & 28 deletions content/events/2023-07-08.md

This file was deleted.

32 changes: 0 additions & 32 deletions content/events/2023-09-19.md

This file was deleted.

38 changes: 0 additions & 38 deletions content/events/2024-01-25.md

This file was deleted.

35 changes: 0 additions & 35 deletions content/events/2024-04-13.md

This file was deleted.

38 changes: 0 additions & 38 deletions content/events/2024-06-01.md

This file was deleted.

21 changes: 0 additions & 21 deletions content/events/2024-08-01.md

This file was deleted.

23 changes: 23 additions & 0 deletions content/events/2024-09-05.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
+++
template = "event.html"
title = "GCNUG #1"
description = "Come join us for the 1st Gateway Cities NUG meetup!"
[extra]
organizer = "GC NUG Organizers"
[extra.event]
date = "2024-09-05"
start_time = "19:00"
stop_time = "21:00"
[extra.venue]
name = "District 4 Pizza"
address_street="2123 N Bellflower Blvd"
address_unit=""
address_city="Long Beach"
address_zip="90815"
website="https://www.district4pizza.com/"
google_maps="https://www.google.com/maps?cid=14586172666073551850"
+++

Come join us for the first Gateway Cities NUG meetup! Bring your laptop, show off your Nix configs, and ask questions.
No prior experience with Nix is required, and all are welcome.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "Southern California Nix User Group Site";
description = "Gateway Cities Nix User Group Site";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/base.footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

<p>
Expand Down
4 changes: 0 additions & 4 deletions templates/partials/base.navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
<strong>Events</strong>
</a>

<a class="navbar-item" href="/blog">
<strong>Blog</strong>
</a>

<a class="navbar-item" href="/about">
<strong>About Us</strong>
</a>
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/misc.hero.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div aria-label="Nix configuration code">
<pre class="front-page-hero">
{
<span aria-hidden="true">groupName = </span><h1>"Southern California Nix Users Group"</h1>;
<span aria-hidden="true">groupName = </span><h1>"Gateway Cities Nix Users Group"</h1>;
<span aria-hidden="true">location = </span><h2>"Southern California"</h2>;
<h2>nextMeetup</h2> = {
topic = "Advanced Nix Techniques";
Expand Down
Loading