- Created a new layout for projects with sections for hero, projects, roadmap, selection criteria, and a call to action. - Added a single page layout for individual project details, including a hero section and content area. - Introduced a brand highlight partial to emphasize "TheAfriForge" in text. - Implemented an icon partial for reusable SVG icons across the site. - Developed a site header and footer with navigation and legal links, adapting for language variations. - Enhanced the index layout with sections for hero, stats, pillars, projects, and members. - Added a development script to load environment variables and run Hugo with optional arguments.
12 lines
542 B
Bash
12 lines
542 B
Bash
# Membership form endpoint (provider URL)
|
|
HUGO_MEMBERSHIP_FORM_ACTION=https://your-form-provider-endpoint
|
|
|
|
# Formbricks SDK (recommended for this project)
|
|
HUGO_FORMBRICKS_API_HOST=https://form.theafriforge.org
|
|
HUGO_FORMBRICKS_ENV_ID=cmp9q6jb6000anz01waq5fprk
|
|
HUGO_FORMBRICKS_EVENT=membership_form_submitted
|
|
HUGO_FORMBRICKS_SDK_URL=https://form.theafriforge.org/js/formbricks.umd.cjs
|
|
|
|
# Optional success redirect path (language-aware in templates)
|
|
# Examples: /devenir-membre or /become-member
|
|
HUGO_MEMBERSHIP_FORM_SUCCESS_PATH=/become-member
|