Skip to content

Commit 0a979bc

Browse files
committed
page titles
1 parent 5f5c8d2 commit 0a979bc

File tree

8 files changed

+31
-21
lines changed

8 files changed

+31
-21
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
I"2{"source"=>"/home/bobby/Documents/websites/site", "destination"=>"/home/bobby/Documents/websites/site/_site", "collections_dir"=>"collections", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}, "projects"=>{"output"=>true}}, "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-feed", "jekyll-seo-tag"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/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, "syntax_highlighter"=>"rouge", "syntax_highlighter_opts"=>{:default_lang=>"plaintext", :guess_lang=>true}, "coderay"=>{}}, "title"=>"Unusual Vehicles", "author"=>"Raul G.", "email"=>"memoryofatrufestival@gmail.com", "description"=>"Personal blog about model aircraft and small robots\n", "paginate"=>8, "github_username"=>"RCmags", "youtube_username"=>"XXXmags", "youtube_username_display"=>"RCmags", "show_excerpts"=>false, "minima"=>{"date_format"=>"%-d %b %Y"}, "livereload_port"=>35729, "serving"=>true, "watch"=>true, "url"=>"http://localhost:4000"}:ET
1+
I"2{"source"=>"/home/bobby/Documents/websites/site", "destination"=>"/home/bobby/Documents/websites/site/_site", "collections_dir"=>"collections", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}, "projects"=>{"output"=>true}}, "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-feed", "jekyll-seo-tag"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/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, "syntax_highlighter"=>"rouge", "syntax_highlighter_opts"=>{:default_lang=>"plaintext", :guess_lang=>true}, "coderay"=>{}}, "title"=>"Unusual Vehicles", "author"=>"Raul G.", "email"=>"memoryofatrufestival@gmail.com", "description"=>"Personal blog about model aircraft and small robots\n", "paginate"=>6, "github_username"=>"RCmags", "youtube_username"=>"XXXmags", "youtube_username_display"=>"RCmags", "show_excerpts"=>false, "minima"=>{"date_format"=>"%-d %b %Y"}, "livereload_port"=>35729, "serving"=>true, "watch"=>true, "url"=>"http://localhost:4000"}:ET

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: > # this means to ignore newlines until "twitter_username:"
88
plugins:
99
- jekyll-paginate
1010

11-
paginate: 8
11+
paginate: 6
1212
paginate_path: "/page:num/"
1313

1414
# collections

_sass/pagination.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,17 @@
8282
border-right: none;
8383
}
8484
}
85+
86+
// Other options
87+
.pagination_options {
88+
display: flex;
89+
flex-direction: row;
90+
justify-content: center;
91+
92+
h3 {
93+
text-align: center;
94+
color: gray;
95+
margin-left: 10px;
96+
margin-right: 10px;
97+
}
98+
}

_sass/projects.scss

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,13 @@
44
#container_in {
55
flex-direction: column;
66
}
7-
8-
#container_out {
9-
width: 100%;
10-
}
11-
12-
#container_title {
13-
display: flex;
14-
flex-direction: row;
15-
justify-content: space-between;
16-
}
17-
7+
188
span {
199
width: auto;
2010
text-align: left;
2111
}
2212

23-
h2 {
13+
h3 {
2414
margin-bottom: 0px;
2515
}
2616
}

blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: default
2+
layout: page
33
title: Blog
44
---
55

index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ <h1 style="text-align: center;" class="post-title"> Post history </h1>
55

66
{% include pagination.html %}
77

8-
<a href="{{ site.baseurl }}/search.html">
9-
<h3 style="text-align: center; color: gray;"> &#128269; Search </h3>
10-
</a>
8+
<nav class="pagination_options">
9+
<a href="{{ site.baseurl }}/search.html">
10+
<h3> &#128269; Search </h3>
11+
</a>
12+
13+
<a href="{{ site.baseurl }}/posts.html">
14+
<h3> &#9776; Raw list </h3>
15+
</a>
16+
<nav>

posts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
---
44

5-
<h1 style="text-align: center;" class="post-title"> Posts </h1>
5+
<h1 style="text-align: center;" class="post-title"> Post history </h1>
66

77
<div class="archive-group">
88
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}

projects.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: default
2+
layout: page
33
title: Projects
44
---
55

@@ -11,7 +11,7 @@
1111
<div id="container_in">
1212
<div id="container_title">
1313
<a href="{{ post.url | relative_url }}">
14-
<h2>{{ post.title | escape }}</h2>
14+
<h3>{{ post.title | escape }}</h3>
1515
</a>
1616
</div>
1717
{% if post.description %}

0 commit comments

Comments
 (0)