<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xml:lang="en">
    <channel>
        <title>Jekyll Notes</title>
        <link>http://stories.upthebuzzard.com</link>
        <copyright>All rights reserved.</copyright>
        <description>a collection of notes and observations from and aide-memoires for using Jekyll for the first time.</description>
        <atom:link href="http://stories.upthebuzzard.com/jekyll_notes/feed.xml" rel="self" type="application/rss+xml" />
        
            <item>
                <title>Generating &apos;in the style of&apos; texts</title>
                <description>riffing on the simple site search, re-using the data for auto-generate of pseudo-stories.
</description>
                <pubDate>Fri, 14 Apr 2017 22:04:00 +0000</pubDate>
                <link>http://stories.upthebuzzard.com/jekyll_notes/2017-04-14-ngrams-and-markov-chains-in-jekyll.html</link>
                <guid isPermaLink="true">http://stories.upthebuzzard.com/jekyll_notes/2017-04-14-ngrams-and-markov-chains-in-jekyll.html</guid>
            </item>
        
            <item>
                <title>Simple Site Search in Jekyll</title>
                <description>a hack which is not terribly efficient, and would not scale to large posts or to a large collection of posts, but is pleasingly Jekyll-y, albeit needing a smidge of javascript.
</description>
                <pubDate>Sun, 02 Apr 2017 13:00:00 +0000</pubDate>
                <link>http://stories.upthebuzzard.com/jekyll_notes/2017-04-02-simple-site-search-in-jekyll.html</link>
                <guid isPermaLink="true">http://stories.upthebuzzard.com/jekyll_notes/2017-04-02-simple-site-search-in-jekyll.html</guid>
            </item>
        
            <item>
                <title>Handling multiple authors in Jekyll</title>
                <description>is quite simple, but requires a few handlebars
</description>
                <pubDate>Tue, 21 Feb 2017 22:00:00 +0000</pubDate>
                <link>http://stories.upthebuzzard.com/jekyll_notes/2017-02-21-multiple-authors-in-jekyll.html</link>
                <guid isPermaLink="true">http://stories.upthebuzzard.com/jekyll_notes/2017-02-21-multiple-authors-in-jekyll.html</guid>
            </item>
        
            <item>
                <title>An experiment with parallax scrolling in Jekyll posts</title>
                <description>A brief experiment with how to add a simple view within a scrolling Jekyll collection post onto a fixed image &apos;behind&apos; it.
</description>
                <pubDate>Sun, 19 Feb 2017 18:00:00 +0000</pubDate>
                <link>http://stories.upthebuzzard.com/jekyll_notes/2017-02-19-background-attachment-parallax-scrolling-and-jekyll.html</link>
                <guid isPermaLink="true">http://stories.upthebuzzard.com/jekyll_notes/2017-02-19-background-attachment-parallax-scrolling-and-jekyll.html</guid>
            </item>
        
            <item>
                <title>Creating previous and next links within a Jekyll Collection</title>
                <description>If you use Collections in Jekyll, you lose some of the default plumbing that &apos;just works&apos; for normal posts etc. One such piece of plumbing is the idea of the previous and next posts within a collection.
</description>
                <pubDate>Sun, 19 Feb 2017 15:00:00 +0000</pubDate>
                <link>http://stories.upthebuzzard.com/jekyll_notes/2017-02-19-prev-and-next-within-a-jekyll-collection.html</link>
                <guid isPermaLink="true">http://stories.upthebuzzard.com/jekyll_notes/2017-02-19-prev-and-next-within-a-jekyll-collection.html</guid>
            </item>
        
            <item>
                <title>Creating an RSS feed for a single Jekyll Collection</title>
                <description>look up the collection via the page param and don&apos;t forget about the spurious newlines
</description>
                <pubDate>Sun, 19 Feb 2017 14:00:00 +0000</pubDate>
                <link>http://stories.upthebuzzard.com/jekyll_notes/2017-02-19-rss-feed-for-a-jekyll-collection.html</link>
                <guid isPermaLink="true">http://stories.upthebuzzard.com/jekyll_notes/2017-02-19-rss-feed-for-a-jekyll-collection.html</guid>
            </item>
        
            <item>
                <title>Creating an RSS feed to combine all Jekyll Collections</title>
                <description>look up the site.documents, filter by posts, then prefix the collection title
</description>
                <pubDate>Sun, 19 Feb 2017 13:00:00 +0000</pubDate>
                <link>http://stories.upthebuzzard.com/jekyll_notes/2017-02-19-rss-feed-for-all-jekyll-collections.html</link>
                <guid isPermaLink="true">http://stories.upthebuzzard.com/jekyll_notes/2017-02-19-rss-feed-for-all-jekyll-collections.html</guid>
            </item>
        
            <item>
                <title>Sort order of Jekyll Collections</title>
                <description>add a sequence attribute to each collection and sort by that
</description>
                <pubDate>Sun, 19 Feb 2017 11:00:00 +0000</pubDate>
                <link>http://stories.upthebuzzard.com/jekyll_notes/2017-02-19-sort-order-of-jekyll-collections.html</link>
                <guid isPermaLink="true">http://stories.upthebuzzard.com/jekyll_notes/2017-02-19-sort-order-of-jekyll-collections.html</guid>
            </item>
        
            <item>
                <title>Accessing Jekyll Collection details from a post</title>
                <description>somewhat clumsy idiom to locate collection object via name
</description>
                <pubDate>Sun, 19 Feb 2017 10:00:00 +0000</pubDate>
                <link>http://stories.upthebuzzard.com/jekyll_notes/2017-02-19-accessing-jekyll-collection-details-from-a-post.html</link>
                <guid isPermaLink="true">http://stories.upthebuzzard.com/jekyll_notes/2017-02-19-accessing-jekyll-collection-details-from-a-post.html</guid>
            </item>
        
            <item>
                <title>Using Jekyll Collections</title>
                <description>Using Jekyll Collections allows for rich structures, but means re-building a bunch of what would have been default functionality for vanilla posts and pages.
</description>
                <pubDate>Wed, 15 Feb 2017 19:42:00 +0000</pubDate>
                <link>http://stories.upthebuzzard.com/jekyll_notes/2017-02-15-using-jekyll-collections.html</link>
                <guid isPermaLink="true">http://stories.upthebuzzard.com/jekyll_notes/2017-02-15-using-jekyll-collections.html</guid>
            </item>
        
    </channel>
</rss>

