This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-apisix-website.git.
from 19f2c71 remove production bundles add 466ec54 Initial commit add 30e9e8e update README add 030b78d added languaeg switcher (#3) add adac7b3 doc: fixed doc style. (#4) add d73c066 publish to ASF add 6b380a8 Update README.md (#5) add 909fc34 update config add 3a7b8a0 fix image link add c256cf9 update title & favicon new 4331a72 Merge branch 'dev' The 1 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 | 2 + .gitignore | 3 + README.md | 28 + archetypes/default.md | 6 + assets/bulma/bulma.sass | 8 + assets/bulma/sass/base/_all.sass | 5 + assets/bulma/sass/base/generic.sass | 127 +++++ assets/bulma/sass/base/helpers.sass | 249 ++++++++ assets/bulma/sass/base/minireset.sass | 79 +++ assets/bulma/sass/components/_all.sass | 14 + assets/bulma/sass/components/breadcrumb.sass | 75 +++ assets/bulma/sass/components/card.sass | 74 +++ assets/bulma/sass/components/dropdown.sass | 74 +++ assets/bulma/sass/components/level.sass | 75 +++ assets/bulma/sass/components/media.sass | 44 ++ assets/bulma/sass/components/menu.sass | 50 ++ assets/bulma/sass/components/message.sass | 86 +++ assets/bulma/sass/components/modal.sass | 111 ++++ assets/bulma/sass/components/navbar.sass | 413 ++++++++++++++ assets/bulma/sass/components/pagination.sass | 143 +++++ assets/bulma/sass/components/panel.sass | 101 ++++ assets/bulma/sass/components/tabs.sass | 151 +++++ assets/bulma/sass/elements/_all.sass | 16 + assets/bulma/sass/elements/box.sass | 24 + assets/bulma/sass/elements/button.sass | 255 +++++++++ assets/bulma/sass/elements/container.sass | 25 + assets/bulma/sass/elements/content.sass | 141 +++++ assets/bulma/sass/elements/form.sass | 625 +++++++++++++++++++++ assets/bulma/sass/elements/icon.sass | 21 + assets/bulma/sass/elements/image.sass | 68 +++ assets/bulma/sass/elements/notification.sass | 35 ++ assets/bulma/sass/elements/other.sass | 39 ++ assets/bulma/sass/elements/progress.sass | 40 ++ assets/bulma/sass/elements/table.sass | 117 ++++ assets/bulma/sass/elements/tag.sass | 111 ++++ assets/bulma/sass/elements/title.sass | 64 +++ assets/bulma/sass/grid/_all.sass | 4 + assets/bulma/sass/grid/columns.sass | 477 ++++++++++++++++ assets/bulma/sass/grid/tiles.sass | 32 ++ assets/bulma/sass/layout/_all.sass | 5 + assets/bulma/sass/layout/footer.sass | 5 + assets/bulma/sass/layout/hero.sass | 155 +++++ assets/bulma/sass/layout/section.sass | 13 + assets/bulma/sass/utilities/_all.sass | 8 + assets/bulma/sass/utilities/animations.sass | 5 + assets/bulma/sass/utilities/controls.sass | 46 ++ assets/bulma/sass/utilities/derived-variables.sass | 84 +++ assets/bulma/sass/utilities/functions.sass | 62 ++ assets/bulma/sass/utilities/initial-variables.sass | 72 +++ assets/bulma/sass/utilities/mixins.sass | 266 +++++++++ assets/fresh/core.scss | 20 + assets/fresh/partials/_animations.scss | 108 ++++ assets/fresh/partials/_buttons.scss | 109 ++++ assets/fresh/partials/_cards.scss | 83 +++ assets/fresh/partials/_colors.scss | 30 + assets/fresh/partials/_dropdowns.scss | 93 +++ assets/fresh/partials/_footer.scss | 65 +++ assets/fresh/partials/_forms.scss | 54 ++ assets/fresh/partials/_hero.scss | 24 + assets/fresh/partials/_navbar.scss | 134 +++++ assets/fresh/partials/_responsive.scss | 80 +++ assets/fresh/partials/_sections.scss | 88 +++ assets/fresh/partials/_sidebar.scss | 181 ++++++ assets/fresh/partials/_testimonials.scss | 90 +++ assets/fresh/partials/_utils.scss | 176 ++++++ assets/style.sass | 2 + config.yaml | 172 ++++++ content/.gitkeep | 0 data/.gitkeep | 0 layouts/.gitkeep | 0 layouts/index.html | 25 + layouts/partials/footer.html | 33 ++ layouts/partials/hero-body.html | 36 ++ layouts/partials/hero.html | 5 + layouts/partials/navbar-clone.html | 87 +++ layouts/partials/navbar.html | 86 +++ layouts/partials/section1.html | 31 + layouts/partials/section3.html | 18 + publish.sh | 27 + static/.gitkeep | 0 static/images/favicon.png | Bin 0 -> 85376 bytes static/images/logos/apisix.svg | 21 + themes/hugo-fresh/.circleci/config.yml | 94 ++++ themes/hugo-fresh/LICENSE | 21 + themes/hugo-fresh/README.md | 311 ++++++++++ themes/hugo-fresh/assets/bulma/bulma.sass | 8 + themes/hugo-fresh/assets/bulma/sass/base/_all.sass | 5 + .../hugo-fresh/assets/bulma/sass/base/generic.sass | 127 +++++ .../hugo-fresh/assets/bulma/sass/base/helpers.sass | 249 ++++++++ .../assets/bulma/sass/base/minireset.sass | 79 +++ .../assets/bulma/sass/components/_all.sass | 14 + .../assets/bulma/sass/components/breadcrumb.sass | 75 +++ .../assets/bulma/sass/components/card.sass | 74 +++ .../assets/bulma/sass/components/dropdown.sass | 74 +++ .../assets/bulma/sass/components/level.sass | 75 +++ .../assets/bulma/sass/components/media.sass | 44 ++ .../assets/bulma/sass/components/menu.sass | 50 ++ .../assets/bulma/sass/components/message.sass | 86 +++ .../assets/bulma/sass/components/modal.sass | 111 ++++ .../assets/bulma/sass/components/navbar.sass | 413 ++++++++++++++ .../assets/bulma/sass/components/pagination.sass | 143 +++++ .../assets/bulma/sass/components/panel.sass | 101 ++++ .../assets/bulma/sass/components/tabs.sass | 151 +++++ .../assets/bulma/sass/elements/_all.sass | 16 + .../hugo-fresh/assets/bulma/sass/elements/box.sass | 24 + .../assets/bulma/sass/elements/button.sass | 255 +++++++++ .../assets/bulma/sass/elements/container.sass | 25 + .../assets/bulma/sass/elements/content.sass | 141 +++++ .../assets/bulma/sass/elements/form.sass | 625 +++++++++++++++++++++ .../assets/bulma/sass/elements/icon.sass | 21 + .../assets/bulma/sass/elements/image.sass | 68 +++ .../assets/bulma/sass/elements/notification.sass | 35 ++ .../assets/bulma/sass/elements/other.sass | 39 ++ .../assets/bulma/sass/elements/progress.sass | 40 ++ .../assets/bulma/sass/elements/table.sass | 117 ++++ .../hugo-fresh/assets/bulma/sass/elements/tag.sass | 111 ++++ .../assets/bulma/sass/elements/title.sass | 64 +++ themes/hugo-fresh/assets/bulma/sass/grid/_all.sass | 4 + .../hugo-fresh/assets/bulma/sass/grid/columns.sass | 477 ++++++++++++++++ .../hugo-fresh/assets/bulma/sass/grid/tiles.sass | 32 ++ .../hugo-fresh/assets/bulma/sass/layout/_all.sass | 5 + .../assets/bulma/sass/layout/footer.sass | 5 + .../hugo-fresh/assets/bulma/sass/layout/hero.sass | 155 +++++ .../assets/bulma/sass/layout/section.sass | 13 + .../assets/bulma/sass/utilities/_all.sass | 8 + .../assets/bulma/sass/utilities/animations.sass | 5 + .../assets/bulma/sass/utilities/controls.sass | 46 ++ .../bulma/sass/utilities/derived-variables.sass | 84 +++ .../assets/bulma/sass/utilities/functions.sass | 62 ++ .../bulma/sass/utilities/initial-variables.sass | 72 +++ .../assets/bulma/sass/utilities/mixins.sass | 266 +++++++++ themes/hugo-fresh/assets/fresh/core.scss | 20 + .../assets/fresh/partials/_animations.scss | 108 ++++ .../hugo-fresh/assets/fresh/partials/_buttons.scss | 109 ++++ .../hugo-fresh/assets/fresh/partials/_cards.scss | 84 +++ .../hugo-fresh/assets/fresh/partials/_colors.scss | 30 + .../assets/fresh/partials/_dropdowns.scss | 93 +++ .../hugo-fresh/assets/fresh/partials/_footer.scss | 44 ++ .../hugo-fresh/assets/fresh/partials/_forms.scss | 54 ++ themes/hugo-fresh/assets/fresh/partials/_hero.scss | 27 + .../hugo-fresh/assets/fresh/partials/_navbar.scss | 115 ++++ .../assets/fresh/partials/_responsive.scss | 80 +++ .../assets/fresh/partials/_sections.scss | 85 +++ .../hugo-fresh/assets/fresh/partials/_sidebar.scss | 181 ++++++ .../assets/fresh/partials/_testimonials.scss | 90 +++ .../hugo-fresh/assets/fresh/partials/_utils.scss | 176 ++++++ themes/hugo-fresh/assets/style.sass | 2 + themes/hugo-fresh/exampleSite/config.yaml | 167 ++++++ themes/hugo-fresh/exampleSite/content/.gitkeep | 0 themes/hugo-fresh/exampleSite/content/agb.md | 18 + .../hugo-fresh/exampleSite/content/blog/first.md | 7 + .../hugo-fresh/exampleSite/content/blog/second.md | 8 + themes/hugo-fresh/images/screenshot.png | Bin 0 -> 99859 bytes themes/hugo-fresh/images/tn.png | Bin 0 -> 136565 bytes themes/hugo-fresh/layouts/_default/baseof.html | 26 + themes/hugo-fresh/layouts/_default/single.html | 33 ++ themes/hugo-fresh/layouts/index.html | 37 ++ themes/hugo-fresh/layouts/partials/css.html | 17 + themes/hugo-fresh/layouts/partials/footer.html | 57 ++ themes/hugo-fresh/layouts/partials/hero-body.html | 32 ++ .../hugo-fresh/layouts/partials/hero-footer.html | 17 + themes/hugo-fresh/layouts/partials/hero.html | 6 + themes/hugo-fresh/layouts/partials/javascript.html | 5 + themes/hugo-fresh/layouts/partials/meta.html | 8 + .../hugo-fresh/layouts/partials/navbar-clone.html | 84 +++ themes/hugo-fresh/layouts/partials/navbar.html | 84 +++ themes/hugo-fresh/layouts/partials/section1.html | 36 ++ themes/hugo-fresh/layouts/partials/section2.html | 35 ++ themes/hugo-fresh/layouts/partials/section3.html | 28 + themes/hugo-fresh/layouts/partials/section4.html | 34 ++ themes/hugo-fresh/layouts/partials/section5.html | 32 ++ themes/hugo-fresh/layouts/partials/sidebar.html | 32 ++ .../layouts/partials/single/content.html | 12 + .../layouts/partials/single/sidebar.html | 20 + .../hugo-fresh/layouts/partials/single/single.html | 3 + .../hugo-fresh/layouts/shortcodes/subtitle1.html | 1 + .../hugo-fresh/layouts/shortcodes/subtitle2.html | 1 + .../hugo-fresh/layouts/shortcodes/subtitle3.html | 1 + .../hugo-fresh/layouts/shortcodes/subtitle4.html | 1 + .../hugo-fresh/layouts/shortcodes/subtitle5.html | 1 + .../hugo-fresh/layouts/shortcodes/subtitle6.html | 1 + themes/hugo-fresh/layouts/shortcodes/title1.html | 1 + themes/hugo-fresh/layouts/shortcodes/title2.html | 1 + themes/hugo-fresh/layouts/shortcodes/title3.html | 1 + themes/hugo-fresh/layouts/shortcodes/title4.html | 1 + themes/hugo-fresh/layouts/shortcodes/title5.html | 1 + themes/hugo-fresh/layouts/shortcodes/title6.html | 1 + ...e.sass_cf66e63debe6917c04534d6c7b66f623.content | 1 + ...tyle.sass_cf66e63debe6917c04534d6c7b66f623.json | 1 + themes/hugo-fresh/static/css/icons.css | 1 + .../static/fonts/fontawesome-webfont.woff2 | Bin 0 -> 66624 bytes themes/hugo-fresh/static/fonts/fontello.woff | Bin 0 -> 9596 bytes .../hugo-fresh/static/fonts/simple-line-icons.ttf | Bin 0 -> 46532 bytes themes/hugo-fresh/static/images/favicon.png | Bin 0 -> 495 bytes .../static/images/illustrations/faces/1.png | Bin 0 -> 13196 bytes .../static/images/illustrations/faces/2.png | Bin 0 -> 15793 bytes .../static/images/illustrations/faces/3.png | Bin 0 -> 12490 bytes .../static/images/illustrations/icons/doc-sync.svg | 30 + .../images/illustrations/icons/laptop-cloud.svg | 30 + .../images/illustrations/icons/laptop-globe.svg | 32 ++ .../images/illustrations/icons/mobile-feed.svg | 36 ++ .../images/illustrations/icons/mouse-globe.svg | 32 ++ .../images/illustrations/icons/plug-cloud.svg | 23 + .../images/illustrations/mockups/app-mockup.png | Bin 0 -> 164225 bytes .../static/images/illustrations/worker.png | Bin 0 -> 27084 bytes .../static/images/illustrations/worker.svg | 132 +++++ themes/hugo-fresh/static/images/loaders/audio.svg | 29 + .../static/images/loaders/ball-triangle.svg | 47 ++ themes/hugo-fresh/static/images/loaders/bars.svg | 52 ++ .../hugo-fresh/static/images/loaders/circles.svg | 20 + themes/hugo-fresh/static/images/loaders/grid.svg | 56 ++ themes/hugo-fresh/static/images/loaders/hearts.svg | 18 + themes/hugo-fresh/static/images/loaders/oval.svg | 17 + themes/hugo-fresh/static/images/loaders/puff.svg | 37 ++ themes/hugo-fresh/static/images/loaders/rings.svg | 42 ++ .../static/images/loaders/spinning-circles.svg | 55 ++ .../hugo-fresh/static/images/loaders/tail-spin.svg | 32 ++ .../static/images/loaders/three-dots.svg | 33 ++ themes/hugo-fresh/static/images/logos/bulma.svg | 5 + .../static/images/logos/clients/gutwork.svg | 30 + .../static/images/logos/clients/infinite.svg | 42 ++ .../static/images/logos/clients/kromo.svg | 41 ++ .../static/images/logos/clients/systek.svg | 50 ++ .../static/images/logos/clients/tribe.svg | 22 + .../hugo-fresh/static/images/logos/fresh-alt.svg | 35 ++ .../static/images/logos/fresh-square.svg | 12 + .../static/images/logos/fresh-white-alt.svg | 35 ++ .../hugo-fresh/static/images/logos/fresh-white.svg | 75 +++ themes/hugo-fresh/static/images/logos/fresh.svg | 76 +++ .../hugo-fresh/static/images/logos/icon-logo.svg | 17 + .../static/images/logos/made-with-bulma.png | Bin 0 -> 7890 bytes themes/hugo-fresh/static/js/fresh.js | 144 +++++ .../hugo-fresh/static/js/jquery.panelslider.min.js | 1 + themes/hugo-fresh/theme.toml | 12 + 234 files changed, 15232 insertions(+) create mode 100644 .asf.yaml create mode 100644 .gitignore create mode 100644 README.md create mode 100644 archetypes/default.md create mode 100644 assets/bulma/bulma.sass create mode 100644 assets/bulma/sass/base/_all.sass create mode 100644 assets/bulma/sass/base/generic.sass create mode 100644 assets/bulma/sass/base/helpers.sass create mode 100644 assets/bulma/sass/base/minireset.sass create mode 100644 assets/bulma/sass/components/_all.sass create mode 100644 assets/bulma/sass/components/breadcrumb.sass create mode 100644 assets/bulma/sass/components/card.sass create mode 100644 assets/bulma/sass/components/dropdown.sass create mode 100644 assets/bulma/sass/components/level.sass create mode 100644 assets/bulma/sass/components/media.sass create mode 100644 assets/bulma/sass/components/menu.sass create mode 100644 assets/bulma/sass/components/message.sass create mode 100644 assets/bulma/sass/components/modal.sass create mode 100644 assets/bulma/sass/components/navbar.sass create mode 100644 assets/bulma/sass/components/pagination.sass create mode 100644 assets/bulma/sass/components/panel.sass create mode 100644 assets/bulma/sass/components/tabs.sass create mode 100644 assets/bulma/sass/elements/_all.sass create mode 100644 assets/bulma/sass/elements/box.sass create mode 100644 assets/bulma/sass/elements/button.sass create mode 100644 assets/bulma/sass/elements/container.sass create mode 100644 assets/bulma/sass/elements/content.sass create mode 100644 assets/bulma/sass/elements/form.sass create mode 100644 assets/bulma/sass/elements/icon.sass create mode 100644 assets/bulma/sass/elements/image.sass create mode 100644 assets/bulma/sass/elements/notification.sass create mode 100644 assets/bulma/sass/elements/other.sass create mode 100644 assets/bulma/sass/elements/progress.sass create mode 100644 assets/bulma/sass/elements/table.sass create mode 100644 assets/bulma/sass/elements/tag.sass create mode 100644 assets/bulma/sass/elements/title.sass create mode 100644 assets/bulma/sass/grid/_all.sass create mode 100644 assets/bulma/sass/grid/columns.sass create mode 100644 assets/bulma/sass/grid/tiles.sass create mode 100644 assets/bulma/sass/layout/_all.sass create mode 100644 assets/bulma/sass/layout/footer.sass create mode 100644 assets/bulma/sass/layout/hero.sass create mode 100644 assets/bulma/sass/layout/section.sass create mode 100644 assets/bulma/sass/utilities/_all.sass create mode 100644 assets/bulma/sass/utilities/animations.sass create mode 100644 assets/bulma/sass/utilities/controls.sass create mode 100644 assets/bulma/sass/utilities/derived-variables.sass create mode 100644 assets/bulma/sass/utilities/functions.sass create mode 100644 assets/bulma/sass/utilities/initial-variables.sass create mode 100644 assets/bulma/sass/utilities/mixins.sass create mode 100644 assets/fresh/core.scss create mode 100644 assets/fresh/partials/_animations.scss create mode 100644 assets/fresh/partials/_buttons.scss create mode 100644 assets/fresh/partials/_cards.scss create mode 100644 assets/fresh/partials/_colors.scss create mode 100644 assets/fresh/partials/_dropdowns.scss create mode 100644 assets/fresh/partials/_footer.scss create mode 100644 assets/fresh/partials/_forms.scss create mode 100644 assets/fresh/partials/_hero.scss create mode 100644 assets/fresh/partials/_navbar.scss create mode 100644 assets/fresh/partials/_responsive.scss create mode 100644 assets/fresh/partials/_sections.scss create mode 100644 assets/fresh/partials/_sidebar.scss create mode 100644 assets/fresh/partials/_testimonials.scss create mode 100644 assets/fresh/partials/_utils.scss create mode 100644 assets/style.sass create mode 100644 config.yaml create mode 100644 content/.gitkeep create mode 100644 data/.gitkeep create mode 100644 layouts/.gitkeep create mode 100644 layouts/index.html create mode 100644 layouts/partials/footer.html create mode 100644 layouts/partials/hero-body.html create mode 100644 layouts/partials/hero.html create mode 100644 layouts/partials/navbar-clone.html create mode 100644 layouts/partials/navbar.html create mode 100644 layouts/partials/section1.html create mode 100644 layouts/partials/section3.html create mode 100755 publish.sh create mode 100644 static/.gitkeep create mode 100644 static/images/favicon.png create mode 100644 static/images/logos/apisix.svg create mode 100644 themes/hugo-fresh/.circleci/config.yml create mode 100644 themes/hugo-fresh/LICENSE create mode 100644 themes/hugo-fresh/README.md create mode 100644 themes/hugo-fresh/assets/bulma/bulma.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/base/_all.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/base/generic.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/base/helpers.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/base/minireset.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/components/_all.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/components/breadcrumb.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/components/card.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/components/dropdown.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/components/level.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/components/media.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/components/menu.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/components/message.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/components/modal.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/components/navbar.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/components/pagination.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/components/panel.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/components/tabs.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/elements/_all.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/elements/box.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/elements/button.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/elements/container.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/elements/content.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/elements/form.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/elements/icon.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/elements/image.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/elements/notification.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/elements/other.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/elements/progress.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/elements/table.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/elements/tag.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/elements/title.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/grid/_all.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/grid/columns.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/grid/tiles.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/layout/_all.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/layout/footer.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/layout/hero.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/layout/section.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/utilities/_all.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/utilities/animations.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/utilities/controls.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/utilities/derived-variables.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/utilities/functions.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/utilities/initial-variables.sass create mode 100644 themes/hugo-fresh/assets/bulma/sass/utilities/mixins.sass create mode 100644 themes/hugo-fresh/assets/fresh/core.scss create mode 100644 themes/hugo-fresh/assets/fresh/partials/_animations.scss create mode 100644 themes/hugo-fresh/assets/fresh/partials/_buttons.scss create mode 100644 themes/hugo-fresh/assets/fresh/partials/_cards.scss create mode 100644 themes/hugo-fresh/assets/fresh/partials/_colors.scss create mode 100644 themes/hugo-fresh/assets/fresh/partials/_dropdowns.scss create mode 100644 themes/hugo-fresh/assets/fresh/partials/_footer.scss create mode 100644 themes/hugo-fresh/assets/fresh/partials/_forms.scss create mode 100644 themes/hugo-fresh/assets/fresh/partials/_hero.scss create mode 100644 themes/hugo-fresh/assets/fresh/partials/_navbar.scss create mode 100644 themes/hugo-fresh/assets/fresh/partials/_responsive.scss create mode 100644 themes/hugo-fresh/assets/fresh/partials/_sections.scss create mode 100644 themes/hugo-fresh/assets/fresh/partials/_sidebar.scss create mode 100644 themes/hugo-fresh/assets/fresh/partials/_testimonials.scss create mode 100644 themes/hugo-fresh/assets/fresh/partials/_utils.scss create mode 100644 themes/hugo-fresh/assets/style.sass create mode 100644 themes/hugo-fresh/exampleSite/config.yaml create mode 100644 themes/hugo-fresh/exampleSite/content/.gitkeep create mode 100644 themes/hugo-fresh/exampleSite/content/agb.md create mode 100644 themes/hugo-fresh/exampleSite/content/blog/first.md create mode 100644 themes/hugo-fresh/exampleSite/content/blog/second.md create mode 100644 themes/hugo-fresh/images/screenshot.png create mode 100644 themes/hugo-fresh/images/tn.png create mode 100644 themes/hugo-fresh/layouts/_default/baseof.html create mode 100644 themes/hugo-fresh/layouts/_default/single.html create mode 100644 themes/hugo-fresh/layouts/index.html create mode 100644 themes/hugo-fresh/layouts/partials/css.html create mode 100644 themes/hugo-fresh/layouts/partials/footer.html create mode 100644 themes/hugo-fresh/layouts/partials/hero-body.html create mode 100644 themes/hugo-fresh/layouts/partials/hero-footer.html create mode 100644 themes/hugo-fresh/layouts/partials/hero.html create mode 100644 themes/hugo-fresh/layouts/partials/javascript.html create mode 100644 themes/hugo-fresh/layouts/partials/meta.html create mode 100644 themes/hugo-fresh/layouts/partials/navbar-clone.html create mode 100644 themes/hugo-fresh/layouts/partials/navbar.html create mode 100644 themes/hugo-fresh/layouts/partials/section1.html create mode 100644 themes/hugo-fresh/layouts/partials/section2.html create mode 100644 themes/hugo-fresh/layouts/partials/section3.html create mode 100644 themes/hugo-fresh/layouts/partials/section4.html create mode 100644 themes/hugo-fresh/layouts/partials/section5.html create mode 100644 themes/hugo-fresh/layouts/partials/sidebar.html create mode 100644 themes/hugo-fresh/layouts/partials/single/content.html create mode 100644 themes/hugo-fresh/layouts/partials/single/sidebar.html create mode 100644 themes/hugo-fresh/layouts/partials/single/single.html create mode 100644 themes/hugo-fresh/layouts/shortcodes/subtitle1.html create mode 100644 themes/hugo-fresh/layouts/shortcodes/subtitle2.html create mode 100644 themes/hugo-fresh/layouts/shortcodes/subtitle3.html create mode 100644 themes/hugo-fresh/layouts/shortcodes/subtitle4.html create mode 100644 themes/hugo-fresh/layouts/shortcodes/subtitle5.html create mode 100644 themes/hugo-fresh/layouts/shortcodes/subtitle6.html create mode 100644 themes/hugo-fresh/layouts/shortcodes/title1.html create mode 100644 themes/hugo-fresh/layouts/shortcodes/title2.html create mode 100644 themes/hugo-fresh/layouts/shortcodes/title3.html create mode 100644 themes/hugo-fresh/layouts/shortcodes/title4.html create mode 100644 themes/hugo-fresh/layouts/shortcodes/title5.html create mode 100644 themes/hugo-fresh/layouts/shortcodes/title6.html create mode 100644 themes/hugo-fresh/resources/_gen/assets/sass/style.sass_cf66e63debe6917c04534d6c7b66f623.content create mode 100644 themes/hugo-fresh/resources/_gen/assets/sass/style.sass_cf66e63debe6917c04534d6c7b66f623.json create mode 100644 themes/hugo-fresh/static/css/icons.css create mode 100644 themes/hugo-fresh/static/fonts/fontawesome-webfont.woff2 create mode 100644 themes/hugo-fresh/static/fonts/fontello.woff create mode 100644 themes/hugo-fresh/static/fonts/simple-line-icons.ttf create mode 100644 themes/hugo-fresh/static/images/favicon.png create mode 100644 themes/hugo-fresh/static/images/illustrations/faces/1.png create mode 100644 themes/hugo-fresh/static/images/illustrations/faces/2.png create mode 100644 themes/hugo-fresh/static/images/illustrations/faces/3.png create mode 100644 themes/hugo-fresh/static/images/illustrations/icons/doc-sync.svg create mode 100644 themes/hugo-fresh/static/images/illustrations/icons/laptop-cloud.svg create mode 100644 themes/hugo-fresh/static/images/illustrations/icons/laptop-globe.svg create mode 100644 themes/hugo-fresh/static/images/illustrations/icons/mobile-feed.svg create mode 100644 themes/hugo-fresh/static/images/illustrations/icons/mouse-globe.svg create mode 100644 themes/hugo-fresh/static/images/illustrations/icons/plug-cloud.svg create mode 100644 themes/hugo-fresh/static/images/illustrations/mockups/app-mockup.png create mode 100644 themes/hugo-fresh/static/images/illustrations/worker.png create mode 100644 themes/hugo-fresh/static/images/illustrations/worker.svg create mode 100644 themes/hugo-fresh/static/images/loaders/audio.svg create mode 100644 themes/hugo-fresh/static/images/loaders/ball-triangle.svg create mode 100644 themes/hugo-fresh/static/images/loaders/bars.svg create mode 100644 themes/hugo-fresh/static/images/loaders/circles.svg create mode 100644 themes/hugo-fresh/static/images/loaders/grid.svg create mode 100644 themes/hugo-fresh/static/images/loaders/hearts.svg create mode 100644 themes/hugo-fresh/static/images/loaders/oval.svg create mode 100644 themes/hugo-fresh/static/images/loaders/puff.svg create mode 100644 themes/hugo-fresh/static/images/loaders/rings.svg create mode 100644 themes/hugo-fresh/static/images/loaders/spinning-circles.svg create mode 100644 themes/hugo-fresh/static/images/loaders/tail-spin.svg create mode 100644 themes/hugo-fresh/static/images/loaders/three-dots.svg create mode 100644 themes/hugo-fresh/static/images/logos/bulma.svg create mode 100644 themes/hugo-fresh/static/images/logos/clients/gutwork.svg create mode 100644 themes/hugo-fresh/static/images/logos/clients/infinite.svg create mode 100644 themes/hugo-fresh/static/images/logos/clients/kromo.svg create mode 100644 themes/hugo-fresh/static/images/logos/clients/systek.svg create mode 100644 themes/hugo-fresh/static/images/logos/clients/tribe.svg create mode 100644 themes/hugo-fresh/static/images/logos/fresh-alt.svg create mode 100644 themes/hugo-fresh/static/images/logos/fresh-square.svg create mode 100644 themes/hugo-fresh/static/images/logos/fresh-white-alt.svg create mode 100644 themes/hugo-fresh/static/images/logos/fresh-white.svg create mode 100644 themes/hugo-fresh/static/images/logos/fresh.svg create mode 100644 themes/hugo-fresh/static/images/logos/icon-logo.svg create mode 100644 themes/hugo-fresh/static/images/logos/made-with-bulma.png create mode 100644 themes/hugo-fresh/static/js/fresh.js create mode 100644 themes/hugo-fresh/static/js/jquery.panelslider.min.js create mode 100644 themes/hugo-fresh/theme.toml