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

striker pushed a change to branch staging
in repository https://gitbox.apache.org/repos/asf/buildstream-site.git


    from 5d2daa4  * .asf.yaml   Update to example.
     new 5b1df3b  Copy over content from infrastructure-website-master as per 
instructions on https://infra.apache.org/asf-pelican-gettingstarted.html.
     new 3041dab  Add instructions on how to run pelican locally, as there are 
a number of instructions on how to do this and YMMV.
     new c392626  Update logo.  Update site title and menu.  Add missing 
foundation.css to styles.html.
     new 4b6a297  Port content over from buildstream.build.

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:
 .asf.yaml                                     |    1 -
 .authtokens                                   |    0
 .gitignore                                    |    6 +
 README.md                                     |   72 +-
 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/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/CarbonOS_logo.png              |  Bin 0 -> 16583 bytes
 content/images/Freedesktop-sdk_logo.png       |  Bin 0 -> 17296 bytes
 content/images/Gnome-build-meta_logo.png      |  Bin 0 -> 4469 bytes
 content/images/Libreml_logo.png               |  Bin 0 -> 38221 bytes
 content/images/WebKitGTK_logo.png             |  Bin 0 -> 72988 bytes
 content/images/{logo.png => feather.png}      |  Bin
 content/images/logo.png                       |  Bin 11038 -> 31531 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/index.md                        |  139 +-
 content/pages/installation.md                 |  122 +
 content/theme/templates/article.html          |   22 +
 content/theme/templates/blog.html             |   27 +
 content/theme/templates/blogindex.html        |   36 +
 content/theme/templates/breadcrumbs.html      |   15 +
 content/theme/templates/footer.html           |   10 +
 content/theme/templates/frontpage.html        |  123 +
 content/theme/templates/generic.html          |   22 +
 content/theme/templates/index.html            |   31 +
 content/theme/templates/menu.html             |   28 +
 content/theme/templates/page.html             |   25 +
 content/theme/templates/styles.html           |    5 +
 pelicanconf.yaml                              |   27 +-
 theme/templates/page.html                     |   36 -
 55 files changed, 26954 insertions(+), 50 deletions(-)
 create mode 100644 .authtokens
 create mode 100644 .gitignore
 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/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/CarbonOS_logo.png
 create mode 100644 content/images/Freedesktop-sdk_logo.png
 create mode 100644 content/images/Gnome-build-meta_logo.png
 create mode 100644 content/images/Libreml_logo.png
 create mode 100644 content/images/WebKitGTK_logo.png
 copy content/images/{logo.png => feather.png} (100%)
 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/installation.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
 delete mode 100644 theme/templates/page.html

Reply via email to