Skip to content

Use clean URLs (e.g. /about/, /community/) instead of .html#22

Open
jayvenn21 wants to merge 1 commit into
apache:asf-sitefrom
jayvenn21:fix/url-cleanup
Open

Use clean URLs (e.g. /about/, /community/) instead of .html#22
jayvenn21 wants to merge 1 commit into
apache:asf-sitefrom
jayvenn21:fix/url-cleanup

Conversation

@jayvenn21
Copy link
Copy Markdown
Contributor

Summary

Replaces .html URLs with clean paths across the site (e.g. /community/, /collaborations/, /development/).

Changes

  • Jekyll permalinks: Added permalink: /:name/ to main pages so they are built as name/index.html (URLs become /name/).
  • Internal links: Updated nav, footer, and in-page links to use the new paths (/about/, /mailing-list/, /development/#downloads, etc.).
  • Regenerated content: Built site so content/ has the new structure (e.g. content/community/index.html instead of content/community.html).

Result

  • /about/ instead of /about.html
  • /community/ instead of /community.html
  • /collaborations/, /development/, /get-involved/, /gsoc/, /learning/, /mailing-list/, /logo/, /lazy-consensus/, /submit-patch/, /consensus-building/

Homepage stays at / (index.html).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant