|
1 |
| -baseURL = "https://example.org/" # Your domain name. Must end with "/" |
2 |
| -languageCode = "en-us" # languageCode |
3 |
| -title = "Introduction" # Site title |
4 |
| -theme = "introduction" |
5 |
| -pygmentsStyle = "monokai" # https://help.farbox.com/pygments.html |
6 |
| -pygmentsCodefences = true |
7 |
| -enforce_ssl = false |
8 |
| -# disqusshortname = "" # Enable Disqus for comments https://gohugo.io/content-management/comments |
9 |
| -# googleAnalytics = "" # Enable Google Analytics https://gohugo.io/templates/internal/#google-analytics |
| 1 | +baseURL = "https://example.org/" # Your domain name. Must end with "/" |
| 2 | +languageCode = "en-us" # languageCode |
| 3 | +title = "Introduction" # Site title |
| 4 | +theme = "introduction" |
| 5 | +pygmentsStyle = "monokai" # https://help.farbox.com/pygments.html |
| 6 | +pygmentsCodefences = true |
| 7 | +enforce_ssl = false |
| 8 | +# disqusshortname = "" # Enable Disqus for comments https://gohugo.io/content-management/comments |
| 9 | +# googleAnalytics = "" # Enable Google Analytics https://gohugo.io/templates/internal/#google-analytics |
10 | 10 |
|
11 | 11 | [params]
|
12 |
| - blogHead = "Blog" # Full name shows on blog post pages |
13 |
| - firstName = "Introduction" # First name shows in introduction on main page |
14 |
| - tagLine = "I'm a theme for Hugo." # Appears after the introduction |
15 |
| - introHeight = "large" # Input either 'medium' or 'large' or 'fullheight' |
16 |
| - themeStyle = "light" # Choose 'light' or 'dark' |
17 |
| - avatar = "img/profile.jpg" # Path to image in static folder eg. img/avatar.png, or comment out to remove |
18 |
| - email = "[email protected]" # Shows in contact section, or leave blank to omit |
19 |
| - localTime = true # Show your current local time in contact section |
20 |
| - 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 |
21 |
| - dateForm = "Jan 2, 2006" |
22 |
| - dateFormFull = "Mon Jan 2 2006 15:04:05 EST" |
23 |
| - cacheBuster = false # Add the current unix timestamp in query string for cache busting css assets (relevant in development mode) |
24 |
| - description = "Website Description" # Max 160 characters show in search results |
25 |
| - faviconFile = "img/fav.ico" |
26 |
| - footerText = "" # Text to override default footer text (markdown allowed) |
27 |
| - fadeIn = true # Turn on/off the fade-in effect |
28 |
| - customCSS = [] # Include custom css files e.g. ["css/foo.css", "css/bar.css"] |
| 12 | + firstName = "Introduction" # First name shows in introduction on main page |
| 13 | + tagLine = "I'm a theme for Hugo." # Appears after the introduction |
| 14 | + introHeight = "large" # Input either 'medium' or 'large' or 'fullheight' |
| 15 | + themeStyle = "light" # Choose 'light' or 'dark' |
| 16 | + avatar = "img/profile.jpg" # Path to image in static folder eg. img/avatar.png, or comment out to remove |
| 17 | + email = "[email protected]" # Shows in contact section, or leave blank to omit |
| 18 | + localTime = true # Show your current local time in contact section |
| 19 | + 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 |
| 20 | + dateForm = "Jan 2, 2006" |
| 21 | + dateFormFull = "Mon Jan 2 2006 15:04:05 EST" |
| 22 | + cacheBuster = false # Add the current unix timestamp in query string for cache busting css assets (relevant in development mode) |
| 23 | + description = "Website Description" # Max 160 characters show in search results |
| 24 | + faviconFile = "img/fav.ico" |
| 25 | + footerText = "" # Text to override default footer text (markdown allowed) |
| 26 | + fadeIn = true # Turn on/off the fade-in effect |
| 27 | + customCSS = [] # Include custom css files e.g. ["css/foo.css", "css/bar.css"] |
29 | 28 |
|
30 |
| - showBlog = true # Show Blog section on home page |
31 |
| - showProjects = true # Show Projects section on home page |
32 |
| - projectColumns = "3" # Choose "2" or "3" columns for projects section |
33 |
| - placeHolderimg = "/img/workday.jpg" # For Projects without image |
34 |
| - showAllPosts = false # Set 'true' to list all posts on home page, or set 'false' to link to separate blog list page |
35 |
| - showLatest = true # Show latest blog post summary |
36 |
| - shareButtons = true # On post pages, show share this social buttons |
37 |
| - |
38 |
| - # Share buttons |
39 |
| - shareTwitter = true |
40 |
| - shareFacebook = true |
41 |
| - sharePinterest = false |
42 |
| - shareGooglePlus = true |
| 29 | + showBlog = true # Show Blog section on home page |
| 30 | + showAllPosts = false # Set 'true' to list all posts on home page, or set 'false' to link to separate blog list page |
| 31 | + showLatest = true # Show latest blog post summary |
| 32 | + # Share buttons on blog post pages |
| 33 | + shareButtons = true # Show "Share this:" social buttons |
| 34 | + shareTwitter = true |
| 35 | + shareFacebook = true |
| 36 | + sharePinterest = false |
| 37 | + shareGooglePlus = true |
| 38 | + |
| 39 | + showProjects = true # Show Projects section on home page |
| 40 | + numberOfProjectsToShow = 3 # Maximum number of projects to show on home page. Unset or comment out to show all projects. |
| 41 | + placeHolderimg = "/img/workday.jpg" # For Projects without image |
43 | 42 |
|
44 | 43 | # Social icons appear in introduction and contact section. Add as many more as you like.
|
45 | 44 | # Find icon names here: http://fontawesome.io/cheatsheet/
|
|
0 commit comments