Skip to content

Commit 0b0a2b3

Browse files
committed
add volunteering and boards
1 parent eda7068 commit 0b0a2b3

File tree

5 files changed

+29
-51
lines changed

5 files changed

+29
-51
lines changed

src/config.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ enableGitInfo = true
3636
# what sections
3737
showQr = false
3838
showContact = true
39+
showBoards = true
40+
showCertifications = true
41+
showSocializations = true
3942

4043
# do you want to show git hash on page footer and link to repo? Add commit prefix here.
4144
gitCommitPrefix = "https://github.com/eddiewebb/json-resume/commit/"
@@ -64,6 +67,11 @@ enableGitInfo = true
6467
link = "https://bsky.app/profile/webbinaro.dev"
6568
icon = "bluesky"
6669

70+
[[params.handles]]
71+
link = "https://stackoverflow.com/users/82880/eddie"
72+
name = "Stack Overflow"
73+
icon = "stack-overflow"
74+
6775
#[[params.handles]]
6876
# name = "VCard"
6977
# link = "/Eddie_Webbinaro.vcf"

src/content/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ Enabling software teams with the confidence to move quickly without negatively i
1818

1919

2020
This site was generated using [HUGO](https://gohugo.io/) from an [open source theme](https://github.com/eddiewebb/hugo-resume) via a [CircleCI pipeline](https://circleci.com/gh/eddiewebb/json-resume).
21-
2221
![CircleCI Status Badge](https://circleci.com/gh/eddiewebb/json-resume.svg?style=svg)

src/data/boards.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[
2+
{
3+
"organization":"Champlain Valley Educational Services",
4+
"logo":"https://www.cves.org/wp-content/uploads/2023/01/cropped-cves-logo-color-no-subtext-square-512-192x192.png",
5+
"website":"https://cves.org",
6+
"description":"CVES is the regional Board of Cooperative Educational Services (BOCES) for 16 component schools across Clinton, Esses, Warren, and Washington counties.",
7+
"term_start":"2023-06-01",
8+
"term_end":"2025-05-31",
9+
"role":"BOCES Member"
10+
},
11+
{
12+
"organization":"Peru Central School Disctrict, Board of Education",
13+
"logo":"https://perucsd.org/wp-content/uploads/2021/05/cropped-square-192x192.png",
14+
"website":"https://perucsd.org",
15+
"description":"Peru Central School is a Regional school serving multiple towns in Clinton County. Go Nighthawks!",
16+
"term_start":"2022-06-01",
17+
"term_end":"2027-05-31",
18+
"role":"BOE Member"
19+
}
20+
]

src/layouts/partials/about.html

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)