diff --git a/code/_data/repos.json b/_data/repos.json similarity index 100% rename from code/_data/repos.json rename to _data/repos.json diff --git a/scripts/github-aggregator/aggregate.py b/scripts/github-aggregator/aggregate.py index 1cee9eb..4aaeeb2 100644 --- a/scripts/github-aggregator/aggregate.py +++ b/scripts/github-aggregator/aggregate.py @@ -14,7 +14,7 @@ import urllib.request GITHUB_USER = "skoelle" API_ROOT = "https://api.github.com" OUTPUT_PATH = os.path.join( - os.path.dirname(__file__), "..", "..", "code", "_data", "repos.json" + os.path.dirname(__file__), "..", "..", "_data", "repos.json" ) diff --git a/stefankoelle/pdf/cv.pdf b/stefankoelle/pdf/cv.pdf index 1872fd1..4fa8c8d 100644 Binary files a/stefankoelle/pdf/cv.pdf and b/stefankoelle/pdf/cv.pdf differ