Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Custom Pages Functionality to Serve Custom Text at /page-name/ #35

Closed
coignard opened this issue Jun 24, 2024 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@coignard
Copy link
Owner

Currently, Weblog does not support serving custom static pages at specific URLs like /page-name/. Adding this functionality would allow for custom text content to be displayed at specified URL paths, making the system more versatile and useful for various custom content needs.

/pages/
    - about.txt → /about/
    - contact.txt → /contact/
    - ...

In case of a conflict with a post slug, the custom page should take priority and be rendered instead of the post.

@coignard coignard added the enhancement New feature or request label Jun 24, 2024
@coignard coignard self-assigned this Jun 24, 2024
@coignard coignard closed this as not planned Won't fix, can't repro, duplicate, stale Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant