-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_format.yml
More file actions
32 lines (32 loc) · 958 Bytes
/
_format.yml
File metadata and controls
32 lines (32 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
format:
html:
theme:
light:
- flatly
- styles.scss
dark:
- darkly
- styles.scss
css:
- dark-mode.css
toc: true
toc-location: left
smooth-scroll: true
embed-resources: false
code-fold: false
link-external-icon: true
link-external-newwindow: true
link-external-filter: '^(?:http:|https:)\/\/(?:www\.)?rajnitish\.com(?:\/|$)'
citations-hover: true
footnotes-hover: true
include-in-header:
text: |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
code-link: true
include-after-body:
text: |
<script src="script/script.js"></script>
anchor-sections: true
fig-cap-location: bottom
highlight-style: github