-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
39 lines (32 loc) · 832 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# _config.yml
# Site settings
title: M-Pesa SDK for PHP
description: A lightweight SDK for seamless M-Pesa integrations in PHP applications
baseurl: "/mpesa-sdk-php"
url: "https://levizwannah.github.io"
# Author details
author:
name: Levi Kamara Zwannah
email: your-email@example.com
# Theme setup
theme: jekyll-theme-cayman
# Plugins
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jemoji
# Features
markdown: kramdown
highlighter: rouge
# SEO settings
seo:
title: "M-Pesa SDK PHP"
description: "Simple, lightweight SDK for integrating M-Pesa in PHP applications."
# Footer
footer:
message: "Developed by Levi Kamara Zwannah"
powered_by: "Powered by GitHub Pages"
links:
- title: "GitHub"
url: "https://github.com/levizwannah/mpesa-sdk-php"