-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
47 lines (41 loc) · 1.67 KB
/
config.toml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
baseURL = "https://ssurbhi560.github.io/"
title = "Surbhi Sharma"
theme = "gokarna"
languageCode = "en"
defaultContentLanguage = "en"
enableEmoji = true
enableRobotsTXT = true
# Choose one of emacs, trac or perldoc
pygmentsStyle = "monokai"
[params]
accentColor = "#8ab9f1"
footer = "Surbhi Sharma"
description = "This is the place where I write occasionally."
customHeadHTML = """
<!-- KaTeX -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-6LkG2wmY8FK9E0vU9OOr8UvLwsaqUg9SETfpq4uTCN1agNe8HRdE9ABlk+fVx6gZ" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-31El76TwmbHj4rF9DyLsygbq6xoIobG0W+jqXim+a3dU9W53tdH3A/ngRPxOzzaB" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-vZTG03m+2yp6N6BNi5iM4rW4oIwk5DfcNdFfxkk9ZWpDriOkXX8voJBFrAO7MpVl" crossorigin="anonymous"
onload="renderMathInElement(document.body);"></script>
"""
socialIcons = [
{name = "gmail", url = "mailto:[email protected]"},
{name = "github", url = "https://github.com/ssurbhi560"},
{name = "gitlab", url = "https://gitlab.com/ssurbhi560"},
{name = "linkedin", url = "https://www.linkedin.com/in/ssurbhi560"},
{name = "twitter", url = "https://twitter.com/ssurbhi560"},
]
[menu]
[[menu.main]]
name = "About"
url = "/about"
weight = 1
[[menu.main]]
name = "Blogs"
url = "/blogs/"
weight = 2
[[menu.main]]
identifier = "rss"
pre = "<span data-feather='rss'></span>"
url = "/index.xml"
weight = 3