-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
making things straightforward
- Loading branch information
Showing
7 changed files
with
18 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,3 @@ _site/ | |
.sass-cache/ | ||
.jekyll-cache/ | ||
.jekyll-metadata | ||
# Ignore folders generated by Bundler | ||
.bundle/ | ||
vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
--- | ||
permalink: code-fellows.json | ||
--- | ||
{ | ||
"code-fellows": [{% for url in site.data.code-fellows.resume-json-urls %} | ||
"{{ url }}"{% unless forloop.last %},{% endunless %} | ||
{% endfor %}] | ||
"code-fellows": [ | ||
"https://www.jgroenen.nl/resume.json", | ||
"code-fellows/johan-groenen.resume.json" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"basics": { | ||
"name": "Johan Groenen", | ||
"summary": "Hi, mijn naam is Johan en ik ben mede-oprichter en voorzitter van Stichting Code for NL. In 2015 ben ik via Waag als Code Fellow aan de slag gegaan bij de Gemeente Amsterdam. Daar heb ik Datalab Amsterdam mee opgezet en daarmee binnen Amsterdam de eerste stappen gezet naar open, interne ontwikkeling van software.", | ||
"image": "https://www.jgroenen.nl/img/jgroenen.png", | ||
"email": "[email protected]", | ||
"url": "https://www.jgroenen.nl" | ||
}, | ||
"skills": [ | ||
{"keywords": ["Jekyll", "PHP", "API"]} | ||
] | ||
} |