This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ebe94629 Automatic Site Publish by Buildbot
ebe94629 is described below

commit ebe94629f43bdfbba737fdc4c59457143144ee5e
Author: buildbot <[email protected]>
AuthorDate: Wed Sep 6 11:09:51 2023 +0000

    Automatic Site Publish by Buildbot
---
 books-tutorials-and-talks.html | 48 +++---------------------
 building.html                  | 48 +++---------------------
 code-conventions.html          | 48 +++---------------------
 css/custom-style.css           | 30 +++++++++++++++
 css/scheme-dark.css            | 85 ++++++++++++++++++++++++++++++++++++++++++
 css/scheme-light.css           | 17 +++++++++
 docs/index.html                | 48 +++---------------------
 docs/legacy.html               | 48 +++---------------------
 download.html                  | 48 +++---------------------
 faq.html                       | 48 +++---------------------
 feed.xml                       |  4 +-
 get-involved.html              | 48 +++---------------------
 gradle-dependency.html         | 48 +++---------------------
 index.html                     | 48 +++---------------------
 mailing-lists.html             | 48 +++---------------------
 maven-dependency.html          | 48 +++---------------------
 models.html                    | 48 +++---------------------
 news/cve-2017-12620.html       | 48 +++---------------------
 news/index.html                | 48 +++---------------------
 news/model-langdetect-183.html | 48 +++---------------------
 news/news-2010-11-18.html      | 48 +++---------------------
 news/news-2010-11-23.html      | 48 +++---------------------
 news/news-2010-12-24.html      | 48 +++---------------------
 news/news-2011-01-29.html      | 48 +++---------------------
 news/news-2011-05-02.html      | 48 +++---------------------
 news/news-2011-12-22.html      | 48 +++---------------------
 news/news-2012-02-15.html      | 48 +++---------------------
 news/news-2021-05-30.html      | 48 +++---------------------
 news/release-152.html          | 48 +++---------------------
 news/release-153.html          | 48 +++---------------------
 news/release-160.html          | 48 +++---------------------
 news/release-170.html          | 48 +++---------------------
 news/release-171.html          | 48 +++---------------------
 news/release-172.html          | 48 +++---------------------
 news/release-180.html          | 48 +++---------------------
 news/release-181.html          | 48 +++---------------------
 news/release-182.html          | 48 +++---------------------
 news/release-183.html          | 48 +++---------------------
 news/release-184.html          | 48 +++---------------------
 news/release-190.html          | 48 +++---------------------
 news/release-191.html          | 48 +++---------------------
 news/release-192.html          | 48 +++---------------------
 news/release-193.html          | 48 +++---------------------
 news/release-194.html          | 48 +++---------------------
 news/release-200.html          | 48 +++---------------------
 news/release-210.html          | 48 +++---------------------
 news/release-211.html          | 48 +++---------------------
 news/release-220.html          | 48 +++---------------------
 news/release-230.html          | 48 +++---------------------
 powered-by-opennlp.html        | 48 +++---------------------
 privacy-policy.html            | 48 +++---------------------
 release-model.html             | 48 +++---------------------
 release.html                   | 48 +++---------------------
 source-code.html               | 48 +++---------------------
 team.html                      | 48 +++---------------------
 using-git.html                 | 48 +++---------------------
 56 files changed, 394 insertions(+), 2238 deletions(-)

diff --git a/books-tutorials-and-talks.html b/books-tutorials-and-talks.html
index 90ba88e8..9460ff03 100644
--- a/books-tutorials-and-talks.html
+++ b/books-tutorials-and-talks.html
@@ -5,11 +5,12 @@
     <title>Books, Tutorials and Talks - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/building.html b/building.html
index 3219aabb..06333271 100644
--- a/building.html
+++ b/building.html
@@ -5,11 +5,12 @@
     <title>Building from Source - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/code-conventions.html b/code-conventions.html
