diff --git a/_config.yml b/_config.yml index 7861eef..e9ed979 100644 --- a/_config.yml +++ b/_config.yml @@ -1,29 +1,8 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your whole blog, values -# which you are expected to set up once and rarely edit after that. If you find -# yourself editing this file very often, consider using Jekyll's data files -# feature for the data you need to update frequently. -# -# For technical reasons, this file is *NOT* reloaded automatically when you use -# 'bundle exec jekyll serve'. If you change this file, please restart the server process. -# -# If you need help with YAML syntax, here are some quick references for you: -# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml -# https://learnxinyminutes.com/docs/yaml/ -# -# Site settings -# These are used to personalize your new site. If you look in the HTML files, -# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. -# You can create any custom variable you would like, and they will be accessible -# in the templates via {{ site.myvariable }}. - title: Distrust -email: lance@distrust.co -description: >- # this means to ignore newlines until "baseurl:" - Understand and mitigate security threats others won't see coming. -baseurl: "" # the subpath of your site, e.g. /blog -url: "https://distrust.co" # the base hostname & protocol for your site, e.g. http://example.com +email: info@distrust.co +description: Security without blind trust. +baseurl: "" +url: "https://distrust.co" banner: "https://distrust.co/assets/base/distrust-logo.png" header_pages: @@ -33,12 +12,11 @@ header_pages: - company.md - contact.md -style: dark # dark (default), light or hacker -listen_for_clients_preferred_style: false # false (default) or true +style: dark +listen_for_clients_preferred_style: false footer: '© 2025 Distrust LLC' -# Build settings theme: jekyll-theme-console # Exclude from processing. diff --git a/_includes/head.html b/_includes/head.html index cddb92f..e5cf60b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -9,34 +9,50 @@ {% if page.noindex %} - - {% endif %} {% if page.title %} - - + + {% endif %} + + {% if page.title %} + + + {% else %} - - - - {% endif %} {% if page.summary %} - + + {% endif %} + + {% if page.summary %} + {% else %} - - {% endif %} {% if page.url %} - - {% endif %} {% if page.date %} - - - {% endif %} {% if page.thumbnail %} - - {% endif %} {% if page.categories %} {% for category in page.categories - limit:1 %} - - {% endfor %} {% endif %} {% if page.tags %} {% for tag in page.tags %} - - {% endfor %} {% endif %} + + {% endif %} + + {% if page.url %} + + {% endif %} + + {% if page.date %} + + + {% endif %} + + {% if page.thumbnail %} + + {% endif %} + + {% if page.categories %} + {% for category in page.categories limit:1 %} + + {% endfor %} + {% endif %} + + {% if page.tags %} + {% for tag in page.tags %} + + {% endfor %} + {% endif %} @@ -44,27 +60,30 @@ {% if page.title %} - + {% else %} - + {% endif %} {% if page.url %} - - {% endif %} {% if page.summary %} - - {% else %} - - {% endif %} {% if page.header-img %} - + {% endif %} + {% if page.summary %} + + {% else %} + + {% endif %} + + {% if page.header-img %} + + {% endif %} {% if page.robots %} - + {% endif %} diff --git a/assets/base/distrust-logo-black-bg.png b/assets/base/distrust-logo-black-bg.png deleted file mode 100644 index 7b71551..0000000 Binary files a/assets/base/distrust-logo-black-bg.png and /dev/null differ