This is an automated email from the ASF dual-hosted git repository.
gstein pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/steve.git
from fcbd20c add first run of the new website
new 7c09722 added wrong subdir. we want output, not site.
new ba0aad4 do not ignore output/ .. just clear it all for now
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 | 56 -------------------
output/css/steve.css | 80 +++++++++++++++++++++++++++
output/demo.html | 56 +++++++++++++++++++
output/documentation.html | 37 +++++++++++++
output/downloads.html | 34 ++++++++++++
output/images/front-splash.png | Bin 0 -> 270221 bytes
output/images/logo-bright.png | Bin 0 -> 15205 bytes
output/images/logo.svg | 92 +++++++++++++++++++++++++++++++
output/images/steve.png | Bin 0 -> 6302 bytes
output/images/tat.png | Bin 0 -> 14503 bytes
output/index.html | 53 ++++++++++++++++++
output/js/empty | 0
output/privacy-policy.html | 54 ++++++++++++++++++
output/support.html | 106 ++++++++++++++++++++++++++++++++++++
output/vote_types.html | 121 +++++++++++++++++++++++++++++++++++++++++
site/pelican.auto.py | 43 ---------------
16 files changed, 633 insertions(+), 99 deletions(-)
delete mode 100644 .gitignore
create mode 100644 output/css/steve.css
create mode 100644 output/demo.html
create mode 100644 output/documentation.html
create mode 100644 output/downloads.html
create mode 100644 output/images/front-splash.png
create mode 100644 output/images/logo-bright.png
create mode 100644 output/images/logo.svg
create mode 100644 output/images/steve.png
create mode 100644 output/images/tat.png
create mode 100644 output/index.html
create mode 100644 output/js/empty
create mode 100644 output/privacy-policy.html
create mode 100644 output/support.html
create mode 100644 output/vote_types.html
delete mode 100644 site/pelican.auto.py