diff --git a/_config.yml b/_config.yml
index ac6f03b2..6ddb44fe 100644
--- a/_config.yml
+++ b/_config.yml
@@ -73,7 +73,7 @@ defaults:
path: "man"
type: pages
values:
- layout: single
+ layout: man
author_profile: false
title: false
# downloads
diff --git a/_includes/head/man.html b/_includes/head/man.html
new file mode 100644
index 00000000..e510f141
--- /dev/null
+++ b/_includes/head/man.html
@@ -0,0 +1,68 @@
+
+
+
+ {% include sidebar.html %}
+
+
+ {% if page.title %}{% endif %}
+ {% if page.excerpt %}{% endif %}
+ {% if page.date %}{% endif %}
+ {% if page.last_modified_at %}{% endif %}
+
+
+ {% unless page.header.overlay_color or page.header.overlay_image %}
+
+ {% if page.title -%}
+
+ {%- endif %}
+ {% include page__meta.html %}
+
+ {% endunless %}
+
+
+ {% if page.toc %}
+
+ {% endif %}
+ {{ content }}
+ {% if page.link %}{% endif %}
+
+
+
+
+ {% if page.share %}{% include social-share.html %}{% endif %}
+
+ {% include post_pagination.html %}
+
+
+ {% if jekyll.environment == 'production' and site.comments.provider and page.comments %}
+ {% include comments.html %}
+ {% endif %}
+
+
+ {% comment %}{% endcomment %}
+ {% if page.id and page.related and site.related_posts.size > 0 %}
+ {% include page__related.html posts=site.related_posts %}
+ {% comment %}{% endcomment %}
+ {% elsif page.id and page.related %}
+ {% include page__related.html posts=site.posts %}
+ {% endif %}
+
diff --git a/assets/fonts/IBMPlexMono-TextItalic.ttf b/assets/fonts/IBMPlexMono-TextItalic.ttf
new file mode 100644
index 00000000..c30d5cf0
Binary files /dev/null and b/assets/fonts/IBMPlexMono-TextItalic.ttf differ