-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
62 lines (54 loc) · 2.29 KB
/
config.toml
File metadata and controls
62 lines (54 loc) · 2.29 KB
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
62
theme = "simple-dev-blog"
taxonomies = [ { name = "tags" } ]
# The URL the site will be built for
base_url = "https://gel.github.io/"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
title = "Gal Goldman | Architect & Engineer"
description = "Gal Goldman writes about distributed systems, cloud architecture, GenAI systems, and engineering quality."
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
[extra]
author = "Gal Goldman"
accent = "#0f766e"
accent_light = "#7dd3c7"
default_og_image = "og/site-default.svg"
site_logo = "iconweb.png"
nav = [
{ name = "Resume", path = "/resume/" },
{ name = "Blog", path = "/blog/" },
{ name = "Projects", path = "/projects/" },
{ name = "Books", path = "/books/" },
{ name = "Interviews", path = "/interviews/" },
{ name = "GenAI", path = "/generative-ai/" }
]
social_links = [
{ name = "LinkedIn", path = "https://www.linkedin.com/in/gal-goldman/" },
{ name = "X", path = "https://x.com/gelings" }
]
twitter_handle = "gelings"
home_stats = [
{ value = "16+", label = "years across AWS and Intel" },
{ value = "30+", label = "customers supported on production GenAI workloads" },
{ value = "500+", label = "engineers trained on GenAI systems" }
]
home_features = [
{ name = "Books", path = "/books/", eyebrow = "Reading", description = "Books I read, notes I keep, and ideas worth revisiting." },
{ name = "Interviews", path = "/interviews/", eyebrow = "Course + Project", description = "My technical interviewing guide and interactive practice material." },
{ name = "GenAI", path = "/generative-ai/", eyebrow = "Explained Research", description = "Summarized research and implementation notes for production AI systems." }
]
home_links = [
{ name = "Blog", path = "/blog/", description = "Engineering notes on systems, architecture, and delivery in practice." },
{ name = "Projects", path = "/projects/", description = "Public work, workshops, and interactive experiments." },
{ name = "Resume", path = "/resume/", description = "Experience, impact, and current role." }
]
icon = "iconweb.jpg"
profile_small = "iconweb.jpg"
profile_large = "profileweb.jpg"
footer_about = """
"""
footer_page = """
"""
book_number_chapters = true
gtag="G-JD979V1BWS"
dark_mode = true