You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _config.yml
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -23,33 +23,33 @@ email: hello@ethoslink.com
23
23
description: >- # this means to ignore newlines until "baseurl:"
24
24
EthosLink creates innovative AI-powered solutions for businesses. We specialize in
25
25
customer experience platforms, review management systems, and intelligent business analytics.
26
-
baseurl: ""# the subpath of your site, e.g. /blog
27
-
url: ""# the base hostname & protocol for your site, e.g. http://example.com
26
+
baseurl: ''# the subpath of your site, e.g. /blog
27
+
url: ''# the base hostname & protocol for your site, e.g. http://example.com
28
28
twitter_username: thereviato
29
29
github_username: ethos-link
30
30
31
31
# Custom site data for the landing page
32
32
company:
33
-
name: "EthosLink"
34
-
tagline: "AI-Powered Business Solutions"
35
-
description: "Creating innovative technology solutions that connect businesses with their customers through intelligent platforms and data-driven insights."
33
+
name: 'EthosLink'
34
+
tagline: 'AI-Powered Business Solutions'
35
+
description: 'Creating innovative technology solutions that connect businesses with their customers through intelligent platforms and data-driven insights.'
36
36
37
37
navigation:
38
-
- name: "Solutions"
39
-
url: "#solutions"
40
-
- name: "Portfolio"
41
-
url: "#portfolio"
42
-
- name: "About"
43
-
url: "#about"
44
-
- name: "Contact"
45
-
url: "#contact"
38
+
- name: 'Solutions'
39
+
url: '#solutions'
40
+
- name: 'Portfolio'
41
+
url: '#portfolio'
42
+
- name: 'About'
43
+
url: '#about'
44
+
- name: 'Contact'
45
+
url: '#contact'
46
46
47
47
# Build settings
48
48
# theme: minima # Commented out since using custom template
49
49
plugins:
50
50
- jekyll-feed
51
51
- jekyll-tailwindcss
52
-
52
+
- jekyll-sitemap
53
53
# Exclude from processing.
54
54
# The following items will not be processed, by default.
55
55
# Any item listed under the `exclude:` key here will be automatically added to
0 commit comments