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

wave pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git


    from c18f1ae  Create .asf.yaml
     new 0954628  Tooling website
     new d86a505  Dummy content

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:
 .asf.yaml                                     |   16 +
 .github/workflows/build-pelican.yml           |   17 +
 .gitignore                                    |    1 +
 content/css/app.css                           |    0
 content/css/bootstrap.min.css                 |    7 +
 content/css/font-awesome.min.css              |    4 +
 content/css/fontawesome.all.min.css           |    6 +
 content/css/foundation.css                    | 4236 +++++++++++
 content/css/foundation.min.css                |    2 +
 content/css/headerlink.css                    |   16 +
 content/css/webfonts/fa-brands-400.ttf        |  Bin 0 -> 186112 bytes
 content/css/webfonts/fa-brands-400.woff2      |  Bin 0 -> 107460 bytes
 content/css/webfonts/fa-regular-400.ttf       |  Bin 0 -> 62048 bytes
 content/css/webfonts/fa-regular-400.woff2     |  Bin 0 -> 25096 bytes
 content/css/webfonts/fa-solid-900.ttf         |  Bin 0 -> 397728 bytes
 content/css/webfonts/fa-solid-900.woff2       |  Bin 0 -> 150472 bytes
 content/css/webfonts/fa-v4compatibility.ttf   |  Bin 0 -> 10136 bytes
 content/css/webfonts/fa-v4compatibility.woff2 |  Bin 0 -> 4584 bytes
 content/extra/favicon.ico                     |  Bin 0 -> 1086 bytes
 content/fonts/FontAwesome.otf                 |  Bin 0 -> 134808 bytes
 content/fonts/fontawesome-webfont.eot         |  Bin 0 -> 165742 bytes
 content/fonts/fontawesome-webfont.svg         | 2671 +++++++
 content/fonts/fontawesome-webfont.ttf         |  Bin 0 -> 165548 bytes
 content/fonts/fontawesome-webfont.woff        |  Bin 0 -> 98024 bytes
 content/fonts/fontawesome-webfont.woff2       |  Bin 0 -> 77160 bytes
 content/highlight/default.min.css             |    1 +
 content/highlight/highlight.min.js            |   44 +
 content/images/feather.png                    |  Bin 0 -> 11038 bytes
 content/js/app.js                             |    1 +
 content/js/bootstrap.bundle.min.js            |    7 +
 content/js/vendor/foundation.js               | 9124 +++++++++++++++++++++++
 content/js/vendor/foundation.min.js           |    1 +
 content/js/vendor/jquery.js                   | 9842 +++++++++++++++++++++++++
 content/js/vendor/what-input.js               |  295 +
 content/pages/.htaccess                       |    1 +
 content/pages/index.md                        |    5 +
 content/pages/team.md                         |   11 +
 content/pages/volunteer.md                    |   17 +
 content/theme/templates/article.html          |   22 +
 content/theme/templates/blog.html             |   27 +
 content/theme/templates/blogindex.html        |   36 +
 content/theme/templates/breadcrumbs.html      |   12 +
 content/theme/templates/footer.html           |   10 +
 content/theme/templates/frontpage.html        |    8 +
 content/theme/templates/generic.html          |   20 +
 content/theme/templates/index.html            |   22 +
 content/theme/templates/menu.html             |   46 +
 content/theme/templates/page.html             |   22 +
 content/theme/templates/styles.html           |   31 +
 pagefind.sh                                   |   54 +
 pelicanconf.yaml                              |   28 +
 requirements.txt                              |    3 +
 52 files changed, 26666 insertions(+)
 create mode 100644 .github/workflows/build-pelican.yml
 create mode 100644 content/css/app.css
 create mode 100644 content/css/bootstrap.min.css
 create mode 100644 content/css/font-awesome.min.css
 create mode 100644 content/css/fontawesome.all.min.css
 create mode 100644 content/css/foundation.css
 create mode 100644 content/css/foundation.min.css
 create mode 100644 content/css/headerlink.css
 create mode 100644 content/css/webfonts/fa-brands-400.ttf
 create mode 100644 content/css/webfonts/fa-brands-400.woff2
 create mode 100644 content/css/webfonts/fa-regular-400.ttf
 create mode 100644 content/css/webfonts/fa-regular-400.woff2
 create mode 100644 content/css/webfonts/fa-solid-900.ttf
 create mode 100644 content/css/webfonts/fa-solid-900.woff2
 create mode 100644 content/css/webfonts/fa-v4compatibility.ttf
 create mode 100644 content/css/webfonts/fa-v4compatibility.woff2
 create mode 100644 content/extra/favicon.ico
 create mode 100644 content/fonts/FontAwesome.otf
 create mode 100644 content/fonts/fontawesome-webfont.eot
 create mode 100644 content/fonts/fontawesome-webfont.svg
 create mode 100644 content/fonts/fontawesome-webfont.ttf
 create mode 100644 content/fonts/fontawesome-webfont.woff
 create mode 100644 content/fonts/fontawesome-webfont.woff2
 create mode 100644 content/highlight/default.min.css
 create mode 100644 content/highlight/highlight.min.js
 create mode 100644 content/images/feather.png
 create mode 100644 content/js/app.js
 create mode 100644 content/js/bootstrap.bundle.min.js
 create mode 100644 content/js/vendor/foundation.js
 create mode 100644 content/js/vendor/foundation.min.js
 create mode 100644 content/js/vendor/jquery.js
 create mode 100644 content/js/vendor/what-input.js
 create mode 100644 content/pages/.htaccess
 create mode 100644 content/pages/index.md
 create mode 100644 content/pages/team.md
 create mode 100644 content/pages/volunteer.md
 create mode 100644 content/theme/templates/article.html
 create mode 100644 content/theme/templates/blog.html
 create mode 100644 content/theme/templates/blogindex.html
 create mode 100644 content/theme/templates/breadcrumbs.html
 create mode 100644 content/theme/templates/footer.html
 create mode 100644 content/theme/templates/frontpage.html
 create mode 100644 content/theme/templates/generic.html
 create mode 100644 content/theme/templates/index.html
 create mode 100644 content/theme/templates/menu.html
 create mode 100644 content/theme/templates/page.html
 create mode 100644 content/theme/templates/styles.html
 create mode 100755 pagefind.sh
 create mode 100644 pelicanconf.yaml
 create mode 100644 requirements.txt


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to