Kenya Forex Firm Website
Content Management with Decap CMS
This amazing website uses Decap CMS (formerly Netlify CMS) to manage content. The CMS is accessible at /admin and allows editing of:
- Author profiles
- Blog posts
- Other content
Managing the Patrick Mahinge Author Page
To edit the Patrick Mahinge author page:
- Navigate to
/admin in your browser
- Log in using Netlify Identity
- Select “Patrick Mahinge Profile” from the collections menu
- Edit the content as needed:
- About section
- Areas of expertise
- Credentials
- Publications
- Media appearances
- Contact information
- Preview your changes using the preview pane
- Save as a draft or publish directly
CMS Configuration
The CMS configuration is stored in /public/admin/config.yml. This file defines:
- Content collections
- Fields for each collection
- Preview templates
- Media handling
Author Data Structure
The Patrick Mahinge author page uses a structured data format with the following sections:
- Basic information (title, description)
- About section (bio paragraphs)
- Areas of expertise (list of expertise items)
- Credentials (education and certifications)
- Publications (list of publications)
- Media appearances (list of appearances)
- Contact information (speaking and media inquiries)
Technical Implementation
The author page is implemented using:
- Astro for the page template
- JSON data file for content storage
- Decap CMS for content editing
- Netlify Identity for authentication
For any questions about content management, please contact the website administrator.