feat: add blog #7

Manually merged
anton merged 32 commits from feat/blog into main 2025-04-03 03:34:49 +00:00
2 changed files with 25 additions and 28 deletions
Showing only changes of commit d81c235377 - Show all commits

View File

@ -5,10 +5,6 @@
{%- include header.html -%} {%- include header.html -%}
<div class="container"> <div class="container">
<main class="blog"> <main class="blog">
<div id="blog-header">
<span class="blog-header-title">the <img width="30px" src="assets/base/distrust-white.svg"/> Distrust blog</span>
<div class="blog-header-subtitle">Provable security, explained.</div>
</div>
<div class="entry"> <div class="entry">
<div class="posts"> <div class="posts">
{% for post in site.posts %} {% for post in site.posts %}

View File

@ -1656,6 +1656,7 @@ pre {
.blog { .blog {
margin: auto; margin: auto;
max-width: 700px; max-width: 700px;
margin-top: 80px;
} }
.post { .post {