-
Notifications
You must be signed in to change notification settings - Fork 373
Open
Labels
good first issueThings we consider easy for newcomersThings we consider easy for newcomershelp wantedIssues we consider that external contributes can help us with.Issues we consider that external contributes can help us with.
Description
Zola can check our links actually work. To profit from this, we should
- document this requirement in CONTRIBUTING or similar and in PR template.
-
add CI. probably we only want it to verify internal links since external links would be too slow to check and outside our control anyway hence could break at any time.this is already in CI just by building zola. however it only applies when using zola's special internal link format: - convert all internal links currently implemented as external links (
https://matrix.org/somewhere
instead of@/somewhere.md
) to proper internal links - convert all internal links currently using default format (
/somewhere
instead of@/somewhere.md
) to proper internal links
Metadata
Metadata
Assignees
Labels
good first issueThings we consider easy for newcomersThings we consider easy for newcomershelp wantedIssues we consider that external contributes can help us with.Issues we consider that external contributes can help us with.