index 56725c7c..94875308 100644
--- a/code-conventions.html
+++ b/code-conventions.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP Code Conventions - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/css/custom-style.css b/css/custom-style.css
new file mode 100644
index 00000000..de817cce
--- /dev/null
+++ b/css/custom-style.css
@@ -0,0 +1,30 @@
+/* Sticky footer styles
+-------------------------------------------------- */
+html {
+  position: relative;
+  min-height: 100%;
+}
+body {
+    /* Margin bottom by footer height + 20px for padding */
+    margin: 0px;
+}
+
+.footer .text-muted {
+    margin: 0px 0;
+}
+
+.footer > .container {
+    padding-right: 15px;
+    padding-left: 15px;
+}
+.jumbotron {
+    margin: 0px 0;
+    text-align: center;
+    background-color: transparent;
+    padding-top: 0px;
+}
+
+.jumbotron h1 {
+    line-height: 1;
+    font-weight: bold;
+}
\ No newline at end of file
diff --git a/css/scheme-dark.css b/css/scheme-dark.css
new file mode 100644
index 00000000..c658b9c6
--- /dev/null
+++ b/css/scheme-dark.css
@@ -0,0 +1,85 @@
+@media (prefers-color-scheme: dark) {
+    body {
+        color: #eee;
+        background: #222;
+    }
+    a {
+        color: #A09fff;
+    }
+    .navbar {
+        color: #eee;
+        background: #222;
+    }
+    .navbar-default {
+        border-color: #222;
+    }
+    .navbar-default .navbar-nav > li > a {
+        color: #eee;
+    }
+    .footer {
+        text-align: center;
+        padding: 30px 0;
+        margin-top: 50px;
+        border-top: 1px solid #f59523;
+    }
+    .navbar-default .navbar-nav > li > a {
+        color: #eee;
+    }
+    .navbar-default .navbar-nav > .active > a,
+    .navbar-default .navbar-nav > .active > a:focus,
+    .navbar-default .navbar-nav > .active > a:hover  {
+        color: #eee;
+        background-color: #e56b28;
+    }
+    .navbar-default .navbar-nav > .open > a,
+    .navbar-default .navbar-nav > .open > a:focus,
+    .navbar-default .navbar-nav > .open > a:hover {
+        color: #eee;
+        background-color: #832779;
+    }
+    .navbar-nav > li > .dropdown-menu {
+        color: #eee;
+        background-color: #444;
+    }
+    .dropdown-menu > li > a {
+        color: #eee;
+        background-color: #444;
+    }
+    .dropdown-menu > .active > a,
+    .dropdown-menu > .active > a:focus,
+    .dropdown-menu > .active > a:hover {
+        color: #eee;
+        background-color: #e56b28;
+    }
+    .admonitionblock > table td.icon .title {
+        color: #f59523;
+    }
+    .admonitionblock > table td.content {
+        color: #eee;
+    }
+    table {
+        border: dashed 1px #e56b28;
+    }
+    table.tableblock.grid-all {
+        border-top: dashed 1px #e56b28;
+        border-bottom: dashed 1px #e56b28;
+    }
+    .tableblock {
+        color: #eee;
+        background-color: #444;
+    }
+    .tableblock > a {
+        color: #f59523;
+    }
+    .content pre,
+    .content pre > code,
+    .com, .tag, .pln, .str, .pun, .kwd,
+    .listingblock > .content pre > code {
+        color: #eee;
+        background-color: #444;
+    }
+    *:not(pre) > code {
+        color: #f59523;
+        background-color: #444;
+    }
+}
\ No newline at end of file
diff --git a/css/scheme-light.css b/css/scheme-light.css
new file mode 100644
index 00000000..5db3639c
--- /dev/null
+++ b/css/scheme-light.css
@@ -0,0 +1,17 @@
+@media (prefers-color-scheme: light) {
+    body {
+        color: #222;
+        background: #fff;
+    }
+    a {
+        color: #0033cc;
+    }
+    .footer {
+        text-align: center;
+        padding: 30px 0;
+        margin-top: 50px;
+        border-top: 1px solid #e5e5e5;
+        border-bottom: 1px solid #e5e5e5;
+        background-color: #f5f5f5;
+    }
+}
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index bef89281..ed4a0f59 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -5,11 +5,12 @@
     <title>Documentation - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/docs/legacy.html b/docs/legacy.html
