Mercurial > web
annotate cheese/index.html @ 118:503e22dd6cf5
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 | e83a48ef3bf4 |
children |
rev | line source |
---|---|
98
caa6f0e136c8
*: add cheese section that's really just a photo gallery
Paper <paper@tflc.us>
parents:
diff
changeset
|
1 --- |
caa6f0e136c8
*: add cheese section that's really just a photo gallery
Paper <paper@tflc.us>
parents:
diff
changeset
|
2 layout: default |
caa6f0e136c8
*: add cheese section that's really just a photo gallery
Paper <paper@tflc.us>
parents:
diff
changeset
|
3 title: cheese |
caa6f0e136c8
*: add cheese section that's really just a photo gallery
Paper <paper@tflc.us>
parents:
diff
changeset
|
4 --- |
caa6f0e136c8
*: add cheese section that's really just a photo gallery
Paper <paper@tflc.us>
parents:
diff
changeset
|
5 <div class="cheese-list"> |
99
e83a48ef3bf4
cheese: make the style much more mobile-friendly
Paper <paper@tflc.us>
parents:
98
diff
changeset
|
6 {% for row in site.data.cheese %} |
e83a48ef3bf4
cheese: make the style much more mobile-friendly
Paper <paper@tflc.us>
parents:
98
diff
changeset
|
7 <a href="{{ row.link }}"><img class="drop-shadow-box cheese-image" src="{{ row.link }}" alt="{{ row.name }}" title="{{ row.name }}"></a> |
98
caa6f0e136c8
*: add cheese section that's really just a photo gallery
Paper <paper@tflc.us>
parents:
diff
changeset
|
8 {% endfor %} |
caa6f0e136c8
*: add cheese section that's really just a photo gallery
Paper <paper@tflc.us>
parents:
diff
changeset
|
9 </div> |