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.toml13
1 files changed, 8 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 52969fb..dc1c51f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -18,12 +18,15 @@ publishdir = "public"
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"
-
+ 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
+ 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)"
+
+ # add extra-css
+ # custom_css = ['css/extra1.css', 'css/extra2.css']