Compare commits
No commits in common. "782da888b27e8bf3ac12199ceec20e0f66ddf757" and "6846a062c34f8b0b263b80bbf446e46cf3d30758" have entirely different histories.
782da888b2
...
6846a062c3
@ -4,15 +4,3 @@
|
|||||||
.f3 {
|
.f3 {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
.hover-white {
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
.icon {
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
.icon:hover {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
.fw1 {
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
26
config.toml
Normal file
26
config.toml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
title = "New Beginnings Community Operations"
|
||||||
|
baseURL = "https://newbeginningscommunityoperations"
|
||||||
|
languageCode = "en-us"
|
||||||
|
theme = ["github.com/theNewDynamic/gohugo-theme-ananke"]
|
||||||
|
resourceDir = "../resources"
|
||||||
|
|
||||||
|
DefaultContentLanguage = "en"
|
||||||
|
SectionPagesMenu = "main"
|
||||||
|
Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||||
|
googleAnalytics = ""
|
||||||
|
enableRobotsTXT = true
|
||||||
|
|
||||||
|
[languages]
|
||||||
|
[languages.en]
|
||||||
|
title = "Ananke"
|
||||||
|
weight = 1
|
||||||
|
contentDir = "content/en"
|
||||||
|
|
||||||
|
[sitemap]
|
||||||
|
changefreq = "monthly"
|
||||||
|
priority = 0.5
|
||||||
|
filename = "sitemap.xml"
|
||||||
|
|
||||||
|
[params]
|
||||||
|
description = "We are people who care about our community and have the courage and audacity to believe that we can have a positive impact on it"
|
||||||
|
custom_css = ["custom-site.css"]
|
@ -4,6 +4,8 @@ title: "New Beginnings Community Operations"
|
|||||||
description: "A nonprofit 501(c)(3) organization serving at risk youths and seniors in the Raleigh Area."
|
description: "A nonprofit 501(c)(3) organization serving at risk youths and seniors in the Raleigh Area."
|
||||||
# 1. To ensure Netlify triggers a build on our exampleSite instance, we need to change a file in the exampleSite directory.
|
# 1. To ensure Netlify triggers a build on our exampleSite instance, we need to change a file in the exampleSite directory.
|
||||||
theme_version: "2.8.2"
|
theme_version: "2.8.2"
|
||||||
|
cascade:
|
||||||
|
featured_image: "/images/Raleigh2.jpg"
|
||||||
---
|
---
|
||||||
|
|
||||||
Welcome to New Beginnings Community Operations' Website!
|
Welcome to New Beginnings Community Operations' Website!
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: "About"
|
title: "About"
|
||||||
description: "New Beginnings Community Operations is a nonprofit 501(c)(3) organization at risk youths and seniors in the Raleigh, NC area."
|
description: "New Beginnings Community Operations is a nonprofit 501(c)(3) organization at risk youths and seniors in the Raleigh, NC area."
|
||||||
|
featured_image: "/images/Raleigh.jpeg"
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
weight: 1
|
weight: 1
|
||||||
background_color_class: "bg-gold"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
New Beginnings Community Operations was incorporated as a nonprofit 501(c)(3) organization for the following purposes:
|
New Beginnings Community Operations was incorporated as a nonprofit 501(c)(3) organization for the following purposes:
|
||||||
|
@ -13,8 +13,6 @@ enableEmoji = true
|
|||||||
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."
|
||||||
background_color_class = "bg-gold"
|
background_color_class = "bg-gold"
|
||||||
recent_posts_number = 3
|
recent_posts_number = 3
|
||||||
f2_color = "black"
|
|
||||||
custom_css = ["custom-site.css"]
|
|
||||||
|
|
||||||
[[params.ananke_socials]]
|
[[params.ananke_socials]]
|
||||||
name = "facebook"
|
name = "facebook"
|
||||||
|
Loading…
Reference in New Issue
Block a user