title | layout |
---|---|
Ramblings |
default |
Here in lies a collection of words both technical and opinionated. I make no promise of complete clearity, nor do I wish to ramble to the point of insanity. If you find something you like here, I've done my job. Otherwise, be gone with you.
-
{%
assign ramblings = site.ramblings
| concat: site.mathematics
| sort: 'date'
| reverse
%}
- {{ rambling.title }} {{ rambling.content | number_of_words }} words drafted on {{ rambling.date | date: "%B %d, %Y" }}. {% else %}
- {{ rambling.title }} {{ rambling.content | number_of_words }} words published on {{ rambling.date | date: "%B %d, %Y" }}. {% endif %} {% endfor %}
{% for rambling in ramblings %} {% if rambling.hidden %} {% continue %} {% endif %} {% if rambling.draft %}