index 59ed4ef8..baa2650c 100644
--- a/docs/legacy.html
+++ b/docs/legacy.html
@@ -5,11 +5,12 @@
     <title>Documentation - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/download.html b/download.html
index 2c58c220..d89f95d9 100644
--- a/download.html
+++ b/download.html
@@ -5,11 +5,12 @@
     <title>Download - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/faq.html b/faq.html
index 80674a67..4c450151 100644
--- a/faq.html
+++ b/faq.html
@@ -5,11 +5,12 @@
     <title>FAQ - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/feed.xml b/feed.xml
index cf74e215..45ac607a 100644
--- a/feed.xml
+++ b/feed.xml
@@ -24,8 +24,8 @@
     <atom:link href="https://opennlp.apache.org/feed.xml"; rel="self" 
type="application/rss+xml" />
     <description>The Apache OpenNLP library is a machine learning based 
toolkit for the processing of natural language text</description>
     <language>en-us</language>
-    <pubDate>Sat, 19 Aug 2023 19:28:58 +0000</pubDate>
-    <lastBuildDate>Sat, 19 Aug 2023 19:28:58 +0000</lastBuildDate>
+    <pubDate>Wed, 6 Sep 2023 11:06:27 +0000</pubDate>
+    <lastBuildDate>Wed, 6 Sep 2023 11:06:27 +0000</lastBuildDate>
 
     <item>
       <title>Apache OpenNLP 2.3.0 released</title>
diff --git a/get-involved.html b/get-involved.html
index d72f60d8..f94b51fb 100644
--- a/get-involved.html
+++ b/get-involved.html
@@ -5,11 +5,12 @@
     <title>Get Involved - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/gradle-dependency.html b/gradle-dependency.html
index 6193829e..5bdb4df2 100644
--- a/gradle-dependency.html
+++ b/gradle-dependency.html
@@ -5,11 +5,12 @@
     <title>Gradle Integration - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/index.html b/index.html
index 280d8573..e618ccb3 100644
--- a/index.html
+++ b/index.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/mailing-lists.html b/mailing-lists.html
index e784cf83..3d9169f9 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -5,11 +5,12 @@
     <title>Mailing Lists - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/maven-dependency.html b/maven-dependency.html
index d48115af..8361adf8 100644
--- a/maven-dependency.html
+++ b/maven-dependency.html
@@ -5,11 +5,12 @@
     <title>Maven Integration - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/models.html b/models.html
index fa6f4478..2e707b24 100644
--- a/models.html
+++ b/models.html
@@ -5,11 +5,12 @@
     <title>Models Download - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/cve-2017-12620.html b/news/cve-2017-12620.html
index c101db07..76267e05 100644
--- a/news/cve-2017-12620.html
+++ b/news/cve-2017-12620.html
@@ -5,11 +5,12 @@
     <title>CVE-2017-12620 - Apache OpenNLP XXE vulnerability - Apache 
OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/index.html b/news/index.html
index cbba4a47..292deec8 100644
--- a/news/index.html
+++ b/news/index.html
@@ -5,11 +5,12 @@
     <title>News - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/model-langdetect-183.html b/news/model-langdetect-183.html
index 4476aad5..bbfc1ebd 100644
--- a/news/model-langdetect-183.html
+++ b/news/model-langdetect-183.html
@@ -5,11 +5,12 @@
     <title>Language Detector Model for Apache OpenNLP released - Apache 
OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/news-2010-11-18.html b/news/news-2010-11-18.html
index 7e9123bf..0043fb74 100644
--- a/news/news-2010-11-18.html
+++ b/news/news-2010-11-18.html
@@ -5,11 +5,12 @@
     <title>OpenNLP is candidated to Apache Incubation! - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/news-2010-11-23.html b/news/news-2010-11-23.html
index 4bb05586..ee74b4b3 100644
--- a/news/news-2010-11-23.html
+++ b/news/news-2010-11-23.html
@@ -5,11 +5,12 @@
     <title>OpenNLP is now into Apache Incubation! - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/news-2010-12-24.html b/news/news-2010-12-24.html
