You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Included by the base template. Renders next and previous page controls.
37
70
38
71
## Media
39
72
40
73
The default theme includes the following assets:
41
74
42
-
*`css/theme.css`—*Copy and overide this file in order to change the color palette, the typography, or to other style changes.*
43
-
*`css/highlightjs.min.css`—*The default theme uses the `github-dark` code highlighting style. Override this file to use a different `highlight.js` code highlighting style.*
44
-
*`js/theme.js`—*Copy and override this file in order to add custom scripting.*
45
-
*`js/highlightjs.min.js`—*The default theme uses the default supported languages with `highlight.js`. Override this file to support a different set of programming languages.*
75
+
*[`css/theme.css`](css/theme.css)— Copy and overide this file in order to change the color palette, the typography, or to other style changes.
76
+
*[`css/highlightjs.min.css`](css/highlightjs.min.css)— The default theme uses the `github-dark` code highlighting style. Override this file to use a different `highlight.js` code highlighting style.
*[`js/theme.js`](js/theme.js)— Copy and override this file in order to add custom scripting.
79
+
*[`js/highlightjs.min.js`](js/highlightjs.min.js)— The default theme uses the default supported languages with `highlight.js`. Override this file to support a different set of programming languages.
0 commit comments