diff --git a/content/about/contact.md b/content/about/contact.md index c207747..27ff9a7 100644 --- a/content/about/contact.md +++ b/content/about/contact.md @@ -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** diff --git a/data/people.json b/data/people.json index 81f59f7..0bf54b0 100644 --- a/data/people.json +++ b/data/people.json @@ -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", diff --git a/themes/hugo-kiera-master/config.toml b/themes/hugo-kiera-master/config.toml index 3813c15..e790c00 100644 --- a/themes/hugo-kiera-master/config.toml +++ b/themes/hugo-kiera-master/config.toml @@ -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"