1.9 KiB
1.9 KiB
title
| title |
|---|
| Blog |
Frenetic Scribblings
There's a reason I call them frenetic scribblings. From my brain to yours, an (almost) unmoderated stream of conciousness. I write about my thoughts on life and the world but most of all I want to make people think.
I'm a believer in the proper use of the full range of language. Including profanity - oftentimes you just can't replace its expressiveness.
Medium Posts converted with this. Love those moments when someone's already written a script you were about to write! :)
{% if site.paginate %} {% assign posts = paginator.posts %} {% else %} {% assign posts = site.posts %} {% endif %}
{%- if posts.size > 0 -%} {%- if page.list_title -%}
{{ page.list_title }}
{%- endif -%}-
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{%- for post in posts -%}
-
{{ post.date | date: date_format }}
{{ post.title | escape }}
{%- if site.show_excerpts -%} {{ post.excerpt }} {%- endif -%}
{%- endfor -%}
{% if site.paginate %}
-
{%- if paginator.previous_page %}
- {{ paginator.previous_page }} {%- else %}
- •
{%- endif %}
- {{ paginator.page }}
{%- if paginator.next_page %}
- {{ paginator.next_page }} {%- else %}
- •
{%- endif %}
{%- endif -%}