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

shuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git.


    from 325b516  Update parts of the tutorial
     add 35edce5  UNOMI-262 Use Jekyll to generate site - Jekyll is now 
integrated with Maven to continue using Maven as a build process - Jekyll uses 
a custom layout that is exactly the layout we had previously - We use HTML for 
the page contents for the moment, to stay 100% compatible with the original 
site - Assets have been consolidated in the assets directory - README was 
updated for instructions on how to use Jekyll.
     new 853294d  Merge pull request #16 from apache/UNOMI-262-jekyll-site

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   1 +
 README.md                                          |  47 +++++-
 _config.yml                                        |   4 +
 pom.xml                                            | 185 +++++++++++++++++++--
 src/main/webapp/_layouts/default.html              | 145 ++++++++++++++++
 .../webapp/{ => assets}/css/bootstrap-grid.css     |   0
 .../webapp/{ => assets}/css/bootstrap-grid.css.map |   0
 .../webapp/{ => assets}/css/bootstrap-grid.min.css |   0
 .../{ => assets}/css/bootstrap-grid.min.css.map    |   0
 .../webapp/{ => assets}/css/bootstrap-reboot.css   |   0
 .../{ => assets}/css/bootstrap-reboot.css.map      |   0
 .../{ => assets}/css/bootstrap-reboot.min.css      |   0
 .../{ => assets}/css/bootstrap-reboot.min.css.map  |   0
 src/main/webapp/{ => assets}/css/bootstrap.css     |   0
 src/main/webapp/{ => assets}/css/bootstrap.css.map |   0
 src/main/webapp/{ => assets}/css/bootstrap.min.css |   0
 .../webapp/{ => assets}/css/bootstrap.min.css.map  |   0
 src/main/webapp/{ => assets}/css/unomi.css         |   0
 .../{ => assets}/images/apache-feather-tm-new.png  | Bin
 .../{ => assets}/images/apache-feather-tm-new.svg  |   0
 .../{ => assets}/images/apache-unomi-380x85.png    | Bin
 src/main/webapp/{ => assets}/images/apache.png     | Bin
 .../webapp/{ => assets}/images/europe-gdpr.jpg     | Bin
 src/main/webapp/{ => assets}/images/favicon.ico    | Bin
 src/main/webapp/{ => assets}/images/feather.svg    |   0
 src/main/webapp/{ => assets}/images/github.png     | Bin
 .../webapp/{ => assets}/images/incubator-logo.png  | Bin
 .../webapp/{ => assets}/images/release-guide.png   | Bin
 .../webapp/{ => assets}/images/unomi-86x20.png     | Bin
 .../images/unomi-logical-architecture-diagram.png  | Bin
 .../{ => assets}/images/unomi-profile-view.png     | Bin
 src/main/webapp/{ => assets}/images/unomi.xcf      | Bin
 .../{js => assets/js/vendor}/bootstrap.bundle.js   |   0
 .../js/vendor}/bootstrap.bundle.js.map             |   0
 .../js/vendor}/bootstrap.bundle.min.js             |   0
 .../js/vendor}/bootstrap.bundle.min.js.map         |   0
 .../webapp/{js => assets/js/vendor}/bootstrap.js   |   0
 .../{js => assets/js/vendor}/bootstrap.js.map      |   0
 .../{js => assets/js/vendor}/bootstrap.min.js      |   0
 .../{js => assets/js/vendor}/bootstrap.min.js.map  |   0
 .../webapp/community-maturity-model-report.html    | 149 +----------------
 src/main/webapp/community-policies.html            | 149 +----------------
 src/main/webapp/community-team.html                | 149 +----------------
 src/main/webapp/community.html                     | 149 +----------------
 src/main/webapp/contribute-become-a-committer.html | 149 +----------------
 src/main/webapp/contribute-committer-guide.html    | 149 +----------------
 src/main/webapp/contribute-dependencies-guide.html | 149 +----------------
 src/main/webapp/contribute-post-commit-guides.html | 148 +----------------
 .../contribute-post-commit-policies-details.html   | 149 +----------------
 .../contribute-post-commit-test-policies.html      | 149 +----------------
 .../contribute-pre-commit-test-policies.html       | 149 +----------------
 src/main/webapp/contribute-release-guide.html      | 151 +----------------
 src/main/webapp/contribute-testing.html            | 149 +----------------
 src/main/webapp/contribute-website.html            | 149 +----------------
 src/main/webapp/contribute.html                    | 149 +----------------
 src/main/webapp/documentation.html                 | 148 +----------------
 src/main/webapp/download.html                      | 150 +----------------
 src/main/webapp/get-started.html                   | 150 +----------------
 src/main/webapp/index.html                         | 156 +----------------
 src/main/webapp/privacy-policy.html                | 149 +----------------
 src/main/webapp/resources.html                     | 148 +----------------
 src/main/webapp/tutorial.html                      | 150 +----------------
 src/main/webapp/use-cases.html                     | 150 +----------------
 63 files changed, 466 insertions(+), 3353 deletions(-)
 create mode 100644 _config.yml
 create mode 100644 src/main/webapp/_layouts/default.html
 rename src/main/webapp/{ => assets}/css/bootstrap-grid.css (100%)
 rename src/main/webapp/{ => assets}/css/bootstrap-grid.css.map (100%)
 rename src/main/webapp/{ => assets}/css/bootstrap-grid.min.css (100%)
 rename src/main/webapp/{ => assets}/css/bootstrap-grid.min.css.map (100%)
 rename src/main/webapp/{ => assets}/css/bootstrap-reboot.css (100%)
 rename src/main/webapp/{ => assets}/css/bootstrap-reboot.css.map (100%)
 rename src/main/webapp/{ => assets}/css/bootstrap-reboot.min.css (100%)
 rename src/main/webapp/{ => assets}/css/bootstrap-reboot.min.css.map (100%)
 rename src/main/webapp/{ => assets}/css/bootstrap.css (100%)
 rename src/main/webapp/{ => assets}/css/bootstrap.css.map (100%)
 rename src/main/webapp/{ => assets}/css/bootstrap.min.css (100%)
 rename src/main/webapp/{ => assets}/css/bootstrap.min.css.map (100%)
 rename src/main/webapp/{ => assets}/css/unomi.css (100%)
 rename src/main/webapp/{ => assets}/images/apache-feather-tm-new.png (100%)
 rename src/main/webapp/{ => assets}/images/apache-feather-tm-new.svg (100%)
 rename src/main/webapp/{ => assets}/images/apache-unomi-380x85.png (100%)
 rename src/main/webapp/{ => assets}/images/apache.png (100%)
 rename src/main/webapp/{ => assets}/images/europe-gdpr.jpg (100%)
 rename src/main/webapp/{ => assets}/images/favicon.ico (100%)
 rename src/main/webapp/{ => assets}/images/feather.svg (100%)
 rename src/main/webapp/{ => assets}/images/github.png (100%)
 rename src/main/webapp/{ => assets}/images/incubator-logo.png (100%)
 rename src/main/webapp/{ => assets}/images/release-guide.png (100%)
 rename src/main/webapp/{ => assets}/images/unomi-86x20.png (100%)
 rename src/main/webapp/{ => 
assets}/images/unomi-logical-architecture-diagram.png (100%)
 rename src/main/webapp/{ => assets}/images/unomi-profile-view.png (100%)
 rename src/main/webapp/{ => assets}/images/unomi.xcf (100%)
 rename src/main/webapp/{js => assets/js/vendor}/bootstrap.bundle.js (100%)
 rename src/main/webapp/{js => assets/js/vendor}/bootstrap.bundle.js.map (100%)
 rename src/main/webapp/{js => assets/js/vendor}/bootstrap.bundle.min.js (100%)
 rename src/main/webapp/{js => assets/js/vendor}/bootstrap.bundle.min.js.map 
(100%)
 rename src/main/webapp/{js => assets/js/vendor}/bootstrap.js (100%)
 rename src/main/webapp/{js => assets/js/vendor}/bootstrap.js.map (100%)
 rename src/main/webapp/{js => assets/js/vendor}/bootstrap.min.js (100%)
 rename src/main/webapp/{js => assets/js/vendor}/bootstrap.min.js.map (100%)

Reply via email to