Added introheight to config in exampleSite

This commit is contained in:
Vicky 2017-04-11 09:35:59 +08:00
parent 2e4313d009
commit 7688b4550d

View file

@ -1,6 +1,6 @@
baseurl = "/"
languageCode = "en-us"
title = "My New Hugo Site"
title = "Introduction"
theme = "introduction"
enforce_ssl = "your-url.com"
builddrafts = false
@ -16,9 +16,10 @@ fixed = ":title/"
blog = "blog/:slug/"
[params]
author = "Author Name" # Full name shows on blog post pages
firstname = "Author" # First name shows in introduction on main page
tagline = "Welcome to my lovingly hand-coded portfolio page template." # Appears after the introduction
author = "A Clever Author" # Full name shows on blog post pages
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'
avatar = "img/profile.png" # Path to image in static folder eg. img/avatar.png
email = "youremail@email.com" # Shows in contact section, or leave blank to omit
dateform = "Jan 2, 2006"
@ -57,4 +58,4 @@ project2title = "Project 2"
project3link = "#"
project3img = "img/project3.jpg"
project3title = "Project 3"
project3title = "Project 3"