From 9784f35bfbea4a3152e02e446532074499ce5750 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sun, 1 Mar 2020 09:48:14 -0500 Subject: [PATCH] Refactored identities out of theme into config file --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index ad22866..0079efd 100644 --- a/config.toml +++ b/config.toml @@ -15,6 +15,7 @@ theme = "pulp" Software Developer, Researcher, and Linux Enthusiast. """ publicationYear = "2020" + identities = ["https://github.com/brandon-rozek", "mailto:hello@brandonrozek.com"] [outputs] section = ["JSON", "HTML", "RSS"]