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