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

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-website.git

commit 4331a720b0c3ac586b4132091be5ca97b921bced
Merge: 19f2c71 c256cf9
Author: juzhiyuan <jjzhiy...@gmail.com>
AuthorDate: Wed Oct 30 11:37:22 2019 +0800

    Merge branch 'dev'

 .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(+)

Reply via email to