This is an automated email from the ASF dual-hosted git repository. shuber pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/unomi-site.git
commit 853294d6538aecd2d2fe9d50c7e53b65635a50cb Merge: 325b516 35edce5 Author: Serge Huber <[email protected]> AuthorDate: Mon Jan 13 15:58:37 2020 +0100 Merge pull request #16 from apache/UNOMI-262-jekyll-site UNOMI-262 Use Jekyll to generate site .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(-)
