Skip to content

Commit

Permalink
add large header option
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmaierjr committed Nov 7, 2020
1 parent 678283c commit 04a625e
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 82 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
I"�{"source"=>"/Users/brianmaier/Sites/long-haul", "destination"=>"/Users/brianmaier/Sites/long-haul/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"blog/:title/"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>["jekyll-paginate"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>"", "show_dir_listing"=>false, "permalink"=>"blog/:title/", "paginate_path"=>"blog/page:num/", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "title"=>"Long Haul", "description"=>"Long Form Jekyll theme built with SASS / COMPASS / SUSY", "url"=>"http://brianmaierjr.github.com/long-haul", "paginate"=>5, "navigation"=>[{"title"=>"Home", "url"=>"/index.html"}, {"title"=>"About", "url"=>"/about"}, {"title"=>"Contact", "url"=>"/contact"}], "social"=>{"github"=>"brianmaierjr", "twitter"=>"brianmaierjr", "facebook"=>"brianmaierjr", "email"=>"brimaidesigns@gmail.com", "linkedin"=>"brianmaierjr"}, "google_analytics"=>"UA-58263416-1", "disqus"=>{"shortname"=>"my-disqus-shortname"}, "serving"=>false}:ET
I"�{"source"=>"/Users/brianmaier/Sites/long-haul", "destination"=>"/Users/brianmaier/Sites/long-haul/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"blog/:title/"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>["jekyll-paginate"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>"", "show_dir_listing"=>false, "permalink"=>"blog/:title/", "paginate_path"=>"blog/page:num/", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "title"=>"Long Haul", "description"=>"Long Form Jekyll theme built with SASS / COMPASS / SUSY", "url"=>"http://brianmaierjr.github.com/long-haul", "header"=>"large", "paginate"=>5, "navigation"=>[{"title"=>"Home", "url"=>"/index.html"}, {"title"=>"About", "url"=>"/about"}, {"title"=>"Contact", "url"=>"/contact"}], "social"=>{"github"=>"brianmaierjr", "twitter"=>"brianmaierjr", "facebook"=>"brianmaierjr", "email"=>"brimaidesigns@gmail.com", "linkedin"=>"brianmaierjr"}, "google_analytics"=>"UA-58263416-1", "disqus"=>{"shortname"=>"my-disqus-shortname"}, "serving"=>false}:ET

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ baseurl: ""
paginate_path: "blog/page:num/"
permalink: blog/:title/

# Header Option
# header: normal
header: large

markdown: kramdown
highlighter: rouge
plugins: [jekyll-paginate]
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="header">
<div class="header {% if site.header == "large" %}header--large{% endif %}">
<div class="container">
<h1 class="logo"><a href="{{ site.baseurl }}/">{{ site.title }}</a></h1>
<nav class="nav-collapse">
Expand Down

0 comments on commit 04a625e

Please sign in to comment.