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

bigbluehat pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-annotator-website.git.


    from c6096e0  Add favicon and friends
     new 941d8bc  Add 11ty for docs content
     new 6a5d0cd  Remove more/index.html cruft
     new 7ff94f4  Move demo copying code to eleventy config
     new ca7a2af  Move static content into src/

The 4 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:
 .eleventy.js                                       |   30 +
 README.md                                          |   10 +-
 content/demo/index.js                              |    2 +-
 content/docs/getting-started/index.html            |   94 +
 content/docs/index.html                            |   96 +
 content/index.html                                 |    2 +-
 package.json                                       |    9 +-
 {content => src}/.htaccess                         |    0
 src/_layouts/default.liquid                        |   99 +
 {content => src}/annotator-icon.svg                |    0
 {content => src}/doap.rdf                          |    0
 src/docs/getting-started.md                        |    6 +
 src/docs/index.md                                  |    9 +
 {content => src}/favicon.ico                       |  Bin
 {content => src}/images/android-chrome-192x192.png |  Bin
 {content => src}/images/android-chrome-512x512.png |  Bin
 {content => src}/images/annotator-logo.svg         |    0
 {content => src}/images/apple-touch-icon.png       |  Bin
 {content => src}/images/browserconfig.xml          |    0
 {content => src}/images/favicon-16x16.png          |  Bin
 {content => src}/images/favicon-32x32.png          |  Bin
 {content => src}/images/mstile-144x144.png         |  Bin
 {content => src}/images/mstile-150x150.png         |  Bin
 {content => src}/images/mstile-310x150.png         |  Bin
 {content => src}/images/mstile-310x310.png         |  Bin
 {content => src}/images/mstile-70x70.png           |  Bin
 {content => src}/images/safari-pinned-tab.svg      |    0
 {content => src}/index.html                        |    2 +-
 {content => src}/index.js                          |    0
 {content => src}/site.webmanifest                  |    0
 yarn.lock                                          | 2561 ++++++++++++++++++++
 31 files changed, 2914 insertions(+), 6 deletions(-)
 create mode 100644 .eleventy.js
 create mode 100644 content/docs/getting-started/index.html
 create mode 100644 content/docs/index.html
 copy {content => src}/.htaccess (100%)
 create mode 100644 src/_layouts/default.liquid
 copy {content => src}/annotator-icon.svg (100%)
 copy {content => src}/doap.rdf (100%)
 create mode 100644 src/docs/getting-started.md
 create mode 100644 src/docs/index.md
 copy {content => src}/favicon.ico (100%)
 copy {content => src}/images/android-chrome-192x192.png (100%)
 copy {content => src}/images/android-chrome-512x512.png (100%)
 copy {content => src}/images/annotator-logo.svg (100%)
 copy {content => src}/images/apple-touch-icon.png (100%)
 copy {content => src}/images/browserconfig.xml (100%)
 copy {content => src}/images/favicon-16x16.png (100%)
 copy {content => src}/images/favicon-32x32.png (100%)
 copy {content => src}/images/mstile-144x144.png (100%)
 copy {content => src}/images/mstile-150x150.png (100%)
 copy {content => src}/images/mstile-310x150.png (100%)
 copy {content => src}/images/mstile-310x310.png (100%)
 copy {content => src}/images/mstile-70x70.png (100%)
 copy {content => src}/images/safari-pinned-tab.svg (100%)
 copy {content => src}/index.html (99%)
 copy {content => src}/index.js (100%)
 copy {content => src}/site.webmanifest (100%)

Reply via email to