<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <link rel="alternate" href="https://mynt.uhnomoli.com/news/" />
    <link rel="self" href="https://mynt.uhnomoli.com/news/feed.xml" type="application/atom+xml" />

    <id>https://mynt.uhnomoli.com/</id>
    <title>mynt</title>
    <subtitle>static done simple</subtitle>
    <updated>2020-05-30T20:23:03Z</updated>

    <author>
        <name>Andrew Fricke</name>
        <email>andrew@uhnomoli.com</email>
        <uri>https://mynt.uhnomoli.com/</uri>
    </author>

    
        <entry>
            <link rel="alternate" href="https://mynt.uhnomoli.com/news/2014/07/27/Whats-new-in-mynt-v0.3/" type="text/html" />

            <id>https://mynt.uhnomoli.com/news/2014/07/27/Whats-new-in-mynt-v0.3/</id>
            <title>What&#39;s new in mynt v0.3</title>
            <updated>2014-07-27T15:20:00Z</updated>

            <summary type="html">It&amp;rsquo;s been almost two and a half years since the last major release and a lot has changed. I&amp;rsquo;m happy to finally announce the release of mynt v0.3 and with it comes a handful of new features and a lot of bug fixes.</summary>
            <content type="html">&lt;p&gt;It&amp;rsquo;s been almost two and a half years since the last major release and a lot has changed. I&amp;rsquo;m happy to finally announce the release of mynt v0.3 and with it comes a handful of new features and a lot of bug fixes.&lt;/p&gt;
&lt;h1&gt;Content containers&lt;/h1&gt;
&lt;p&gt;The headlining feature of v0.3 is the new content containers. With this new feature you can define containers that are handled exactly like posts, but are separate. They also support the same tagging and archives features as posts all the while allowing you to use a supported markup language to write your content. To learn more check out the relevant sections of the &lt;a href=&#34;/docs/quickstart/#content-containers&#34;&gt;quickstart&lt;/a&gt; guide and &lt;a href=&#34;/docs/configuration/#containers&#34;&gt;configuration&lt;/a&gt; documentation.&lt;/p&gt;
&lt;h1&gt;Markup pages&lt;/h1&gt;
&lt;p&gt;Also new in v0.3 is the ability to write pages in the supported markup languages. All that&amp;rsquo;s required to do so is a YAML frontmatter with the &lt;code&gt;layout&lt;/code&gt; attribute set. Be sure to check out the new &lt;a href=&#34;/docs/quickstart/#pages&#34;&gt;pages&lt;/a&gt; section of the quickstart guide for more information.&lt;/p&gt;
&lt;h1&gt;And more&lt;/h1&gt;
&lt;p&gt;Be sure to check out the &lt;a href=&#34;/miscellany/changelog/#v0.3&#34;&gt;changelog&lt;/a&gt; for a comprehensive list of changes as well as the &lt;a href=&#34;/miscellany/upgrading/#v0.2.x-to-v0.3.x&#34;&gt;upgrading&lt;/a&gt; page if you are looking to migrate an existing site as several backwards incompatible changes were made.&lt;/p&gt;
</content>
        </entry>
    
        <entry>
            <link rel="alternate" href="https://mynt.uhnomoli.com/news/2012/03/20/Whats-new-in-mynt-v0.2/" type="text/html" />

            <id>https://mynt.uhnomoli.com/news/2012/03/20/Whats-new-in-mynt-v0.2/</id>
            <title>What&#39;s new in mynt v0.2</title>
            <updated>2012-03-20T15:20:00Z</updated>

            <summary type="html">With v0.2 comes a handful of changes to make working with mynt sites easier. Now available are &lt;code&gt;init&lt;/code&gt;, &lt;code&gt;watch&lt;/code&gt;, and &lt;code&gt;serve&lt;/code&gt; commands. Also, along with these new commands comes a default theme. Lastly, to accompany these changes is a reworked &lt;a href=&#34;/docs/quickstart/&#34;&gt;quickstart&lt;/a&gt; guide. The goal of these changes being to make mynt more accessible.</summary>
            <content type="html">&lt;p&gt;With v0.2 comes a handful of changes to make working with mynt sites easier. Now available are &lt;code&gt;init&lt;/code&gt;, &lt;code&gt;watch&lt;/code&gt;, and &lt;code&gt;serve&lt;/code&gt; commands. Also, along with these new commands comes a default theme. Lastly, to accompany these changes is a reworked &lt;a href=&#34;/docs/quickstart/&#34;&gt;quickstart&lt;/a&gt; guide. The goal of these changes being to make mynt more accessible.&lt;/p&gt;
&lt;h1&gt;Commands&lt;/h1&gt;
&lt;p&gt;The biggest of these changes is the addition of three new commands. The first of which being &lt;code&gt;init&lt;/code&gt;. The &lt;code&gt;init&lt;/code&gt; command allows you to quickly setup a new site either using the new default theme or a bare directory structure.&lt;/p&gt;

&lt;p&gt;Next is the &lt;code&gt;watch&lt;/code&gt; command. Now instead of having to manually regenerate your site every time you&amp;rsquo;ve made a change you can now use the &lt;code&gt;watch&lt;/code&gt; command which will automatically regenerate your site whenever a change in the source is detected.&lt;/p&gt;

&lt;p&gt;Lastly, there is the &lt;code&gt;serve&lt;/code&gt; command. If you don&amp;rsquo;t have a local server setup, you can now use the &lt;code&gt;serve&lt;/code&gt; command to quickly host your site locally for developing and testing.&lt;/p&gt;

&lt;p&gt;To read more on the new commands and how to use them, check out the &lt;a href=&#34;/docs/quickstart/#directory-structure&#34;&gt;directory structure&lt;/a&gt; and &lt;a href=&#34;/docs/quickstart/#generation&#34;&gt;generation&lt;/a&gt; sections of the quickstart guide.&lt;/p&gt;
&lt;h1&gt;Default theme&lt;/h1&gt;
&lt;p&gt;Now included with mynt is a default theme. The default theme comes with an annotated configuration file and a handful of useful built-in features, such as an Atom feed and the easy addition of profile links to various social sites.&lt;/p&gt;

&lt;p&gt;To get started with the new default theme, use the new &lt;code&gt;init&lt;/code&gt; command.&lt;/p&gt;
&lt;pre&gt;&lt;code data-lang=&#34;text&#34;&gt;$ mynt init ~&amp;#x2F;projects&amp;#x2F;my-site&amp;#x2F;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can see it in action right here as the new mynt site is using the new default theme.&lt;/p&gt;
&lt;h1&gt;Getting started&lt;/h1&gt;
&lt;p&gt;If you&amp;rsquo;re new to mynt or are curious about the changes in v0.2 give the reworked &lt;a href=&#34;/docs/quickstart/&#34;&gt;quickstart&lt;/a&gt; guide a read. Hopefully the reworked quickstart guide will give a better overview on how to get started with mynt and the features it has available.&lt;/p&gt;

&lt;p&gt;Getting started with v0.2 is only a quick &lt;code&gt;pip&lt;/code&gt; away!&lt;/p&gt;
&lt;pre&gt;&lt;code data-lang=&#34;text&#34;&gt;$ pip install mynt
&lt;/code&gt;&lt;/pre&gt;</content>
        </entry>
    
</feed>
