diff --git a/Gemfile.lock b/Gemfile.lock index 7593ac2..c165cb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,14 +5,14 @@ GEM public_suffix (>= 2.0.2, < 6.0) bigdecimal (3.1.8) colorator (1.1.0) - concurrent-ruby (1.3.1) + concurrent-ruby (1.3.3) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - ffi (1.16.3) + ffi (1.17.0) forwardable-extended (2.6.0) - google-protobuf (4.27.0) + google-protobuf (4.27.1) bigdecimal rake (>= 13) http_parser.rb (0.8.0) @@ -65,25 +65,25 @@ GEM mercenary (0.4.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0507) + mime-types-data (3.2024.0604) objective_elements (1.1.2) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.0.5) + public_suffix (5.1.1) rainbow (3.1.1) rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.8) - strscan (>= 3.0.9) - rouge (4.2.1) + rexml (3.3.0) + strscan + rouge (4.3.0) ruby-vips (2.0.17) ffi (~> 1.9) safe_yaml (1.0.5) - sass-embedded (1.77.2) + sass-embedded (1.77.5) google-protobuf (>= 3.25, < 5.0) - rake (>= 13.0.0) + rake (>= 13) strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) diff --git a/_config.yml b/_config.yml index 1ddaca7..a882036 100644 --- a/_config.yml +++ b/_config.yml @@ -20,12 +20,14 @@ authors: chris: name: Chris Hammond display_name: Chris Hammond + first_name: Chris + last_name: Hammond gravatar: bff097b7cc348bebce39ee1c7694d125 - email: christoc@christoc.com + email: jekyll@christoc.com web: https://www.chrishammond.com twitter: https://twitter.com/christoc twitterhandle: christoc - description: "Creator of JekyllExample.com. Read more at ChrisHammond.com" + description: "Creator of JekyllExample.com. Read more at Chris Hammond" # Plugins plugins: diff --git a/_data/picture.yml b/_data/picture.yml index 60d4124..d7d8cb1 100644 --- a/_data/picture.yml +++ b/_data/picture.yml @@ -6,6 +6,13 @@ presets: widths: [200, 400, 800, 1600, 2000] link_source: false + featured: + formats: [original] + widths: [200, 400, 800, 1600, 2000] + link_source: false + attr: + itemprop: image + direct: markup: direct_url formats: [original] diff --git a/_includes/postbox.html b/_includes/postbox.html index b97a41b..b9b7f64 100644 --- a/_includes/postbox.html +++ b/_includes/postbox.html @@ -32,7 +32,7 @@

{{ post.excerpt | strip_html | truncatewords:30 }}

{% endif %} - {{ author.display_name }}
+ {{ author.display_name }}
{% endif %} {{ post.date | date_to_string }} diff --git a/_layouts/default.html b/_layouts/default.html index f7532ad..5c3cfeb 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -61,6 +61,51 @@ +{% if page.url != "/" %} + +{% endif %} + diff --git a/_layouts/post.html b/_layouts/post.html index 1078daf..b020f1e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -21,7 +21,7 @@ {% assign author = site.authors[page.author] %}
-
+
@@ -30,7 +30,8 @@

{{ page.title }}

-