Fixed broken menu items and added new content
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 11s
BIN
content/en/posts/.DS_Store
vendored
BIN
content/en/posts/YMCA-Xmas-2024/.DS_Store
vendored
Normal file
BIN
content/en/posts/YMCA-Xmas-2024/images/.DS_Store
vendored
Normal file
After Width: | Height: | Size: 178 KiB |
After Width: | Height: | Size: 142 KiB |
After Width: | Height: | Size: 151 KiB |
After Width: | Height: | Size: 145 KiB |
After Width: | Height: | Size: 105 KiB |
After Width: | Height: | Size: 112 KiB |
After Width: | Height: | Size: 161 KiB |
After Width: | Height: | Size: 175 KiB |
After Width: | Height: | Size: 185 KiB |
After Width: | Height: | Size: 173 KiB |
After Width: | Height: | Size: 178 KiB |
After Width: | Height: | Size: 158 KiB |
After Width: | Height: | Size: 172 KiB |
24
content/en/posts/YMCA-Xmas-2024/index.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
title: "YMCA Christmas Party Dec 2024"
|
||||||
|
date: 2025-05-02T13:00:00-05:00
|
||||||
|
description: "YMCA hosted Christmas Party in Dec 2024"
|
||||||
|
tags: ["posts", "gallery"]
|
||||||
|
---
|
||||||
|
|
||||||
|
# YMCA Christmas Party 2024
|
||||||
|
|
||||||
|
The families of the children came and their parents got a chance to meet our tutors and to mingle with the children. It was a community family event.
|
||||||
|
|
||||||
|
{{< figure src="images/20241209_181923 Large.jpeg" title="YMCA Xmas 24 Photo 1" >}}
|
||||||
|
{{< figure src="images/20241209_181944 Large.jpeg" title="YMCA Xmas Photo 2" >}}
|
||||||
|
{{< figure src="images/20241209_182011 Large.jpeg" title="YMCA Xmas Photo 3" >}}
|
||||||
|
{{< figure src="images/20241209_182016 Large.jpeg" title="YMCA Xmas Photo 4" >}}
|
||||||
|
{{< figure src="images/20241209_182039 Large.jpeg" title="YMCA Xmas Photo 5" >}}
|
||||||
|
{{< figure src="images/20241209_182102 Large.jpeg" title="YMCA Xmas Photo 6" >}}
|
||||||
|
{{< figure src="images/20241209_182127 Large.jpeg" title="YMCA Xmas Photo 7" >}}
|
||||||
|
{{< figure src="images/20241209_182133 Large.jpeg" title="YMCA Xmas Photo 8" >}}
|
||||||
|
{{< figure src="images/20241209_182139 Large.jpeg" title="YMCA Xmas Photo 9" >}}
|
||||||
|
{{< figure src="images/20241209_182151 Large.jpeg" title="YMCA Xmas Photo 10" >}}
|
||||||
|
{{< figure src="images/20241209_182157 Large.jpeg" title="YMCA Xmas Photo 11" >}}
|
||||||
|
{{< figure src="images/20241209_182209 Large.jpeg" title="YMCA Xmas Photo 12" >}}
|
||||||
|
{{< figure src="images/20241209_182221 Large.jpeg" title="YMCA Xmas Photo 13" >}}
|
21
hugo.toml
@ -7,7 +7,7 @@ enableEmoji = true
|
|||||||
[params]
|
[params]
|
||||||
body_classes = "avenir black bg-light-yellow"
|
body_classes = "avenir black bg-light-yellow"
|
||||||
text_color = "black"
|
text_color = "black"
|
||||||
author = ""
|
author = "New Beginnings Community Operations"
|
||||||
favicon = ""
|
favicon = ""
|
||||||
site_logo = ""
|
site_logo = ""
|
||||||
description = "We are a nonprofit 501(c)(3) organization serving at risk youths and elders in the Raleigh area."
|
description = "We are a nonprofit 501(c)(3) organization serving at risk youths and elders in the Raleigh area."
|
||||||
@ -16,8 +16,17 @@ enableEmoji = true
|
|||||||
f2_color = "black"
|
f2_color = "black"
|
||||||
custom_css = ["custom-site.css"]
|
custom_css = ["custom-site.css"]
|
||||||
|
|
||||||
[[params.ananke_socials]]
|
[params.ananke.social.follow]
|
||||||
name = "facebook"
|
new_window_icon = false
|
||||||
url = "https://www.facebook.com/groups/641256017286732"
|
networks = [
|
||||||
label = "Facebook"
|
"facebook",
|
||||||
color = "#3b5998"
|
]
|
||||||
|
|
||||||
|
#[params.ananke.social.twitter]
|
||||||
|
#name = "twitter"
|
||||||
|
#url = "https://twitter.com/GoHugoIO"
|
||||||
|
#
|
||||||
|
[params.ananke.social.facebook]
|
||||||
|
profilelink = "https://www.facebook.com/groups/641256017286732"
|
||||||
|
username = "Facebook"
|
||||||
|
# color = "#3b5998"
|
||||||
|
32
layouts/partials/site-navigation.html
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
||||||
|
<div class="flex-l center items-center justify-between">
|
||||||
|
<a href="{{ .Site.Home.RelPermalink }}" class="f3 fw2 hover-white white-90 dib no-underline">
|
||||||
|
{{ with .Site.Params.site_logo }}
|
||||||
|
<img src="{{ urls.RelURL . }}" class="w100 mw5-ns" alt="{{ $.Site.Title }}" />
|
||||||
|
{{ else }}
|
||||||
|
{{ .Site.Title }}
|
||||||
|
{{ end }}
|
||||||
|
</a>
|
||||||
|
<div class="flex-l items-center">
|
||||||
|
{{ partials.Include "i18nlist.html" . }}
|
||||||
|
{{ if .Site.Menus.main }}
|
||||||
|
<ul class="{{ compare.Conditional (compare.Eq $.Site.Language.LanguageDirection "rtl") "pr0 ml3" "pl0 mr3" }}">
|
||||||
|
{{ range .Site.Menus.main }}
|
||||||
|
<li class="list f5 f4-ns fw4 dib {{ compare.Conditional (compare.Eq $.Site.Language.LanguageDirection "rtl") "pl3" "pr3" }}">
|
||||||
|
<a class="hover-white white-90 no-underline" href="{{ .URL }}" title="{{ lang.Translate "pageTitle" . }}">
|
||||||
|
{{ .Name }}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
{{ end }}
|
||||||
|
<li class="list f5 f4-ns fw4 dib {{ cond (eq $.Site.Language.LanguageDirection "rtl") "pl3" "pr3" }}">
|
||||||
|
<a class="hover-white no-underline white-90" href="/tags/Gallery" title="Galleries">Galleries</a>
|
||||||
|
</li>
|
||||||
|
<li class="list f5 f4-ns fw4 dib {{ cond (eq $.Site.Language.LanguageDirection "rtl") "pl3" "pr3" }}">
|
||||||
|
<a class="hover-white no-underline white-90" href="https://www.bonfire.com/new-beginnings-community-operations/" target="_blank" rel="noreferrer noopener" title="Fundraising">Fundraising</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
{{ end }}
|
||||||
|
{{ partials.IncludeCached "social/follow.html" . }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|