mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2025-03-13 19:19:22 +00:00
Added introheight to config in exampleSite
This commit is contained in:
parent
2e4313d009
commit
7688b4550d
1 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
baseurl = "/"
|
baseurl = "/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "My New Hugo Site"
|
title = "Introduction"
|
||||||
theme = "introduction"
|
theme = "introduction"
|
||||||
enforce_ssl = "your-url.com"
|
enforce_ssl = "your-url.com"
|
||||||
builddrafts = false
|
builddrafts = false
|
||||||
|
@ -16,9 +16,10 @@ fixed = ":title/"
|
||||||
blog = "blog/:slug/"
|
blog = "blog/:slug/"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
author = "Author Name" # Full name shows on blog post pages
|
author = "A Clever Author" # Full name shows on blog post pages
|
||||||
firstname = "Author" # First name shows in introduction on main page
|
firstname = "awesome" # First name shows in introduction on main page
|
||||||
tagline = "Welcome to my lovingly hand-coded portfolio page template." # Appears after the introduction
|
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
|
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
|
email = "youremail@email.com" # Shows in contact section, or leave blank to omit
|
||||||
dateform = "Jan 2, 2006"
|
dateform = "Jan 2, 2006"
|
||||||
|
|
Loading…
Reference in a new issue