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:
authorVictoria <hello@victoria.dev>2019-03-15 18:27:09 +0300
committerGitHub <noreply@github.com>2019-03-15 18:27:09 +0300
commit632bcd4579b1a7866fd21ad49401fb550c075972 (patch)
treeffc7d22b1ef7b8e40287a6a0e1952631f7aa77e0 /exampleSite/config.toml
parent29bca079b00f3281bf73a2df55d6ce8f71372837 (diff)
Fix hero sizes (#137)
* Fix hero sizes - Use proper sections in index.html to comply with bulma styles - Update default value of header height to "fullheight" (shows navbar) * Revert unrelated changes
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8eeb84d..2c5fbc4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -16,7 +16,7 @@ DefaultContentLanguage = "en" # Default language fo
# Configure the home page
[params.home]
- introHeight = "large" # Input either "medium" or "large" or "fullheight"
+ introHeight = "fullheight" # Input either "medium" or "large" or "fullheight"
showLatest = true # Show latest blog post summary
showAllPosts = false # Set true to list all posts on home page, or set false to link to separate blog list page
numberOfProjectsToShow = 3 # Maximum number of projects to show on home page. Unset or comment out to show all projects