diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f960061 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = tab +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + diff --git a/_config.yml b/_config.yml index df76526..878409c 100644 --- a/_config.yml +++ b/_config.yml @@ -1,44 +1,22 @@ -# 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 -banner: "https://distrust.co/assets/base/distrust-logo.png" +email: info@distrust.co +description: Security without blind trust. +baseurl: "" +url: "https://distrust.co" +banner: "https://distrust.co/assets/base/distrust-thumbnail.png" header_pages: - index.md -- about.md - services.md -- tools.md +- roadmap.md +- 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: '2024 Distrust, LLC' +footer: '© 2025 Distrust LLC' -# Build settings theme: jekyll-theme-console # Exclude from processing. diff --git a/_includes/footer.html b/_includes/footer.html index bc21f99..77a9371 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,4 +1,14 @@ -