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

Use external style sheets instead of custom CSS being put in <style> tags in the header #324

Open
travis-jeans opened this issue Jan 23, 2025 · 0 comments

Comments

@travis-jeans
Copy link

Custom BearBlog CSS appears to be inserted inside <style> </style> tags for every page in the header. This is inefficient and not a good use of HTML file space. Instead the content inside the custom CSS "Edit theme CSS" on the Nav dashboard page should be exported to a file (e.g. style.css) then referenced on each HTML page. e.g. <link rel='stylesheet' href='./style.css'>

I think doing this would be in line with BearBlog's minimalist and low-kilobyte philosophy while improving the readability of the output HTML files.

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

No branches or pull requests

1 participant