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

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/bval-site.git

commit 6f3fe7a1037b7693e8f24838597130c5063bba7f
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Jun 1 12:26:50 2021 -0700

    more fixes to codeblocks. Fix the base
---
 content/release-process.md       | 70 ++++++++++++++++++++--------------------
 pelicanconf.py                   |  2 +-
 theme/apache/templates/base.html | 38 +++++++++++-----------
 3 files changed, 55 insertions(+), 55 deletions(-)

diff --git a/content/release-process.md b/content/release-process.md
index dbd47be..0e1ef0b 100644
--- a/content/release-process.md
+++ b/content/release-process.md
@@ -22,9 +22,9 @@ artifacts and using Nexus can be found on the Maven website at
       1. Review and update `README.txt` if needed.
       1. Commit any changes back to GIT:
 
-      ```sh
-      git commit -a -m "updating files for release" & git push
-      ```
+        ```sh
+        git commit -a -m "updating files for release" & git push
+        ```
 
    1. Stage any Roadmap or Release landing pages on the wiki.
    1. Use `mvn apache-rat:check` to verify the source has the required headers 
before
@@ -152,52 +152,52 @@ artifacts and using Nexus can be found on the Maven 
website at
 1. Put the release candidate up for a vote:
    1. Create a `VOTE` email thread on [bval-dev](mailto:[email protected]) 
to record votes as replies, e.g.:
 
-   ```text
-   To: [email protected]
-   Subject: [VOTE] Apache BVal <version> Release Candidate
+      ```text
+      To: [email protected]
+      Subject: [VOTE] Apache BVal <version> Release Candidate
 
-   I've created a <version> release candidate, with the following artifacts up 
for a vote:
+      I've created a <version> release candidate, with the following artifacts 
up for a vote:
 
-   Git source tag:
-   https://gitbox.apache.org/repos/asf?p=bval.git;a=tags
+      Git source tag:
+      https://gitbox.apache.org/repos/asf?p=bval.git;a=tags
 
-   Maven staging repo:
-   https://repository.apache.org/content/repositories/orgapachebval-020/
+      Maven staging repo:
+      https://repository.apache.org/content/repositories/orgapachebval-020/
 
-   Source release:
-   https://dist.apache.org/repos/dist/dev/bval/2.0.0-RC1 (r9999)
+      Source release:
+      https://dist.apache.org/repos/dist/dev/bval/2.0.0-RC1 (r9999)
 
-   Generated site:
-   https://dist.apache.org/repos/dist/dev/bval/2.0.0-RC1/site/index.html
+      Generated site:
+      https://dist.apache.org/repos/dist/dev/bval/2.0.0-RC1/site/index.html
 
-   PGP release keys:
-   http://www.apache.org/dist/bval/KEYS
+      PGP release keys:
+      http://www.apache.org/dist/bval/KEYS
 
-   The vote will be open for at least 72 hours.
+      The vote will be open for at least 72 hours.
 
-   [ ] +1  approve
-   [ ] +0  no opinion
-   [ ] -1  disapprove (and reason why)
-   ```
+      [ ] +1  approve
+      [ ] +0  no opinion
+      [ ] -1  disapprove (and reason why)
+      ```
 
    1. Create a DISCUSS email thread on bval-dev@ for any vote questions, e.g.:
 
-   ```text
-   To: [email protected]
-   Subject: [DISCUSS] Apache BVal <version> Release Candidate
+      ```text
+      To: [email protected]
+      Subject: [DISCUSS] Apache BVal <version> Release Candidate
 
-   Discussion thread for vote on <version> release candidate, with GIT source 
tag (r9999999).
+      Discussion thread for vote on <version> release candidate, with GIT 
source tag (r9999999).
 
-   For more information on the release process, check out 
http://www.apache.org/dev/release.html .
+      For more information on the release process, check out 
http://www.apache.org/dev/release.html .
 
