-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
61 lines (50 loc) · 1.38 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
base_url = "https://thogiti.github.io/"
compile_sass = true
generate_feed = true
build_search_index = false
title = "Dare to Know - AI, Machine Learning, and Blockchain Technology Insights"
theme = "tale-zola"
taxonomies = [
{ name = "tags" },
]
[markdown]
highlight_code = true
highlight_theme = "base16-atelierdune-light"
[extra]
author = "0xnagu"
github = "https://github.com/thogiti"
email = "[email protected]"
site_name = "Nagu Thogiti | 0xnagu"
katex = true
katex_enable = true
google_analytics = "G-Z978GXQG0X"
[[extra.menu]]
name = "Blog"
url = ""
[[extra.menu]]
name = "Tags"
url = "tags"
[[extra.menu]]
name = "About"
url = "about"
[extra.seo]
description = "Dive into AI, machine learning, and blockchain technology. Explore the intersection of technology, mathematics, and philosophy, and learn about cryptography, zero-knowledge proofs (ZKP), and privacy-preserving machine learning (ZKML)."
author = "0xnagu"
image = "assets/favicon.jpg"
image_height = 0
image_width = 0
og_locale = "en_US"
og_title = "Dare to Know - AI, Machine Learning, and Blockchain Technology Insights"
og_author = "0xnagu"
[extra.seo.twitter]
site = "0xnagu"
creator = "0xnagu"
[extra.social]
github = "https://github.com/thogiti"
twitter = "https://twitter.com/0xnagu"
linkedin = "https://www.linkedin.com/in/0xnagu/"
email = "[email protected]"
[extra.footer]
start_year = "2022"
end_year = "2024"
info = ""