From 6796aef99366ac02ca2de01a0904af10903622f7 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Fri, 29 Mar 2024 00:13:45 -0400 Subject: [PATCH 01/15] feat: add blog --- _config.yml | 2 ++ _includes/footer.html | 2 +- _includes/head.html | 3 +++ _includes/header.html | 2 +- _layouts/post.html | 27 ++++++++++++++++++++++ _posts/2024-03-28-introducing-distrust.md | 19 +++++++++++++++ _sass/base.scss | 9 ++++++++ assets/images/whale_shark.jpg | Bin 0 -> 2068624 bytes assets/js/main.js | 16 +++++++------ blog.md | 18 +++++++++++++++ 10 files changed, 89 insertions(+), 9 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 bee6bd2..05c54ef 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 @@ -40,6 +41,7 @@ footer: '2023 Distrust, LLC' # Build settings 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/footer.html b/_includes/footer.html index bc21f99..1b35906 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..0bfa9a9 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,7 +3,7 @@