okumin commented on PR #48: URL: https://github.com/apache/hive-site/pull/48#issuecomment-2853984103
I stored the original content in /tmp/asf-site. ``` % git status HEAD detached at upstream/asf-site nothing to commit, working tree clean % git log | head -n 3 commit 89e1598a77fbe04fa677546b2cd8f95c807eda5b Author: okumin <oku...@users.noreply.github.com> Date: Tue May 6 05:53:50 2025 +0000 % cp -R ./ /tmp/asf-site ``` I checkout the head of this branch. ``` % git log | head -n 3 commit 41d60e148945b00466d35504736f02665b7ccc69 Author: okumin <g...@okumin.com> Date: Tue May 6 16:53:58 2025 +0900 ``` I regenerated the content. ``` % rm -rf public % docker run --rm -it \ -v $(pwd):/src \ -p 1313:1313 \ klakegg/hugo:0.91.2 \ --minify ``` I checked diff. ``` % diff -qr ./public /tmp/asf-site Only in /tmp/asf-site: .asf.yaml Only in /tmp/asf-site: .git Only in /tmp/asf-site: .nojekyll Only in /tmp/asf-site: _layouts Only in /tmp/asf-site/attachments: 27823300 Only in /tmp/asf-site/css: hive.css Files ./public/developement/gettingstarted/index.html and /tmp/asf-site/developement/gettingstarted/index.html differ Only in /tmp/asf-site/developement: index.html Only in /tmp/asf-site/developement: index.xml Files ./public/developement/quickstart/index.html and /tmp/asf-site/developement/quickstart/index.html differ Files ./public/developement/versioncontrol/index.html and /tmp/asf-site/developement/versioncontrol/index.html differ Only in /tmp/asf-site: doap_Hive.rdf Only in /tmp/asf-site/docs/latest: aboutthiswiki_27820116 Only in /tmp/asf-site/docs/latest: becomingacommitter_27823300 Only in /tmp/asf-site/docs/latest: bylaws_27820111 Only in /tmp/asf-site/docs/latest: committed-jiras-for-1-2-1_58851880 Only in /tmp/asf-site/docs/latest: committed-jiras-for-branch-1-2-0_56068523 Only in /tmp/asf-site/docs/latest: downloadtest_27362094 Only in /tmp/asf-site/docs/latest: end2endtests_27845856 Only in /tmp/asf-site/docs/latest: fix-hive-unit-tests-on-hadoop-2-hive-3949_31824506 Only in /tmp/asf-site/docs/latest: hive-0-13-1-release-tracking_40510656 Only in /tmp/asf-site/docs/latest: hive-0-13-release-status_39622095 Only in /tmp/asf-site/docs/latest: hive-0-14-release-status_46632949 Only in /tmp/asf-site/docs/latest: hive-1-2-release-status_55156189 Only in /tmp/asf-site/docs/latest: hive-pmc-social-media-creds_255070652 Only in /tmp/asf-site/docs/latest: hive-precommit-patch-testing_33295252 Only in /tmp/asf-site/docs/latest: hive-ptest2-infrastructure_33295254 Only in /tmp/asf-site/docs/latest: hivewebinterface_27362110 Only in /tmp/asf-site/docs/latest: how-to-articles_65877302 Only in /tmp/asf-site/docs/latest: how-to-edit-the-website_33294834 Only in /tmp/asf-site/docs/latest: jenkins-script_33295285 Only in ./public/docs/latest: managed-vs--external-tables_95654003 Only in /tmp/asf-site/docs/latest: minidriver-tests_38571221 Only in /tmp/asf-site/docs/latest: proposed-changes-to-hive-bylaws-for-submodule-committers_30749392 Only in /tmp/asf-site/docs/latest: proposed-changes-to-hive-bylaws-january-2014_38568856 Only in /tmp/asf-site/docs/latest: proposed-changes-to-hive-project-bylaws-april-2016_62691925 Only in /tmp/asf-site/docs/latest: proposed-changes-to-hive-project-bylaws-august-2015_61316066 Only in /tmp/asf-site/docs/latest: tipsforaddingnewtests_27362060 Only in /tmp/asf-site/docs/latest: unit-test-parallel-execution_27833687 Only in /tmp/asf-site/general: hcatalogdownloads Only in /tmp/asf-site/images: feather_small.gif Only in /tmp/asf-site/images: hive-logo.jpg Only in /tmp/asf-site/images: hive_logo_medium.jpg Only in /tmp/asf-site: qtest.html Only in /tmp/asf-site: resources ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org