Skip to content

Commit a664564

Browse files
authored
Create _config.yml
1 parent e4dff5d commit a664564

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

_config.yml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Site settings
2+
title: SharpAPI – Automate Workflows with AI-powered API
3+
description: Documentation for SharpAPI – Automate Workflows with AI-powered API
4+
url: "https://sharpapi.github.io"
5+
baseurl: "/"
6+
lang: "en" # Sets the primary language for the site
7+
8+
# GitHub Pages theme
9+
theme: jekyll-theme-cayman
10+
11+
# Author settings
12+
author:
13+
name: "SharpAPI Team"
14+
email: "[email protected]" # Updated main contact email
15+
16+
# Banner image for the cover
17+
header_image: "https://sharpapi.com/sharpapi-github-php-bg.jpg"
18+
19+
# Social settings
20+
social_links:
21+
twitter: "https://twitter.com/SharpAPI"
22+
github: "https://github.com/sharpapi"
23+
youtube: "https://www.youtube.com/@SharpAPI"
24+
linkedin: "https://www.linkedin.com/products/a2z-web-ltd-sharpapicom-automate-with-aipowered-api/"
25+
postman: "https://sharpapi.com/documentation"
26+
27+
# Plugins
28+
plugins:
29+
- jekyll-seo-tag
30+
- jekyll-sitemap
31+
- jekyll-feed # Adds an RSS feed, useful for SEO
32+
- jekyll-analytics # Enables Google Analytics for traffic insights
33+
34+
# Google Tag Manager (Analytics)
35+
google_tag_manager: G-RHDPP797CX # Google Tag Manager v4 ID
36+
37+
# Open Graph and Twitter metadata
38+
seo:
39+
title: "SharpAPI Documentation"
40+
description: "SharpAPI is an AI-powered API for automating workflows in e-commerce, HR, content marketing, and more."
41+
twitter:
42+
username: "@SharpAPI"
43+
card: "summary_large_image"
44+
og:
45+
title: "SharpAPI Documentation"
46+
description: "SharpAPI – Automate workflows across industries with powerful AI endpoints."
47+
image: "https://sharpapi.com/sharpapi-github-php-bg.jpg"
48+
type: "website"
49+
50+
# Markdown settings
51+
markdown: kramdown
52+
kramdown:
53+
input: GFM
54+
syntax_highlighter_opts:
55+
disable: true

0 commit comments

Comments
 (0)