{{ post.title }}
+{{ post.title }}
{{ post.excerpt | strip_html | truncatewords: 25 }}
diff --git a/_config.yml b/_config.yml index c20163d..9228f05 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ url: "https://caution.co" banner: "https://caution.co/assets/base/caution-thumbnail.png" header_pages: -- index.md + - index.md style: dark listen_for_clients_preferred_style: false @@ -16,8 +16,7 @@ theme: jekyll-theme-console permalink: blog/:title.html plugins: -- jekyll-feed - + - 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/blog-about-caution.html b/_includes/blog-about-caution.html new file mode 100644 index 0000000..9542abd --- /dev/null +++ b/_includes/blog-about-caution.html @@ -0,0 +1,27 @@ +
+ Caution is the verifiable compute platform, making it easy to run sensitive + workloads with cryptographic proof, not blind trust. +
++ Our platform gives developers the simplest path to verifiable, end-to-end + integrity: portable across clouds and hardware, and free from vendor lock-in, + complexity, or delay. Whether protecting financial data, securing healthcare + systems, proving the integrity of AI models, or safeguarding industrial + control and aeronautical systems, Caution makes it fast to set up and + effortless to run. +
++ Our team has built and secured some of the world’s highest-risk systems + through our consulting company, + + Distrust. This includes vaulting infrastructure at BitGo, Unit410, and Turnkey, as + well as security work with electrical grid operators, industrial control + systems, and other mission-critical environments. +
+ + diff --git a/_includes/blog-about-distrust.html b/_includes/blog-about-distrust.html deleted file mode 100644 index 1716348..0000000 --- a/_includes/blog-about-distrust.html +++ /dev/null @@ -1,5 +0,0 @@ -The Caution team has helped build and secure some of the highest-risk systems in the world via their consulting company Distrust. This includes vaulting infrastructure at BitGo, Unit410, and Turnkey, as well as security work with electrical grid operators, industrial control systems, and other mission-critical systems.
- - diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..4f0323c --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,23 @@ + diff --git a/_includes/footer.html.bkp b/_includes/footer.html.bkp deleted file mode 100644 index 9200cad..0000000 --- a/_includes/footer.html.bkp +++ /dev/null @@ -1,70 +0,0 @@ - diff --git a/_layouts/blog.html b/_layouts/blog.html index 95a50e2..0a4082b 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -9,12 +9,20 @@{{ post.excerpt | strip_html | truncatewords: 25 }}
- {% for author in page.authors %} - — {{ author.name }}{% unless forloop.last %}, {% endunless %} - {% endfor %} + {% for author in page.authors %} — {{ author.name }}{% unless + forloop.last %}, {% endunless %} {% endfor %}