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

[Feature] Custom CSS and JS files #27

Open
zhonger opened this issue Jun 4, 2024 · 0 comments
Open

[Feature] Custom CSS and JS files #27

zhonger opened this issue Jun 4, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@zhonger
Copy link
Owner

zhonger commented Jun 4, 2024

Description

Sometimes users may want to customize some CSS style or JavaScript.
For example, a customized 404 page or font size of the top menu.

Until now, it can only be changed in the theme source files.
It should be defined by users according to their needs in the config.yml file or meta info in the page:

----
css:
- https://example.com/custom.css
- https://example.com/custom2.css
js:
- https://example.com/custom.js
- https://example.com/custom2.js
----
@zhonger zhonger added the enhancement New feature or request label Jun 4, 2024
@zhonger zhonger self-assigned this Jun 4, 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
Status: Todo
Development

No branches or pull requests

1 participant