Skip to content

Commit

Permalink
udpating to add seo
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 committed Jan 26, 2024
1 parent bf5059c commit 3836bc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ gem "jekyll", "~> 3.9.3"

gem 'jekyll-github-metadata', '2.13.0'

gem 'jekyll-seo-tag'

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
Expand Down
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
title: Edge Computer Vision for Quality Control Documentation
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
This project focuses on developing a cutting-edge computer vision program to identify defects on nuts, specifically black marks representing impurities. Utilizing the YOLO V5 model for image processing, the project integrates Microshift for seamless deployment across various platforms. In addition, the Ansible automation platform is employed to automate tasks like edge image creation and deployment on OpenShift, enhancing the project's efficiency and scalability. This technology is crucial for quality control in industries like food production and manufacturing.
This project focuses on developing a cutting-edge computer vision program to identify defects on nuts, specifically black marks representing impurities.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://redhat-ai-edge-pins-demo.github.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
Expand All @@ -33,6 +33,7 @@ theme: minima
plugins:
- "jekyll-github-metadata"
- jekyll-feed
- jekyll-seo-tag

# Exclude from processing.
# The following items will not be processed, by default.
Expand Down

0 comments on commit 3836bc2

Please sign in to comment.