diff options
author | Austin Adams <git@austinjadams.com> | 2021-08-30 00:19:48 -0400 |
---|---|---|
committer | Austin Adams <git@austinjadams.com> | 2021-09-22 02:04:47 -0400 |
commit | 303b4e7e71c609d03e0000a0647b4ec119367ad5 (patch) | |
tree | c3845e37ca8146ec529c147f6da65d455469bf8a /config.toml | |
parent | f249fed2c57992db8f35cdfdd3a9a3c7b3830230 (diff) | |
download | webzone-303b4e7e71c609d03e0000a0647b4ec119367ad5.tar.gz webzone-303b4e7e71c609d03e0000a0647b4ec119367ad5.tar.xz |
Add beginnings of a list of publications
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 11115b7..3564601 100644 --- a/config.toml +++ b/config.toml @@ -8,8 +8,9 @@ disableSitemap = true [params] homeurl = "/" -tagline = "CS grad student and at-risk youth" +tagline = "computer science grad student" description = "Austin Adams's personal website and blog" +email = "aja@gatech.edu" [markup.goldmark.renderer] unsafe=true |