From 3d7ed05dff1237f7ccbe178e00150d1b6d60a890 Mon Sep 17 00:00:00 2001 From: Vicky Date: Tue, 25 Jul 2017 08:37:04 +0800 Subject: Minor fixes and changelog update --- exampleSite/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b425f60..669c850 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -2,7 +2,7 @@ baseurl = "/" # Must end with / languageCode = "en-us" title = "Introduction" theme = "introduction" -enforce_ssl = "your-url.com" +enforce_ssl = false builddrafts = false canonifyurls = true contentdir = "content" @@ -21,7 +21,7 @@ firstname = "awesome" # First name shows in introduction on main page tagline = "I'm a theme for Hugo." # Appears after the introduction introheight = "large" # Input either 'medium' or 'large' or 'fullheight' theme = "dark" # Choose 'light' or 'dark' -avatar = "img/profile.png" # Path to image in static folder eg. img/avatar.png +avatar = "img/profile.png" # Path to image in static folder eg. img/avatar.png, or comment out to remove email = "youremail@email.com" # Shows in contact section, or leave blank to omit localtime = true # Show your current local time in contact section timezone = "America/Los_Angeles" # Your timezone as in the TZ* column of this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones -- cgit v1.2.3