Skip to content

Commit 979078b

Browse files
committed
fix: exclude about meta
Signed-off-by: Matt Struble <4325029+mattstruble@users.noreply.github.com>
1 parent f655a4b commit 979078b

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

content/about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
title: About
44
permalink: /about/
55
weight: 3
6+
exclude_meta: true
67
---
78

89
My name is Matt Struble, and I am a Machine Learning and Computer Vision engineer.

data/json_resume/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Matt Struble",
55
"label": "AI/ML Engineer",
66
"image": "matt-struble.jpg",
7-
"summary": "I'm passionate about open-source and digital privacy. \n\nI never save anything for the swim back.",
7+
"summary": "I'm passionate about open-source and digital privacy. I never save anything for the swim back.",
88
"location": {
99
"city": "Boston",
1010
"region": "United States"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module struble.dev
33
go 1.23.2
44

55
require (
6-
github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20241026194916-041505574a3c // indirect
6+
github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20241026211541-ade0ec75e5db // indirect
77
github.com/schnerring/hugo-mod-json-resume v0.0.0-20241020042210-0966a27d3093 // indirect
88
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20240915180054-6bda43840986 h
22
github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20240915180054-6bda43840986/go.mod h1:+QMjNkJVIrbnlGq+hhaLs6BGU2uvhURuEh+tsl50yRw=
33
github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20241026194916-041505574a3c h1:no8RUxUq/XsmVqO47ouFgjdp3CvH/t9Km6GRGoV/PkQ=
44
github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20241026194916-041505574a3c/go.mod h1:A2LfhSnk2Fdibuoei9/iN/xYDFNX7T5PaLlZyp69b2g=
5+
github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20241026211541-ade0ec75e5db h1:Z0JXTNPRGlS/SmBcA839RQ9FEiov3cofAj+UuoHDlt0=
6+
github.com/mattstruble/hugo-theme-catpuccin v0.0.0-20241026211541-ade0ec75e5db/go.mod h1:A2LfhSnk2Fdibuoei9/iN/xYDFNX7T5PaLlZyp69b2g=
57
github.com/schnerring/hugo-mod-json-resume v0.0.0-20241020042210-0966a27d3093 h1:5SamKC1cfAf/7ukhCDNil03j/O8bagnwdXSJWt2QrH8=
68
github.com/schnerring/hugo-mod-json-resume v0.0.0-20241020042210-0966a27d3093/go.mod h1:sOjpBNFN9mITtxiRXl5oh+oeruYImPOgOH1j0Nf3GSY=

0 commit comments

Comments
 (0)