Skip to content

Commit

Permalink
feat: icon and use manual leads
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed May 21, 2024
1 parent c03b0bf commit 559170e
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ gem "jekyll"

group :jekyll_plugins do
gem 'jekyll-postcss-v2'
end

group :plugin_reqs do
gem 'imgkit'
gem 'wkhtmltoimage-binary'
end
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ GEM
http_parser.rb (0.8.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
imgkit (1.6.3)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
Expand Down Expand Up @@ -120,6 +121,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
webrick (1.8.1)
wkhtmltoimage-binary (0.12.5)

PLATFORMS
aarch64-linux
Expand Down Expand Up @@ -149,8 +151,10 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
imgkit
jekyll
jekyll-postcss-v2
wkhtmltoimage-binary

BUNDLED WITH
2.5.6
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ exclude:
- tailwind.config.js
- postcss.config.js
- LICENSE
- docker

permalink: /:year/:month/:title

Expand Down
2 changes: 1 addition & 1 deletion _includes/post.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="bg-white border-gray-300 border shadow-xl p-2" >
<h2 class="font-light text-2xl border-b border-gray-200 mb-2"><a href="{{ include.post.url }}">{{ include.post.title }}</a></h2>
{{ include.post.excerpt }}
{{ include.post.lead }}
<ul class="border-t border-gray-200 mt-2 flex gap-2">
<li>{{ include.post.date | date_to_long_string }}</li>
{% for tag in post.tags %}
Expand Down
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/assets/512.png" />
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/font-awesome/css/all.min.css" />
Expand Down
1 change: 1 addition & 0 deletions _posts/2022-03-14-windows-update-for-business.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: post
title: Windows Update for Business
lead: Configuring Windows Update for Business across the network.
date: 2022-03-14T18:20:37.426Z
tags:
- windows-update
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: post
title: Papercut Client deployment with Intune
lead: Building on the official Papercut intructions to reliably deploy the Papercut client with Intune.
date: 2022-07-21
tags:
- papercut
Expand Down
Binary file added assets/512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 559170e

Please sign in to comment.