-
Notifications
You must be signed in to change notification settings - Fork 867
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
feat: add modern template customization options #8682
Conversation
95e801f
to
84c5a03
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #8682 +/- ##
==========================================
- Coverage 76.92% 76.91% -0.01%
==========================================
Files 606 606
Lines 25062 25062
==========================================
- Hits 19278 19277 -1
- Misses 5784 5785 +1 ☔ View full report in Codecov by Sentry. |
b4c28da
to
63a123b
Compare
7f8d44a
to
3d3b518
Compare
Note, the breaking change also applies to custom themes, not only custom templates. |
Is there example codes for main.js? |
Enables these modern template customization options through a new
public/main.js
file:highlight.js
BREAKING CHANGE:
styles
in modern templates are renamed topublic
to house scripts and styles to be published to the static sites.fixes #8677 #8652 #8655