index e8ec51f4..0d7ba9c2 100644
--- a/news/news-2010-12-24.html
+++ b/news/news-2010-12-24.html
@@ -5,11 +5,12 @@
     <title>Working on Apache Incubator requirements - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/news-2011-01-29.html b/news/news-2011-01-29.html
index 884ac05a..8d2a9978 100644
--- a/news/news-2011-01-29.html
+++ b/news/news-2011-01-29.html
@@ -5,11 +5,12 @@
     <title>Issue tracker moved to JIRA - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/news-2011-05-02.html b/news/news-2011-05-02.html
index 224ebee7..b9936f64 100644
--- a/news/news-2011-05-02.html
+++ b/news/news-2011-05-02.html
@@ -5,11 +5,12 @@
     <title>First release of 1.5.1-incubating is ready! - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/news-2011-12-22.html b/news/news-2011-12-22.html
index cdbf5d89..6495b821 100644
--- a/news/news-2011-12-22.html
+++ b/news/news-2011-12-22.html
@@ -5,11 +5,12 @@
     <title>New members and new features&amp;#8230;&amp;#8203; - Apache 
OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/news-2012-02-15.html b/news/news-2012-02-15.html
index bca0d585..273e4b49 100644
--- a/news/news-2012-02-15.html
+++ b/news/news-2012-02-15.html
@@ -5,11 +5,12 @@
     <title>OpenNLP graduated from the incubator as a Top Level Project - 
Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/news-2021-05-30.html b/news/news-2021-05-30.html
index 8fd357f3..048732eb 100644
--- a/news/news-2021-05-30.html
+++ b/news/news-2021-05-30.html
@@ -5,11 +5,12 @@
     <title>OpenNLP Pre-trained Models Available - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-152.html b/news/release-152.html
index 37a74d45..fcbf3876 100644
--- a/news/release-152.html
+++ b/news/release-152.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 1.5.2 Incubating released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-153.html b/news/release-153.html
index de52a5e9..8eab70ae 100644
--- a/news/release-153.html
+++ b/news/release-153.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 1.5.3 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-160.html b/news/release-160.html
index a123eb41..03bad9a6 100644
--- a/news/release-160.html
+++ b/news/release-160.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 1.6.0 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-170.html b/news/release-170.html
index 27020398..62108929 100644
--- a/news/release-170.html
+++ b/news/release-170.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 1.7.0 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-171.html b/news/release-171.html
index 690f789d..dd5df792 100644
--- a/news/release-171.html
+++ b/news/release-171.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 1.7.1 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-172.html b/news/release-172.html
index fb7923ac..9c26e55b 100644
--- a/news/release-172.html
+++ b/news/release-172.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 1.7.2 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-180.html b/news/release-180.html
index 1a75883f..0322dab4 100644
--- a/news/release-180.html
+++ b/news/release-180.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 1.8.0 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-181.html b/news/release-181.html
index 4c1ba778..c9f84dca 100644
--- a/news/release-181.html
+++ b/news/release-181.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 1.8.1 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-182.html b/news/release-182.html
index cbb55d97..d52ec7fc 100644
--- a/news/release-182.html
+++ b/news/release-182.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 1.8.2 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-183.html b/news/release-183.html
index 6829890d..b3d8fdff 100644
--- a/news/release-183.html
+++ b/news/release-183.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 1.8.3 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-184.html b/news/release-184.html
index d1e48a6a..83ae1602 100644
--- a/news/release-184.html
+++ b/news/release-184.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 1.8.4 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-190.html b/news/release-190.html
index f49b8d29..458c4c8e 100644
--- a/news/release-190.html
+++ b/news/release-190.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 1.9.0 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-191.html b/news/release-191.html
index 7a599fe3..8e2f2a63 100644
--- a/news/release-191.html
+++ b/news/release-191.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 1.9.1 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-192.html b/news/release-192.html
index 610ba8f9..b705bb7a 100644
--- a/news/release-192.html
+++ b/news/release-192.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 1.9.2 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-193.html b/news/release-193.html
index 179ee0eb..d40932fd 100644
--- a/news/release-193.html
+++ b/news/release-193.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 1.9.3 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-194.html b/news/release-194.html
index a4246616..46419305 100644
--- a/news/release-194.html
+++ b/news/release-194.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 1.9.4 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-200.html b/news/release-200.html
index 8ecbcb09..00ea72ee 100644
--- a/news/release-200.html
+++ b/news/release-200.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 2.0.0 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-210.html b/news/release-210.html
index 66be0e38..20512521 100644
--- a/news/release-210.html
+++ b/news/release-210.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 2.1.0 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-211.html b/news/release-211.html
index 9237d61a..901fc18e 100644
--- a/news/release-211.html
+++ b/news/release-211.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 2.1.1 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-220.html b/news/release-220.html
index 549f36f0..de5f829e 100644
--- a/news/release-220.html
+++ b/news/release-220.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 2.2.0 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/news/release-230.html b/news/release-230.html
index 55381fc7..950840be 100644
--- a/news/release-230.html
+++ b/news/release-230.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP 2.3.0 released - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/powered-by-opennlp.html b/powered-by-opennlp.html
index 83dc983e..22bad38a 100644
--- a/powered-by-opennlp.html
+++ b/powered-by-opennlp.html
@@ -5,11 +5,12 @@
     <title>Powered by Apache OpenNLP - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/privacy-policy.html b/privacy-policy.html
