Skip to content
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 content/about/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on [Linkedin](https://www.linkedin.com/company/omsf), [X](https://twitter.com/op


**Want the latest news?**
Subscribe to our [Blog](https://omsf-blog.ghost.io/) to get imporatnt updates and insights from our community delivered right to your inbox.
Subscribe to our [Blog](https://omsf.substack.com/) to get important updates and insights from our community delivered right to your inbox.


**Our mailing address**
Expand Down
12 changes: 11 additions & 1 deletion data/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,23 @@
{
"portrait": "",
"name": "Zachary Baker",
"fonction": "Community Manager",
"fonction": "Community Operations Manager",
"project": "OMSF",
"omsf": "■■",
"description": "",
"social": "",
"id": "baker"
},
{
"portrait": "",
"name": "Toni Stamper",
"fonction": "Operations Manager",
"project": "OMSF",
"omsf": "■■",
"description": "",
"social": "",
"id": "stamper"
},
{
"portrait": "",
"name": "Ethan Holz",
Expand Down
8 changes: 1 addition & 7 deletions themes/hugo-kiera-master/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,9 @@ section = ["HTML", "RSS", "JSON"]
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "https://blog.omsf.io"
url = "https://omsf.substack.com/"
parent = "community"
weight = 10
[[menu.main]]
identifier = "news"
name = "News"
url = "https://news.omsf.io"
parent = "community"
weight = 20
[[menu.main]]
identifier = "events"
name = "Events"
Expand Down