forked from aerohub/hugrid
-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.toml
31 lines (25 loc) · 1.15 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Site settings
baseurl = "http://example.org/"
languageCode = "en-us"
title = "Photo Grid - Grid Gallery For Hugo"
theme = "photo-grid"
# Enter your tracking code to enable Google Analytics
# googleAnalytics = "UA-XXXXXXXX-Y"x
[params]
# Meta
no_exif = false
title = "Photo Grid - Grid Gallery"
subtitle = "A customized theme for showing your photography work with minimal effort and multiple customization options. Click on each image to find out more about this theme"
author = "Chen Zhe"
description = "Photo Grid - Grid Gallery For Hugo"
keywords = "Hugo, Hugo theme, grid theme, gallery"
font_face_link = "https://fonts.googleapis.com/css?family=Lato:300,400,700"
# Body background and text color
bodybgcolor = "#3d3d3d"
bodytextcolor = "#f2f2f2"
parent_link = "/home"
parent_link_text = "↩️ Home"
# Footer text
copyright_since_year = 2012
copyright_text = "All images"
footertext = "Made by [Codrops](http://tympanus.net/codrops/2013/03/19/thumbnail-grid-with-expanding-preview/), [Hugo](http://gohugo.io), [Pavel](https://themes.gohugo.io/hugrid/) and [me](https://chen-zhe.github.io)."