diff --git a/Gemfile b/Gemfile index c98b092..1a301d9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,3 @@ source "https://rubygems.org" gem "jekyll-theme-console", path: "./_vendor/jekyll-theme-console" +gem 'jekyll-feed' \ No newline at end of file diff --git a/_config.yml b/_config.yml index 05c54ef..1fc937c 100644 --- a/_config.yml +++ b/_config.yml @@ -38,10 +38,13 @@ listen_for_clients_preferred_style: false # false (default) or true footer: '2023 Distrust, LLC' -# Build settings theme: jekyll-theme-console permalink: /:title/ + +plugins: +- jekyll-feed + # 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/header.html b/_includes/header.html index 0bfa9a9..9a956cc 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -20,6 +20,12 @@
  • Free Consultation
  • +
  • + + + +
  • + -
    +
    + + Cover image for {{ site.posts.first.title }} +

    Latest Post: {{ site.posts.first.title }}

    +
    +
    +
    @@ -129,8 +136,6 @@
    -
    -
    diff --git a/_layouts/tools.html b/_layouts/tools.html index 905052f..6b2eea7 100644 --- a/_layouts/tools.html +++ b/_layouts/tools.html @@ -69,7 +69,7 @@
    -

    StageX

    +

    [Stageˣ]

    https://codeberg.org/stagex/stagex

    Minimalism and security first repository of reproducible and multi-signed OCI images of common open source software toolchains full-source bootstrapped from Stage 0 all the way up.

    diff --git a/_posts/2024-03-28-introducing-distrust.md b/_posts/2024-03-28-introducing-distrust.md index 983efd7..624cf22 100644 --- a/_posts/2024-03-28-introducing-distrust.md +++ b/_posts/2024-03-28-introducing-distrust.md @@ -1,6 +1,15 @@ --- layout: post title: Distrust - Trust But Verify +date: 2024-03-28 +cover_image: "../assets/images/whale_shark.jpg" +authors: + - name: Ryan Heywood + bio: Professional bonker / twerker. + twitter: le twitter + - name: Anton Livaja + bio: Professional . + twitter: antonlivaja --- Bacon ipsum dolor amet porchetta brisket pork loin, cupim pork belly frankfurter landjaeger andouille ground round hamburger corned beef tri-tip short loin. Ribeye andouille bacon pork leberkas doner. Meatloaf capicola brisket hamburger tongue chuck. Tail ham prosciutto, beef ribs beef frankfurter flank strip steak tenderloin. diff --git a/_sass/base.scss b/_sass/base.scss index 179cb9e..9e4326b 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -167,7 +167,7 @@ hr { } .right-menu { - width: 70%; + width: 74%; display: flex; justify-content: flex-end; align-items: center; @@ -458,8 +458,8 @@ textarea { } section { - padding-top: 100px; - padding-bottom: 100px; + padding-top: 50px; + padding-bottom: 50px; } .companies { @@ -898,6 +898,10 @@ pre { max-width: 100%; } +#lp-post-img { + max-width: 100%; +} + /** end blog */ *, diff --git a/assets/base/rss.png b/assets/base/rss.png new file mode 100644 index 0000000..2df0b6e Binary files /dev/null and b/assets/base/rss.png differ diff --git a/assets/js/main.js b/assets/js/main.js index bb58226..6d8a2b7 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -10,7 +10,7 @@ collapsibleButton.addEventListener("click", function () { }); document.addEventListener('DOMContentLoaded', function () { - if (window.location.pathname === "index.html") { + if (window.location.pathname === "/index.html") { fetch('../assets/js/carousel-items.json') .then(response => response.json()) .then(data => {