diff options
| author | Manuel Amago <mamago@gmail.com> | 2016-08-10 18:50:30 +0100 |
|---|---|---|
| committer | Manuel Amago <mamago@gmail.com> | 2016-08-10 18:50:30 +0100 |
| commit | a88b86353610857ff88c104147d028c996d77365 (patch) | |
| tree | 7e923f87400f596500e85b95468ed43cbb5f62be /config.toml | |
| download | casacaracol-a88b86353610857ff88c104147d028c996d77365.tar.gz casacaracol-a88b86353610857ff88c104147d028c996d77365.zip | |
Initial commit
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 35 |
1 files changed, 35 insertions, 0 deletions
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 = "" |
