initial commit

This commit is contained in:
Nathan Schneider
2025-06-25 12:47:41 -07:00
commit da913234fd
109 changed files with 23921 additions and 0 deletions

34
hugo.toml Normal file
View File

@@ -0,0 +1,34 @@
baseURL = 'https://e2c.how/'
languageCode = 'en-us'
title = 'Exit to Community'
[params]
description = 'Stories and strategies for converting startups into community-owned cooperatives'
author = 'Exit to Community'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[menu]
[[menu.main]]
name = "Case Studies"
url = "/case-studies/"
weight = 10
[[menu.main]]
name = "Legal Snippets"
url = "/legal-snippets/"
weight = 20
[[menu.main]]
name = "Resources"
url = "/resources/"
weight = 30
[[menu.main]]
name = "Add Your Story"
url = "/add-your-story/"
weight = 40
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 50