Skip to content

Commit 56b1686

Browse files
committed
Add sitemap and update deps
1 parent 1c6cb3d commit 56b1686

File tree

3 files changed

+26
-22
lines changed

3 files changed

+26
-22
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ gem 'jekyll', '~> 4'
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
1818
gem 'jekyll-feed', '~> 0.12'
19+
gem 'jekyll-sitemap'
1920
gem 'jekyll-tailwindcss'
2021
end
2122

Gemfile.lock

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,13 @@ GEM
7777
jekyll (>= 3.7, < 5.0)
7878
jekyll-sass-converter (3.1.0)
7979
sass-embedded (~> 1.75)
80+
jekyll-sitemap (1.4.0)
81+
jekyll (>= 3.7, < 5.0)
8082
jekyll-tailwindcss (0.7.0)
8183
tailwindcss-ruby
8284
jekyll-watch (2.2.1)
8385
listen (~> 3.0)
84-
json (2.12.2)
86+
json (2.13.0)
8587
kramdown (2.5.1)
8688
rexml (>= 3.3.9)
8789
kramdown-parser-gfm (1.1.0)
@@ -134,13 +136,13 @@ GEM
134136
google-protobuf (~> 4.31)
135137
sass-embedded (1.89.2-x86_64-linux-musl)
136138
google-protobuf (~> 4.31)
137-
tailwindcss-ruby (4.1.10)
138-
tailwindcss-ruby (4.1.10-aarch64-linux-gnu)
139-
tailwindcss-ruby (4.1.10-aarch64-linux-musl)
140-
tailwindcss-ruby (4.1.10-arm64-darwin)
141-
tailwindcss-ruby (4.1.10-x86_64-darwin)
142-
tailwindcss-ruby (4.1.10-x86_64-linux-gnu)
143-
tailwindcss-ruby (4.1.10-x86_64-linux-musl)
139+
tailwindcss-ruby (4.1.11)
140+
tailwindcss-ruby (4.1.11-aarch64-linux-gnu)
141+
tailwindcss-ruby (4.1.11-aarch64-linux-musl)
142+
tailwindcss-ruby (4.1.11-arm64-darwin)
143+
tailwindcss-ruby (4.1.11-x86_64-darwin)
144+
tailwindcss-ruby (4.1.11-x86_64-linux-gnu)
145+
tailwindcss-ruby (4.1.11-x86_64-linux-musl)
144146
terminal-table (3.0.2)
145147
unicode-display_width (>= 1.1.1, < 3)
146148
unicode-display_width (2.6.0)
@@ -171,6 +173,7 @@ PLATFORMS
171173
DEPENDENCIES
172174
jekyll (~> 4)
173175
jekyll-feed (~> 0.12)
176+
jekyll-sitemap
174177
jekyll-tailwindcss
175178
tailwindcss-ruby (~> 4)
176179
tzinfo (>= 1, < 3)

_config.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,33 +23,33 @@ email: hello@ethoslink.com
2323
description: >- # this means to ignore newlines until "baseurl:"
2424
EthosLink creates innovative AI-powered solutions for businesses. We specialize in
2525
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
2828
twitter_username: thereviato
2929
github_username: ethos-link
3030

3131
# Custom site data for the landing page
3232
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.'
3636

3737
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'
4646

4747
# Build settings
4848
# theme: minima # Commented out since using custom template
4949
plugins:
5050
- jekyll-feed
5151
- jekyll-tailwindcss
52-
52+
- jekyll-sitemap
5353
# Exclude from processing.
5454
# The following items will not be processed, by default.
5555
# Any item listed under the `exclude:` key here will be automatically added to

0 commit comments

Comments
 (0)