Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.com>2017-04-11 04:35:59 +0300
committerVicky <vicky@vickylai.com>2017-04-11 04:35:59 +0300
commit7688b4550d77a48f0998f16715b6aaa79b86b048 (patch)
tree071b5c2810719af383801619d165a36abb3de155 /exampleSite
parent2e4313d009fa7277dc16664b224b34315023fc9d (diff)
Added introheight to config in exampleSite
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml11
1 files changed, 6 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 81d06fb..180d036 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -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" \ No newline at end of file
+project3title = "Project 3"