mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +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 = "/"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue