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 bee6bd2..54c30b4 100644 --- a/_config.yml +++ b/_config.yml @@ -30,6 +30,7 @@ header_pages: - about.md - services.md - tools.md +- blog.md - contact.md style: dark # dark (default), light or hacker @@ -37,9 +38,13 @@ listen_for_clients_preferred_style: false # false (default) or true footer: '2023 Distrust, LLC' -# Build settings 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 bc21f99..48a4fd4 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,4 +1,4 @@ diff --git a/_includes/head.html b/_includes/head.html index 04951be..8aa4020 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -35,6 +35,9 @@
Tools
+
+ Blog +
Contact
diff --git a/_includes/header.html b/_includes/header.html index 954c37d..fe5beb5 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,7 +3,7 @@