{{ page.title }}
{% endif %} diff --git a/_layouts/default.html b/_layouts/default.html index 90f426f4..2cf0aafe 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,12 +5,16 @@ {% include base/head.html %} - + +{{ page.title }}
{{ content }} {% if page.plugin %} diff --git a/_layouts/post.html b/_layouts/post.html index 048e7f5a..cca97078 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,17 +5,13 @@ layout: default{{ page.title }}
{{ page.date | date_to_string }}
diff --git a/assets/back.svg b/assets/back.svg
new file mode 100644
index 00000000..943b03f1
--- /dev/null
+++ b/assets/back.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/github.svg b/assets/github.svg
new file mode 100644
index 00000000..dee6ea38
--- /dev/null
+++ b/assets/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/index.css b/assets/index.css
index 8bac2d6d..c3533fa0 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -8,6 +8,10 @@ layout: empty
@layer components {
+ article {
+ @apply prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto
+ }
+
.custom-underline-blue {
@apply border-b-4 border-blue-400;
}
@@ -70,4 +74,8 @@ layout: empty
position: initial;
@apply list-none
}
+
+ .max-w-p90 {
+ max-width: 90%
+ }
}
diff --git a/assets/info.svg b/assets/info.svg
new file mode 100644
index 00000000..ad68a4b8
--- /dev/null
+++ b/assets/info.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/learn.svg b/assets/learn.svg
new file mode 100644
index 00000000..a0be7892
--- /dev/null
+++ b/assets/learn.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/blog.html b/blog.html
index 70a3fd09..a54f32c7 100644
--- a/blog.html
+++ b/blog.html
@@ -3,7 +3,7 @@ layout: default
title: Blog
permalink: /blog
---
- InvenTree Blog