+2
Gemfile
+2
Gemfile
+3
Gemfile.lock
+3
Gemfile.lock
······
+59
_config.yml
+59
_config.yml
···+# Set to 'true' to enable pagination debugging. This can be enabled in the site config or only for individual pagination pages+# Optional the title format for the paginated pages (supports :title for original page title, :num for pagination page number, :max for total number of pages)+# Optional, sorts the posts in reverse order (omit to default decending or sort_reverse: true)+# Optional, the default category to use, omit or just leave this as 'posts' to get a backwards-compatible behavior (all posts)+# Optional, the default locale to use, omit to disable (depends on a field 'locale' to be specified in the posts,+# in reality this can be any value, suggested are the Microsoft locale-codes (e.g. en_US, en_GB) or simply the ISO-639 language code )
+3
_notes/Threadstorm Builder.md
+3
_notes/Threadstorm Builder.md
···I wrote up the design for this many years ago now, when I called it a [Tweetstorm Builder and Blog](https://talk.fission.codes/t/tweetstorm-builder-and-blog/433). I'm copying that write up here.
+13
-21
_pages/index.md
+13
-21
_pages/index.md
······I'm interested in [[Open Source Licensing]], community, co-operative models. Pooling capital and collaboration. I'm the founder of [[Fission]]. In Canada I help run the [[CoSocial]] Community Co-op. In Vancouver, I'm one of the organizers of [[DWebYVR]]. I like to cook & eat and have a [[FoodWiki]].+The [[Feeds]] page has ways to subscribe. My personal Mastodon account is <a href="https://cosocial.ca/@boris" rel="me">@boris@cosocial.ca</a>. Journal items are cross-posted to <a href="https://toolsforthought.social/@boris" rel="me">@boris@toolsforthought.social</a>.······-Browse the local <a class="internal-link" href="../notes/">Notes graph</a>. These are the ten most recently modified local notes: {{ notehtml }}.-{% comment %}<!-- https://stackoverflow.com/questions/46672231/in-jekyll-how-to-show-posts-from-last-week -->{% endcomment %}-<li style="padding-bottom: 0.5em;"><a href="{{ post.url }}" class="journal-link"><time datetime="post.date | date_to_xmlschema">{{ post.date | date: '%A %l:%M%P' }}</time></a> {{ post.content | strip_html | truncate: 500 }} </li>+<p style="padding-bottom: 0.5em;">{{ post.content | strip_html | truncate: 100 }} <a href="{{ post.url }}" class="journal-link" style="font-size: x-small">#</a><br /><a href="{{ post.link }}">{{ post.link }}</a></p>
-33
_pages/journal.html
-33
_pages/journal.html
···-{{ post.content }} <a class="permalink" href="{{ post.url }}">{{ post.date | date: '%l:%M%P' }}</a>
-26
_pages/journal_archive.html
-26
_pages/journal_archive.html
···-<li><a class="permalink" href="{{ post.url }}">{{ post.date | date: '%A %e %l:%M%P' }}</a></li>
journal.json
_drafts/journal.json
journal.json
_drafts/journal.json
journal.links.json
_drafts/journal.links.json
journal.links.json
_drafts/journal.links.json
+71
journal/index.html
+71
journal/index.html
···+{% comment %}<!-- https://stackoverflow.com/questions/46672231/in-jekyll-how-to-show-posts-from-last-week -->{% endcomment %}+<time datetime="{{ post.date | date_to_xmlschema }}" class="day dt-published">{{ post.date | date: "%d"}}</time>+<span class="rest"><a href="{{ post.url }}" class="u-url">{{ post.date | date: "%l:%M%P"}}</a></span>