This is an automated email from the ASF dual-hosted git repository.
shangxinli pushed a change to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git
from 032cbf7 Fix hugo deprecation warning (#48)
add b3b81ce Update to new website
add a370567 Merge branch 'originproduction' into
vinooganesh/update-to-new-website
add 5904d8d Adding more cleanup into the same PR
add 662980f Moving to hugo.toml
add c8ee0d4 Right adjust layout
new b3d793b Merge pull request #50 from
vinooganesh/vinooganesh/update-to-new-website
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 | 22 ++++-
.github/workflows/deploy.yml | 10 +-
.gitmodules | 4 -
README.md | 1 -
content/en/_index.md | 31 +++++++
content/en/docs/Concepts/_index.md | 1 +
.../en/docs/File Format/Data Pages/compression.md | 1 -
.../en/docs/File Format/Data Pages/encryption.md | 1 -
content/en/docs/File Format/Types/_index.md | 1 +
content/en/docs/File Format/Types/logicaltypes.md | 2 +-
content/en/docs/File Format/configurations.md | 3 +-
content/en/docs/File Format/metadata.md | 1 +
content/search.md | 5 +
go.mod | 5 +
go.sum | 4 +
config.toml => hugo.toml | 27 ++++--
layouts/404.html | 15 ++-
layouts/partials/navbar.html | 101 ++++++++++++++-------
package.json | 4 +-
themes/docsy | 1 -
20 files changed, 169 insertions(+), 71 deletions(-)
delete mode 100644 .gitmodules
create mode 100644 content/en/_index.md
create mode 100644 content/search.md
create mode 100644 go.mod
create mode 100644 go.sum
rename config.toml => hugo.toml (93%)
delete mode 160000 themes/docsy