Skip to content

Commit fe1e405

Browse files
committed
update subititle and graph
1 parent 5b9b2e7 commit fe1e405

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

hugo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dateFormat = ':date_long'
1111

1212
# Show content graph for single notes and posts.
1313
# Default: true
14-
showGraph = true
14+
showGraph = false
1515

1616
# Author details for the JSON-LD structured data.
1717
[params.author]
@@ -100,10 +100,10 @@ weight = 3
100100
name = 'Projects'
101101
pageRef = '/projects'
102102
weight = 4
103-
[[menus.main]]
104-
name = 'Graph'
105-
pageRef = '/graph'
106-
weight = 5
103+
# [[menus.main]]
104+
# name = 'Graph'
105+
# pageRef = '/graph'
106+
# weight = 5
107107

108108
[markup]
109109
[markup.goldmark]

layouts/_default/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1 class="!mb-1">{{ . }}</h1>
88
{{- with .Content }}
99
{{ . }}
1010
{{ end -}}
11-
<p class="lead">technology builder of many hats. mostly senior software engineer. open to new challenges in my next role.</p>
11+
<p class="lead">technology builder of many hats. primarily a senior software engineer. open to new challenges in my next role.</p>
1212
</article>
1313

1414
{{- if default true site.Params.home.showRecentPosts }}

0 commit comments

Comments
 (0)