diff --git a/Gemfile b/Gemfile
index ef746fd..05ea2a6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,4 +8,5 @@ gem "webrick", "~> 1.8"
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem 'jekyll-paginate', "~> 1.1.0"
+ gem 'jekyll-seo-tag', " ~> 2.8.0"
end
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0db85bc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# Open Identity Platform Site Repository
+
+## How-to
+
+Run server locally
+
+```bash
+bundle exec jekyll serve
+```
+
+Build CSS with Tailwind:
+
+```bash
+npm install tailwindcss@3 #if not installed
+
+npx tailwindcss -i ./assets/css/input.css -o ./assets/css/main.css --watch --minify
+```
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
index 64800d6..ffc8426 100644
--- a/_config.yml
+++ b/_config.yml
@@ -23,7 +23,8 @@ markdown: kramdown
plugins:
- jekyll-feed
- jekyll-paginate
+ - jekyll-seo-tag
permalink: /blog/:year-:month-:day-:title
paginate_path: "/blog/page:num/"
-paginate: 10
+paginate: 12
diff --git a/_data/products.yml b/_data/products.yml
index 758ce88..af7ea50 100644
--- a/_data/products.yml
+++ b/_data/products.yml
@@ -1,36 +1,36 @@
-
name: 'OpenDJ'
link: 'https://github.com/OpenIdentityPlatform/OpenDJ/'
- short_description: 'OpenDJ: Directory Services'
+ short_description: 'Directory Services'
description: 'OpenDJ is an LDAPv3 compliant directory service, which has been developed for the Java platform and provides a high performance, highly available, and secure store for identities, that are managed by your organization. Its easy installation process, combined with the power of the Java platform makes OpenDJ the simplest, fastest directory to deploy and manage.'
details_link: '/opendj'
release_link: 'https://github.com/OpenIdentityPlatform/OpenDJ/releases'
-
name: 'OpenAM'
link: 'https://github.com/OpenIdentityPlatform/OpenAM/'
- short_description: 'OpenAM: Access Management'
+ short_description: 'Access Management'
description: 'Open Access Management (OpenAM) is an access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements, and Web Services Security.'
details_link: '/openam'
release_link: 'https://github.com/OpenIdentityPlatform/OpenAM/releases'
+
-
name: 'OpenIG'
link: 'https://github.com/OpenIdentityPlatform/OpenIG/'
- short_description: 'OpenIG: Identity Gateway'
+ short_description: 'Identity Gateway'
description: 'Open Identity Gateway (OpenIG) is a high-performance reverse proxy server with specialized session management and credential replay functionality.'
details_link: '/openig'
release_link: 'https://github.com/OpenIdentityPlatform/OpenIG/releases'
-
name: 'OpenICF'
link: 'https://github.com/OpenIdentityPlatform/OpenICF/'
- short_description: 'OpenICF: Identity Connector Framework'
+ short_description: 'Identity Connector Framework'
description: 'Open Identity Connector Framework (OpenICF) provides interoperability between identity, compliance and risk management solutions. An OpenICF Connector enables provisioning software, such as OpenIDM, to manage the identities that are maintained by a specific identity provider.'
details_link: '/openicf'
release_link: 'https://github.com/OpenIdentityPlatform/OpenICF/releases'
-
name: 'OpenIDM'
link: 'https://github.com/OpenIdentityPlatform/OpenIDM/'
- short_description: 'OpenIDM: Identity Management'
+ short_description: 'Identity Management'
description: 'Open Identity Management (OpenIDM) is an open standards-based Identity Management, Provisioning, and Compliance solution. Provisioning users, devices, and things is a repetitive and potentially time-consuming task that has a significant impact on security and user access. '
details_link: '/openidm'
release_link: 'https://github.com/OpenIdentityPlatform/OpenIDM/releases'
-
diff --git a/_includes/banner.html b/_includes/banner.html
deleted file mode 100644
index 430c3e0..0000000
--- a/_includes/banner.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
- -
- -