-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
47 lines (33 loc) · 1.02 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
title = "roynrishingha"
description = "A self-taught software engineer working with Rust to make a more stable world"
default_language = "en"
base_url = "https://roynrishingha.com"
compile_sass = true
build_search_index = true
generate_feeds = true
generate_sitemap = true
generate_robots_txt = true
minify_html = true
taxonomies = [{ name = "tags" }]
ignored_content = ["*/target/debug/*", "*/target/release/*"]
[markdown]
highlight_code = true
external_links_target_blank = true
[extra]
author = "Nrishinghananda Roy"
nav = [{ name = "About", path = "/about/" }, { name = "Blog", path = "/blog/" }]
latest_text = "Check out my latest post:"
icon = "roynrishingha.png"
profile_small = "roynrishingha.png"
profile_large = "roynrishingha.png"
accent = "#05a081"
accent_light = "#82d0c0"
footer_about = """
Follow me on [Github](https://github.com/roynrishingha) (if you like).
"""
footer_page = """
© 2024, all rights reserved
"""
not_found_message = """
This is not the page you're looking for... return back to [safety?](/)
"""