mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
a196ac4391
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
22 lines
614 B
JavaScript
22 lines
614 B
JavaScript
window.remark_config = {
|
|
host: "https://remark42.avinal.space",
|
|
site_id: "remark",
|
|
show_rss_subscription: false,
|
|
theme: 'dark',
|
|
no_footer: true,
|
|
};
|
|
|
|
!(function (e, n) {
|
|
for (var o = 0; o < e.length; o++) {
|
|
var r = n.createElement("script"),
|
|
c = ".js",
|
|
d = n.head || n.body;
|
|
"noModule" in r
|
|
? ((r.type = "module"), (c = ".mjs"))
|
|
: (r.async = !0),
|
|
(r.defer = !0),
|
|
(r.src = remark_config.host + "/web/" + e[o] + c),
|
|
d.appendChild(r);
|
|
}
|
|
})(remark_config.components || ["embed"], document);
|