From a88b86353610857ff88c104147d028c996d77365 Mon Sep 17 00:00:00 2001 From: Manuel Amago Date: Wed, 10 Aug 2016 18:50:30 +0100 Subject: Initial commit --- config.toml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 config.toml (limited to 'config.toml') diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..2803170 --- /dev/null +++ b/config.toml @@ -0,0 +1,35 @@ +baseurl = "https://mamago.org/casacaracol/" +languageCode = "en-gb" +title = "Casa Caracol" +# Define how many pages appear per site +paginate = 10 +# Enable comments powered by Disqus by entering your disqus shortname +disqusShortname = "" +theme = "hugo-minimalist-theme" + +[params] + site_author = "Caracol" + site_description = "Villa in the Sun -- Casa Caracol" + location = "Valencia" + # All paths are relative to the baseurl. Put your files + # somewhere in the static folder. + avatar = "img/ammonite.jpg" + header_background = "img/pool-view.jpg" + header_title = "Casa Caracol" + copyright = "Powered by [Hugo](http://gohugo.io)." + + # Enable gogle analytics by entering your tracking code + google_analytics = "" + +[social] + # Add your social network accounts to the profile section on the left + # by entering your username. The links to your account will be + # create automatically. + twitter = "" + facebook = "" + linkedin = "" + behance = "" + dribbble = "" + instagram = "" + github = "" + gplus = "" -- cgit v1.2.1