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 @@