From 76ba353a71b30225c83e634f9451289518358f41 Mon Sep 17 00:00:00 2001 From: nova <110734810+novanai@users.noreply.github.com> Date: Sun, 31 Mar 2024 22:41:21 +0000 Subject: [PATCH] Add nix default theme (#14) --- src/_data/site.yml | 8 +++++++- src/_includes/global/footer.njk | 6 +++--- src/_includes/global/header.njk | 4 ++-- src/_includes/global/theme-picker.njk | 2 +- src/_includes/home/sections/hero/hero-graphic.njk | 6 +++--- yarn.lock | 13 ++++++------- 6 files changed, 22 insertions(+), 17 deletions(-) diff --git a/src/_data/site.yml b/src/_data/site.yml index 45021bb..2373b4c 100644 --- a/src/_data/site.yml +++ b/src/_data/site.yml @@ -1,3 +1,9 @@ +images: + brick: https://raw.githubusercontent.com/redbrick/design-system/main/assets/logos/nixos-brick.png + emote: https://raw.githubusercontent.com/redbrick/design-system/main/assets/logos/join-emote.png +society: + name: Redbrick + tagline: DCU's NixOS Society. navigation: global: - text: Open Governance @@ -26,7 +32,7 @@ drawer: navigation home: hero: title: - secondary: DCU's Networking Society. + secondary: DCU's NixOS Society. primary: Become a Member. body: Redbrick was formed from a battered 386 PC (dubbed Nurse) and bits of borrowed memory - these days we spend our time running tech events for our members and deploying services. We’re open to everyone, regardless of computing level, who want to come and learn! buttons: diff --git a/src/_includes/global/footer.njk b/src/_includes/global/footer.njk index 35392cb..c753ba9 100644 --- a/src/_includes/global/footer.njk +++ b/src/_includes/global/footer.njk @@ -1,9 +1,9 @@