You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2019/10/14 22:06:19 UTC

[jspwiki-site] branch jbake updated: added changelog page header; will be merged with actual changelog when building the website through the main Jenkinsfile

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

juanpablo pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git


The following commit(s) were added to refs/heads/jbake by this push:
     new dc85177  added changelog page header; will be merged with actual changelog when building the website through the main Jenkinsfile
dc85177 is described below

commit dc85177de075fe52633f46d71b4b259bf4759e08
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Tue Oct 15 00:05:36 2019 +0200

    added changelog page header; will be merged with actual changelog when building the website through the main Jenkinsfile
---
 README.md                            | 1 +
 src/main/config/changelog-header.txt | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 5aac5fa..408d80f 100755
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ the repository contains the following critical files:
 | `./pom.xml`         | to orchestrate the website build
 | `./Jenkinsfile`     | file meant to be run by a Jenkins CI server, to build and deploy the website.
 | `./mvn-ci.sh`       | script to build and deploy the website using Maven.
+| `./src/main/config/`| changelog header; will be merged with actual changelog through the main ``Jenkinsfile`
 | `./src/main/jbake/` | standard [jbake maven plugin structure](https://github.com/ingenieux/jbake-maven-plugin), contains three subdirectories:
 |  -> `assets/`       | The assets directory is where you should place your static files such as images, CSS files and JavaScript files etc. These files are copied over to the baked output as is. You can create any directory structure you like in the assets directory and this structure will be maintained when copied.
 |  -> `content/`      | holds content files, with the extension of these files determining what type of content it contains (i.e.: `.md` for [Markdown](http://daringfireball.net/projects/markdown/syntax), `.html` for raw HTML, etc.)
diff --git a/src/main/config/changelog-header.txt b/src/main/config/changelog-header.txt
new file mode 100644
index 0000000..c55eaac
--- /dev/null
+++ b/src/main/config/changelog-header.txt
@@ -0,0 +1,5 @@
+breadcrumb={"url": "https://jspwiki.apache.org/development/", "name": "Development" }
+status=published
+title=Changelog
+type=page
+~~~~~~