This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git
from 15019e2 trademarks properly acknowledged
new b8c6a63 Updates after moving to the ASF
new 1505fb1 Adds docker-compose to build locally. Updates README.
The 2 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 | 48 ++++++++++++++++++++++++++++++++++++++++
DISCLAIMER | 10 +++++++++
Gemfile | 4 ++++
_config.yml => _config-local.yml | 10 ++++-----
_config.yml | 10 ++++-----
_includes/footer.html | 5 ++---
css/main.scss | 1 -
docker-compose.yml | 20 +++++++++++++++++
readme.md | 22 ++++++++++++------
support/index.html | 16 +++++++++++---
10 files changed, 120 insertions(+), 26 deletions(-)
create mode 100644 .gitignore
create mode 100644 DISCLAIMER
create mode 100644 Gemfile
copy _config.yml => _config-local.yml (62%)
create mode 100644 docker-compose.yml