Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aerohub/hugo-identity-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Grosser <development@stp-ip.net>2016-11-13 21:45:05 +0300
committerMichael Grosser <development@stp-ip.net>2016-11-13 21:45:05 +0300
commit80f417c82789a1481429f7e1f7e62a4aaac1a847 (patch)
tree3797f6039205ed41c090fb15fea469ec7d28355b
parent01628c2cb3729fde2c29b5cef67ddf63c7f72342 (diff)
Cleanup indentation
-rw-r--r--exampleSite/config.toml131
1 files changed, 65 insertions, 66 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 71c62b1..c68a62a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -8,77 +8,76 @@ title = "Hugo Identity Theme"
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 = "jane.jpg"
+
+ # 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 = "jane.jpg"
# Custom styling
# To customize the styling of this theme, uncomment and edit the following line to point
# to your site's css in the assets/ directory.
# custom_css = ["css/foo.bar"]
-
- # Personal settings
-
- name = "Jane Doe"
- position = "Senior Psychonautics 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 = "your@email.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
+
+ # Personal settings
+
+ name = "Jane Doe"
+ position = "Senior Psychonautics 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 = "your@email.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
- [[params.social]]
- title = "Twitter"
- icon = "fa-twitter"
- link = "#"
+ [[params.social]]
+ title = "Twitter"
+ icon = "fa-twitter"
+ link = "#"
- [[params.social]]
- title = "Instagram"
- icon = "fa-instagram"
- link = "#"
-
- [[params.social]]
- title = "Facebook"
- icon = "fa-facebook"
- link = "#"
-
- # Footer settings
- [params.footer]
- copyright = "Jane Doe"
-
+ [[params.social]]
+ title = "Instagram"
+ icon = "fa-instagram"
+ link = "#"
+
+ [[params.social]]
+ title = "Facebook"
+ icon = "fa-facebook"
+ link = "#"
+
+ # Footer settings
+ [params.footer]
+ copyright = "Jane Doe"