This is an automated email from the ASF dual-hosted git repository. chandan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/buildstream-site.git
commit 40736fd6f4f2a878cb45e9e56f201c0893f8fadf Merge: c274f98 4b6a297 Author: Chandan Singh <[email protected]> AuthorDate: Wed Jul 31 11:42:20 2024 -0400 Merge pull request #4 from apache/preview/sstriker Port site content .asf.yaml | 7 +- .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, 26959 insertions(+), 51 deletions(-)
