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

github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml29
1 files changed, 29 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..4bfe81f
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,29 @@
+# Site settings
+baseurl = "http://replace-this-with-your-hugo-site.com/"
+languageCode = "en-us"
+title = "Hugrid - Grid Theme For Hugo"
+theme = "hugrid"
+# Enter your tracking code to enable Google Analytics
+googleAnalytics = "UA-XXXXXXXX-Y"
+
+contentdir = "content"
+datadir = "data"
+layoutdir = "layouts"
+publishdir = "public"
+
+[params]
+ # Meta
+ title = "Hugrid - a simple grid theme for Hugo"
+ subtitle = "A kind of boilerplate to perform anyone or anything quickly. Portfolio, collection, bookmarks, contacts and so on."
+ author = "Pavel Kanyshev"
+ description = "Hugrid - grid theme for Hugo with an expanding image preview."
+ keywords = "Hugo, Hugo theme, grid theme, portfolio, bookmarks, collection, contacts"
+
+ # Body background color
+ bodybgcolor = "#f9f9f9"
+
+ # Preview container button text
+ buttontext = "Get the theme"
+
+ # Footer text
+ footertext = "Made by [Codrops](http://tympanus.net/codrops/2013/03/19/thumbnail-grid-with-expanding-preview/), [Hugo](http://gohugo.io) and [me](https://github.com/aerohub)" \ No newline at end of file