From 045146fc15873bef680655f5c4ce4629ae51cc63 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Fri, 29 Mar 2024 00:13:45 -0400 Subject: [PATCH] feat: add blog --- _config.yml | 2 + _includes/head.html | 5 +- _includes/header.html | 2 +- _layouts/post.html | 27 +++++ _posts/2024-03-28-introducing-distrust.md | 19 ++++ assets/images/whale_shark.jpg | Bin 0 -> 2068624 bytes assets/js/main.js | 126 +++++++++++----------- blog.md | 18 ++++ 8 files changed, 134 insertions(+), 65 deletions(-) create mode 100644 _layouts/post.html create mode 100644 _posts/2024-03-28-introducing-distrust.md create mode 100644 assets/images/whale_shark.jpg create mode 100644 blog.md diff --git a/_config.yml b/_config.yml index 878409c..8f25dbb 100644 --- a/_config.yml +++ b/_config.yml @@ -10,6 +10,7 @@ header_pages: - services.md - roadmap.md - company.md +- blog.md - contact.md style: dark @@ -19,6 +20,7 @@ footer: '© 2025 Distrust LLC' theme: jekyll-theme-console +permalink: /:title/ # 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/head.html b/_includes/head.html index 9eef163..20abce6 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -108,9 +108,12 @@
Company
+
+ Blog +
Contact -
+ diff --git a/_includes/header.html b/_includes/header.html index 9f53310..db58a91 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,7 +3,7 @@