<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nic Acton</title>
    <description>The latest articles on DEV Community by Nic Acton (@tuffacton).</description>
    <link>https://dev.to/tuffacton</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F97180%2F4bad539b-52e4-4f33-9c12-e927f2784565.png</url>
      <title>DEV Community: Nic Acton</title>
      <link>https://dev.to/tuffacton</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tuffacton"/>
    <language>en</language>
    <item>
      <title>Attempting a Move: Hugo to Dev.to</title>
      <dc:creator>Nic Acton</dc:creator>
      <pubDate>Tue, 27 Aug 2019 11:51:20 +0000</pubDate>
      <link>https://dev.to/tuffacton/attempting-a-move-hugo-to-dev-to-14m9</link>
      <guid>https://dev.to/tuffacton/attempting-a-move-hugo-to-dev-to-14m9</guid>
      <description>&lt;p&gt;I'm trying to write more consistently. Also inspired by James Clear's excellent book  &lt;a href="https://jamesclear.com/atomic-habits"&gt;Atomic Habits&lt;/a&gt; he states one component of his habit-building framework that really stuck with me&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Make it easy&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Effectively, he details this as the effort to remove as many distractions and barriers as possible to a habit that you want to form. One way I've done this in my personal life is that I leave Clorox Wipes on the fridge so that they're not buried away in a cabinet, which is a motivator to keep the kitchen counters wiped and clean pretty consistently.&lt;/p&gt;

&lt;p&gt;I have previously attempted using many different code-driven blogging platforms such as hosting basic HTML and hyperlinking a bunch of pages, using Jekyll hosted on Github pages, even hosting  &lt;a href="https://nicacton.com/blog/hugo-on-firebase/"&gt;Hugo on Firebase&lt;/a&gt; . I have learned a TON and I do love the control over look and feel.&lt;/p&gt;

&lt;p&gt;All that being said, I was inspired by &lt;a href="https://tjcx.me/posts/consumption-distraction/"&gt;this post&lt;/a&gt; to take a look back at this habit and ask myself "am I distracting myself from what I really want to accomplish, which is more creation?"&lt;/p&gt;

&lt;h2&gt;
  
  
  Hugo Workflow
&lt;/h2&gt;

&lt;p&gt;Keep in mind, this workflow was actually an &lt;em&gt;improvement&lt;/em&gt; from previous workflows in terms of removing the distractions from writing and getting it on the Internet.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open up iTerm&lt;/li&gt;
&lt;li&gt;Navigate to my blog folder&lt;/li&gt;
&lt;li&gt;Create a new formatted blog post via `hugo new blog/.md&lt;/li&gt;
&lt;li&gt;Open that new Markdown file in  &lt;a href="https://typora.io"&gt;Typora&lt;/a&gt; (fantastic Markdown editor btw and will probably be my continued go-to for distraction-free offline editing).&lt;/li&gt;
&lt;li&gt;If I wanted to add an image, I needed to make sure it was in the &lt;code&gt;static&lt;/code&gt; folder and had the correct relative path.&lt;/li&gt;
&lt;li&gt;Write my words&lt;/li&gt;
&lt;li&gt;Run a hugo server and jump into localhost on the browser to make sure nothing broke.&lt;/li&gt;
&lt;li&gt;Build the blog with &lt;code&gt;hugo&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Make any fixes, including sometimes having to dive into the Hugo theme CSS to fix stuff.&lt;/li&gt;
&lt;li&gt;Deploy to Firebase&lt;/li&gt;
&lt;li&gt;Wait for the Firebase changes to resolve and check out the post on nicacton.com&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Hashnode Workflow
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Navigate to Dev.to&lt;/li&gt;
&lt;li&gt;Hit "Write a Post"&lt;/li&gt;
&lt;li&gt;Here I am writing this post.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Interestingly, unlike my post on Hashnode, I found images immediately more of a barrier since you effectively upload them and need to insert them via links, and I also immediately hit an image upload size limit from the photo I used in Hashnode, which is interesting since Hashnode actually recommends going over a certain resolution to make your post "look good". Also, I've immediately noticed lack of support for Markdown keyboard shortcuts such as cmd+k to quickly create a hyperlink.&lt;/p&gt;

&lt;p&gt;I'm going to attempt this same post on &lt;a href="https://hashnode.com"&gt;Hashnode&lt;/a&gt;, another writing platform I've enjoyed consuming, and see how I feel and where the post goes.&lt;/p&gt;

&lt;p&gt;Ultimately, I enjoyed the granularity and control of editing the actual website code and having complete control over the look and feel, but I think it's time for me to focus less on that and more on the actual content and consistency of my writing by removing barriers.&lt;/p&gt;

</description>
      <category>hugo</category>
      <category>blogging</category>
      <category>habits</category>
    </item>
  </channel>
</rss>
