Skip to content

Commit 48bd378

Browse files
committed
fix CNAME file, clean up config
1 parent bd6c999 commit 48bd378

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

config/_default/hugo.toml

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,16 @@ title = "/dev/ by Massimiliano Pippi"
44
pygmentsstyle = "manni"
55
mainSections = ["writing"]
66

7-
# [params]
8-
# AuthorName = "Massimiliano Pippi"
9-
# Avatar = "images/massi.png"
10-
# Description = """Massi here. Software developer, engineering manager, I can ops.
11-
# Open source advocate and contributor, documentation fanatic, speaker at conferences.
12-
# I wrote a book once."""
13-
147
[params.author]
158
name = "Massimiliano Pippi"
169
image = "img/massi.jpeg"
1710
headline = "Software developer, engineering manager, I can ops."
1811
bio = "A little bit about me"
1912
links = [
20-
{ github = "https://github.com/masci" }
13+
{ github = "https://github.com/masci" },
14+
{ linkedin = "http://www.linkedin.com/in/masci"}
2115
]
2216

23-
# Social Icons
24-
[[params.social]]
25-
name = "github"
26-
url = "https://github.com/masci"
27-
[[params.social]]
28-
name = "linkedin"
29-
url = "http://www.linkedin.com/in/masci"
30-
31-
# Active projects
32-
[[params.active_project]]
33-
name = "banks"
34-
url = "https://github.com/masci/banks"
35-
description = "LLM prompt language based on Jinja"
36-
[[params.active_project]]
37-
name = "Intro to Kubernetes"
38-
url = "https://masci.github.io/k8s101/"
39-
description = "A 2-hours workshop to go from zero to Kubernetes"
40-
[[params.active_project]]
41-
name = "actions/datadog"
42-
url = "https://github.com/masci/datadog"
43-
description = "Send Datadog metrics and events from GitHub workflows"
44-
45-
4617
# Syntax highlight
4718
[markup]
4819
[markup.highlight]
File renamed without changes.

0 commit comments

Comments
 (0)