Mercurial > web
view blog/index.html @ 118:503e22dd6cf5 default tip
blog: add (unfinished) series on OMS
I'll update this as I do more research into the inner workings of
OMS. It's much more interesting (and more convoluted) than ASIO
is unfortunately, but it means the blog posts will probably be
more interesting
author | Paper <paper@tflc.us> |
---|---|
date | Sun, 19 Oct 2025 23:15:02 -0400 |
parents | eb3bbc61bc17 |
children |
line wrap: on
line source
--- layout: default title: blog --- {% for post in site.posts %} <div class="content drop-shadow-box"> <div class="project-title-container"> <a href="{{ post.url }}" class="prettylink project-title drop-shadow-text">{{ post.title }}</a> <span class="project-quip drop-shadow-text"><i>{{ post.date | date_to_string }}</i></span> </div> <hr class="project-separator"> <span class="drop-shadow-text">{{ post.content | strip_html | truncatewords: 50 }}</span> </div> <br> {% endfor %}