-   Some of the things to check before voting are:
-   - does "mvn apache-rat:check" pass on the source
-   - can you build the contents of source-release.zip and GIT tag
-   - do all of the staged jars/zips contain the required LICENSE and NOTICE 
files
-   - are all of the staged jars signed and the signature verifiable
-   - is the signing key in the project's KEYS file and on a public server 
(i.e. http://www.apache.org/dist/bval/)
-   - does the release pass the TCK
-   ```
+      Some of the things to check before voting are:
+      - does "mvn apache-rat:check" pass on the source
+      - can you build the contents of source-release.zip and GIT tag
+      - do all of the staged jars/zips contain the required LICENSE and NOTICE 
files
+      - are all of the staged jars signed and the signature verifiable
+      - is the signing key in the project's KEYS file and on a public server 
(i.e. http://www.apache.org/dist/bval/)
+      - does the release pass the TCK
+      ```
 
    1. Perform a review of the release and cast your vote. For more details
       on Apache releases see
diff --git a/pelicanconf.py b/pelicanconf.py
index c5d8360..a29ba92 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -43,7 +43,7 @@ ASF_DATA_YAML = "asfdata.yaml"
 PAGE_PATHS = ['.']
 
 # Template uses {{base}}
-BASE = './'
+BASE = '/'
 
 # Path with no extension
 PATH_METADATA = '(?P<path_no_ext>.*)\..*'
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index fa82182..de612fe 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -34,7 +34,7 @@ under the License.
   <META name="DC.Rights" content="Copyright � 2010-2012, The Apache Software 
Foundation" />
 
   <!-- Le styles -->
-  <link href="{{base}}resources/css/bootstrap.css" rel="stylesheet">
+  <link href="{{BASE}}resources/css/bootstrap.css" rel="stylesheet">
   <style type="text/css">
     body {
       padding-top: 60px;
@@ -42,8 +42,8 @@ under the License.
     }
     {% include "styles.css" %}
   </style>
-  <link href="{{base}}resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="{{base}}resources/css/bval.css" rel="stylesheet">
+  <link href="{{BASE}}resources/css/bootstrap-responsive.css" rel="stylesheet">
+  <link href="{{BASE}}resources/css/bval.css" rel="stylesheet">
 
   <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
   <!--[if lt IE 9]>
@@ -55,7 +55,7 @@ under the License.
   <link rel="apple-touch-icon-precomposed" sizes="114x114" 
href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png";>
   <link rel="apple-touch-icon-precomposed" sizes="72x72" 
href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png";>
   <link rel="apple-touch-icon-precomposed" 
href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png";>
-  <link rel="shortcut icon" href="{{base}}resources/images/feather-small.png">
+  <link rel="shortcut icon" href="{{BASE}}resources/images/feather-small.png">
 
   <title>Apache BVal</title>
 </head>
@@ -69,41 +69,41 @@ under the License.
           <span class="icon-bar"></span>
           <span class="icon-bar"></span>
         </a>
-        <a class="brand" href="{{base}}index.html"><img 
src="{{base}}/resources/images/bval-bean-small.png" alt="Apache BVal" 
title="Apache BVal" /></a>
+        <a class="brand" href="{{BASE}}index.html"><img 
src="{{BASE}}/resources/images/bval-bean-small.png" alt="Apache BVal" 
title="Apache BVal" /></a>
         <div class="nav-collapse collapse">
           <ul class="nav">
-            <li><a href="{{base}}downloads.html">Downloads</a></li>
+            <li><a href="{{BASE}}downloads.html">Downloads</a></li>
             <li class="dropdown">
               <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
               <ul class="dropdown-menu pull-right">
-                <li><a href="{{base}}samples.html">Samples</a></li>
-                <li><a href="{{base}}mvnsite/index.html">Generated 
Docs</a></li>
+                <li><a href="{{BASE}}samples.html">Samples</a></li>
+                <li><a href="{{BASE}}mvnsite/index.html">Generated 
Docs</a></li>
               </ul>
             </li>
             <li class="dropdown">
               <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Development <b class="caret"></b></a>
               <ul class="dropdown-menu pull-right">
                 <li><a 
href="https://git-wip-us.apache.org/repos/asf/bval";>Source Code</a></li>
-                <li><a href="{{base}}coding-standards.html">Coding 
Standards</a></li>
-                <li><a href="{{base}}building.html">Building</a></li>
+                <li><a href="{{BASE}}coding-standards.html">Coding 
Standards</a></li>
+                <li><a href="{{BASE}}building.html">Building</a></li>
                 <li><a href="https://issues.apache.org/jira/browse/BVAL";>Issue 
Tracker</a></li>
-                <li><a href="{{base}}beanvalidation-tck.html">Bean Validation 
TCK</a></li>
-                <li><a href="{{base}}automated-builds.html">Automated 
Builds</a></li>
-                <li><a href="{{base}}release-management.html">Release 
Management</a></li>
+                <li><a href="{{BASE}}beanvalidation-tck.html">Bean Validation 
TCK</a></li>
+                <li><a href="{{BASE}}automated-builds.html">Automated 
Builds</a></li>
+                <li><a href="{{BASE}}release-management.html">Release 
Management</a></li>
               </ul>
             </li>
             <li class="dropdown">
               <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Community <b class="caret"></b></a>
               <ul class="dropdown-menu pull-right">
-                <li><a href="{{base}}board-reports/index.html">Status</a></li>
-                <li><a href="{{base}}getting-involved.html">Getting 
Involved</a></li>
-                <li><a href="{{base}}people.html">People</a></li>
-                <li><a href="{{base}}mailing-lists.html">Mailing Lists</a></li>
+                <li><a href="{{BASE}}board-reports/index.html">Status</a></li>
+                <li><a href="{{BASE}}getting-involved.html">Getting 
Involved</a></li>
+                <li><a href="{{BASE}}people.html">People</a></li>
+                <li><a href="{{BASE}}mailing-lists.html">Mailing Lists</a></li>
               </ul>
             </li>
             <li class="dropdown">
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="{{base}}resources/images/feather-small.png" 
alt="Apache" title="Apache" /> <b class="caret"></b></a>
+                <img src="{{BASE}}resources/images/feather-small.png" 
alt="Apache" title="Apache" /> <b class="caret"></b></a>
               <ul class="dropdown-menu pull-right">
                 <li><a href="https://www.apache.org";>Home</a></li>
                 <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
@@ -132,7 +132,7 @@ under the License.
   <div class="container">
     <footer>
       <p>Copyright © 2010-{{CURRENTYEAR}} The Apache Software Foundation. 
Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0";>Apache 
License 2.0</a>.
-        View our <a href="{{base}}privacy-policy.html">privacy policy</a>.
+        View our <a href="{{BASE}}privacy-policy.html">privacy policy</a>.
       </p>
       <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation. Other names may be trademarks of their respective owners.
       </p>

Reply via email to