index 3fd719a2..5bc31d92 100644
--- a/privacy-policy.html
+++ b/privacy-policy.html
@@ -5,11 +5,12 @@
     <title>Privacy Policy - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/release-model.html b/release-model.html
index 0c9e2df9..bfb28d66 100644
--- a/release-model.html
+++ b/release-model.html
@@ -5,11 +5,12 @@
     <title>Making a model release - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/release.html b/release.html
index 3c502b45..1136dd57 100644
--- a/release.html
+++ b/release.html
@@ -5,11 +5,12 @@
     <title>Making a release - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/source-code.html b/source-code.html
index 0d5c8108..c1e2d771 100644
--- a/source-code.html
+++ b/source-code.html
@@ -5,11 +5,12 @@
     <title>Source Code - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/team.html b/team.html
index f7dbb7f5..1ba81efe 100644
--- a/team.html
+++ b/team.html
@@ -5,11 +5,12 @@
     <title>Apache OpenNLP project team - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
diff --git a/using-git.html b/using-git.html
index 55722458..41c64f27 100644
--- a/using-git.html
+++ b/using-git.html
@@ -5,11 +5,12 @@
     <title>Using Git - Apache OpenNLP</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="color-scheme" content="dark light">
     <meta name="description" content="Apache OpenNLP  is a machine learning 
based toolkit for the processing of natural language text." />
     <meta name="author" content="The Apache OpenNLP Team" />
     <meta name="keywords" content="java, natural language processing, nlp, 
apache, open source, web site" />
     <meta name="generator" content="JBake"/>
-
+    
     <!-- RSS Feed -->
     <link rel="alternate" type="application/rss+xml" title="RSS" 
href="/feed.xml" />
 
@@ -37,48 +38,9 @@
     <link href="/css/font-awesome.min.css" rel="stylesheet">
     <link href="/css/asciidoctor.css" rel="stylesheet">
     <link href="/css/prettify.css" rel="stylesheet">
-    <style type="text/css">
-/* Sticky footer styles
--------------------------------------------------- */
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height + 20px for padding */
-  margin: 0px;
-}
-.footer {
-  text-align: center;
-  padding: 30px 0;
-  margin-top: 50px;
-  border-top: 1px solid #e5e5e5;
-  border-bottom: 1px solid #e5e5e5;
-  background-color: #f5f5f5;
-}
-
-.footer .text-muted {
-  margin: 0px 0;
-}
-
-.footer > .container {
-  padding-right: 15px;
-  padding-left: 15px;
-}
-
-.jumbotron {
-  margin: 0px 0;
-  text-align: center;
-  background-color: transparent;
-  padding-top: 0px;
-}
-
-.jumbotron h1 {
-    line-height: 1;
-    font-weight: bold;
-}
-
-    </style>
+    <link href="/css/custom-style.css" rel="stylesheet">
+    <link href="/css/scheme-light.css" rel="stylesheet">
+    <link href="/css/scheme-dark.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>

Reply via email to