{{ post.title }}
+{{ post.excerpt | strip_html | truncatewords: 25 }}
+diff --git a/Gemfile b/Gemfile
index c98b092..1a301d9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,3 @@
source "https://rubygems.org"
gem "jekyll-theme-console", path: "./_vendor/jekyll-theme-console"
+gem 'jekyll-feed'
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
index d0577c1..6e1e887 100644
--- a/_config.yml
+++ b/_config.yml
@@ -10,6 +10,7 @@ header_pages:
- services.md
- software.md
- company.md
+- blog.md
- contact.md
style: dark
@@ -19,6 +20,11 @@ footer: '© 2025 Distrust LLC'
theme: jekyll-theme-console
+permalink: blog/:title.html
+
+plugins:
+- jekyll-feed
+
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
diff --git a/_includes/footer.html b/_includes/footer.html
index a3225b0..13779a8 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -8,6 +8,10 @@
Software
Company
Contact
+
+
+
+
diff --git a/_includes/head.html b/_includes/head.html
index 28d3fb5..dd23ac7 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -108,9 +108,12 @@
{{ post.excerpt | strip_html | truncatewords: 25 }}
++ {% for author in page.authors %} + — {{ author.name }}{% unless forloop.last %}, {% endunless %} + {% endfor %} +
++ {% for author in page.authors %} + — {{ author.name }}{% unless forloop.last %}, {% endunless %} + {% endfor %} +
+