-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
55 lines (47 loc) · 1.69 KB
/
_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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Site settings
title: SharpAPI – Automate Workflows with AI-powered API
description: Leverage AI API for automation in E-Commerce, Marketing, Content Management, HR Tech, Travel, and more.
url: "https://sharpapi.github.io"
baseurl: "/"
lang: "en" # Sets the primary language for the site
# GitHub Pages theme
theme: jekyll-theme-cayman
# Author settings
author:
name: "SharpAPI Team"
email: "[email protected]" # Updated main contact email
# Banner image for the cover
header_image: "https://sharpapi.com/sharpapi-github-php-bg.jpg"
# Social settings
social_links:
twitter: "https://twitter.com/SharpAPI"
github: "https://github.com/sharpapi"
youtube: "https://www.youtube.com/@SharpAPI"
linkedin: "https://www.linkedin.com/products/a2z-web-ltd-sharpapicom-automate-with-aipowered-api/"
postman: "https://sharpapi.com/documentation"
# Plugins
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed # Adds an RSS feed, useful for SEO
- jekyll-analytics # Enables Google Analytics for traffic insights
# Google Tag Manager (Analytics)
google_tag_manager: G-RHDPP797CX # Google Tag Manager v4 ID
# Open Graph and Twitter metadata
seo:
title: "SharpAPI Documentation"
description: "SharpAPI is an AI-powered API for automating workflows in e-commerce, HR, content marketing, and more."
twitter:
username: "@SharpAPI"
card: "summary_large_image"
og:
title: "SharpAPI Documentation"
description: "SharpAPI – Automate workflows across industries with powerful AI endpoints."
image: "https://sharpapi.com/sharpapi-github-php-bg.jpg"
type: "website"
# Markdown settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter_opts:
disable: true