From 98e4b16ec52e8be409129b783fa33b16333dbb8d Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Wed, 3 May 2017 10:28:33 -0400 Subject: [PATCH] setup config and added images for contact links --- config.toml | 14 ++++++++++++-- static/images/email.svg | 1 + static/images/github.svg | 1 + static/images/linkedin.svg | 1 + 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 static/images/email.svg create mode 100644 static/images/github.svg create mode 100644 static/images/linkedin.svg diff --git a/config.toml b/config.toml index 8aa38a5..1fe6437 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,13 @@ -baseurl = "http://replace-this-with-your-hugo-site.com/" languageCode = "en-us" -title = "My New Hugo Site" +title = "temp title" +theme = "light-hugo" + +author = "Andrei Stoica" +copyright = "© Copyright 2017 Andrei Stoica" + +[Params] + description = "Describe your website" + email = "andrei.stoica.365@gmail.com" + github = "skaterdude97" + linkedin = "andrei-stoica" + diff --git a/static/images/email.svg b/static/images/email.svg new file mode 100644 index 0000000..b637246 --- /dev/null +++ b/static/images/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/github.svg b/static/images/github.svg new file mode 100644 index 0000000..570d7d8 --- /dev/null +++ b/static/images/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/linkedin.svg b/static/images/linkedin.svg new file mode 100644 index 0000000..08e4a14 --- /dev/null +++ b/static/images/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file