Skip to content

Commit

Permalink
Fix hero sizes (#137)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
victoriadrake committed Mar 15, 2019
1 parent 29bca07 commit 632bcd4
Show file tree
Hide file tree
Showing 5 changed files with 7,439 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1 +1 @@
exampleSite/public
exampleSite/public
2 changes: 1 addition & 1 deletion exampleSite/config.toml
Expand Up @@ -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
Expand Down

0 comments on commit 632bcd4

Please sign in to comment.