From eb24365abae58b93eb42be6ccde786a2862db964 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 23 Jul 2016 13:02:14 -0500 Subject: [PATCH] Cleanup config Signed-off-by: Harsh Shandilya --- config.toml | 101 ++++++++++++++++------------------------------------ 1 file changed, 31 insertions(+), 70 deletions(-) diff --git a/config.toml b/config.toml index 2289644..f81375c 100644 --- a/config.toml +++ b/config.toml @@ -1,78 +1,39 @@ -# Site settings baseurl = "https://msfjarvis.me/" +googleAnalytics = "UA-XXXXX-Y" languageCode = "en-us" theme = "hugo-identity-theme" title = "Harsh Shandilya" -# Enter your tracking code to enable Google Analytics -googleAnalytics = "UA-XXXXX-Y" - [params] - - # Images settings - # Icons, backgrounds and avatars folders are placed in theme's static/images folder. - # You may place your images in corresponding folders and then set only filenames below to - # change page's appearance - - favicon = "favicon.ico" - appletouchicon = "apple-touch-icon-precomposed.png" - background = "bg1.jpg" - avatar = "harsh.jpg" - - # Personal settings - - name = "Harsh Shandilya" - position = "Mobile Build Engineer" - - # Extra stuff - # NOTE: There is little different extra stuff in original Identity theme by HTML5 UP. - # You can play with it downlading original theme right here: - # html5up.net/identity/download - # - # Since this template is static, the contact form uses www.formspree.io as a - # proxy. The form makes a POST request to their servers to send the actual - # email. Visitors can send up to a 1000 emails each month for free. - # - # What you need to do for the setup? - # - # - set your email address under 'email' below - # - enable form by setting 'enable' to 'true' - # - upload the generated site to your server - # - send a dummy email yourself to confirm your account - # - click the confirm link in the email from www.formspree.io - # - you're done. Happy mailing! - - email = "msfjarvis@gmail.com" - - # Contact form settings - - [params.contact] - enable = false - formTitle = "Touch Me!" - namePlaceholder = "Name" - emailPlaceholder = "Email" - messagePlaceholder = "Message" - buttonText = "Send it" - - # Social settings - # You may change these with your social links or add others + appletouchicon = "apple-touch-icon-precomposed.png" + avatar = "harsh.jpg" + background = "bg1.jpg" + email = "msfjarvis@gmail.com" + favicon = "favicon.ico" + name = "Harsh Shandilya" + position = "Mobile Build Engineer" + [params.contact] + buttonText = "Send it" + emailPlaceholder = "Email" + enable = true + formTitle = "Touch Me!" + messagePlaceholder = "Message" + namePlaceholder = "Name" + [params.footer] + copyright = "Harsh Shandilya" - [[params.social]] - title = "Twitter" - icon = "fa-twitter" - link = "https://twitter.com/MSF_Jarvis" + [[params.social]] + icon = "fa-twitter" + link = "https://twitter.com/MSF_Jarvis" + title = "Twitter" + + [[params.social]] + icon = "fa-github" + link = "https://github.com/MSF-Jarvis" + title = "Github" + + [[params.social]] + icon = "fa-rss" + link = "https://blog.msfjarvis.me" + title = "Blog" - [[params.social]] - title = "Github" - icon = "fa-github" - link = "https://github.com/MSF-Jarvis" - - [[params.social]] - title = "Blog" - icon = "fa-rss" - link = "https://blog.msfjarvis.me" - - # Footer settings - [params.footer] - copyright = "Harsh Shandilya" -