Skip to content
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

Rename things to North County #1

Merged
merged 1 commit into from
Sep 1, 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gateway Cities Nix User Group Site
# North County Nix User Group Site

## Quickstart

Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The URL the site will be built for
base_url = "https://gatewaycities.socal-nug.com/"
title = "Gateway Cities Nix Users Group"
title = "North County Nix Users Group"

# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
Expand Down
2 changes: 1 addition & 1 deletion content/about/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ title = "About Us"
src="/socalnug-logo.png"
alt="Southern California Nix User Group Logo" />

We are the Gateway Cities Nix Users Group, a community of people passionate about using Nix to build and manage their software.
We are the North County Nix Users Group, a community of people passionate about using Nix to build and manage their software.

Whether you are new to Nix or an experience Nix user, come by one of our meetups to learn more and share what you know.
2 changes: 1 addition & 1 deletion content/about/chris.tewfik.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[extra]
name = "Chris Tewfik"
alias = "@FOSSadmin"
description = "Co-founder of the Gateway Cities Nix Users Group. Open source advocate and privacy/security tech aficionado."
description = "Co-founder of the North County Nix Users Group. Open source advocate and privacy/security tech aficionado."
image_url = "https://avatars.githubusercontent.com/u/53247942?v=4"
profile_url = "https://www.github.com/fossadmin"
+++
2 changes: 1 addition & 1 deletion content/about/david.nuon.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[extra]
name = "David Nuon"
alias = "@davidnuon"
description = "Co-founder of both the Gateway Cities and SoCal Nix Users Groups. Organizer for NixCon NA."
description = "Co-founder of both the North County and SoCal Nix Users Groups. Organizer for NixCon NA."
image_url = "https://avatars.githubusercontent.com/u/477742?v=4"
profile_url = "https://www.github.com/davidnuon"
+++
8 changes: 4 additions & 4 deletions content/events/2024-09-05.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
+++
template = "event.html"
title = "GCNUG #1"
description = "Come join us for the 1st Gateway Cities NUG meetup!"
title = "North County NUG #1"
description = "Come join us for the 1st North County NUG meetup!"
[extra]
organizer = "GC NUG Organizers"
organizer = "NC NUG Organizers"
[extra.event]
date = "2024-09-05"
start_time = "19:00"
Expand All @@ -18,6 +18,6 @@ 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.
Come join us for the first North County 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 = "Gateway Cities Nix User Group Site";
description = "North County 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; Gateway Cities Nix User Group
&copy; North County Nix User Group
</p>

<p>
Expand Down
4 changes: 2 additions & 2 deletions templates/partials/home.hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title is-size-1-desktop is-size-4-mobile">
Welcome to the <br> Gateway Cities Nix Users Group!
Welcome to the <br> North County Nix Users Group!
</h1>
<h2 class="title is-size-3-desktop is-size-5-mobile">
A dynamic community of developers from all around Southeast LA County
A dynamic community of developers from all around San Diego County.
</h2>
</div>
</div>
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>"Gateway Cities Nix Users Group"</h1>;
<span aria-hidden="true">groupName = </span><h1>"North County Nix Users Group"</h1>;
<span aria-hidden="true">location = </span><h2>"Southern California"</h2>;
<h2>nextMeetup</h2> = {
topic = "Advanced Nix Techniques";
Expand Down
Loading