@@ -4,45 +4,16 @@ title = "/dev/ by Massimiliano Pippi"
44pygmentsstyle = " manni"
55mainSections = [" 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 ]
158name = " Massimiliano Pippi"
169image = " img/massi.jpeg"
1710headline = " Software developer, engineering manager, I can ops."
1811bio = " A little bit about me"
1912links = [
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 ]
0 commit comments