<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Blogging on Stephen Ajulu</title><link>https://ajulu.netlify.app/tags/blogging/</link><atom:link href="https://ajulu.netlify.app/tags/blogging/feed.xml" rel="self" type="application/rss+xml"/><description>Hello, I'm Stephen Ajulu, a seasoned multidisciplinary tech professional with over a decade of experience. I build impactful solutions using design, tech, and engineering in the pursuit of impact.</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><managingEditor>ajulu.b22uf@aleeas.com (Stephen Ajulu)</managingEditor><webMaster>ajulu.b22uf@aleeas.com (Stephen Ajulu)</webMaster><copyright>Stephen Ajulu.</copyright><lastBuildDate>Mon, 08 Feb 2021 06:20:00 +0000</lastBuildDate><item><title>How to Build Your First Blog Part 2</title><link>https://ajulu.netlify.app/posts/how-to-build-your-first-blog-part-2/</link><pubDate>Mon, 08 Feb 2021 06:20:00 +0000</pubDate><guid>https://ajulu.netlify.app/posts/how-to-build-your-first-blog-part-2/</guid><description>&lt;p&gt;Recap: Today I showed you &lt;a href="https://ajulusthoughts.stephenajulu.com/post/how-to-buy-your-first-share/"&gt;how to buy your first share&lt;/a&gt; and simple free ways to &lt;a href="https://ajulusthoughts.netlify.app/post/how-to-build-your-first-blog/"&gt;build your first blog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Now I&amp;rsquo;ll show you the paid and slightly more technical ways to build your first blog.&lt;/p&gt;
&lt;p&gt;NOTE: Below are ways that require a little technical knowledge, if you don&amp;rsquo;t have that, kindly go to the &lt;a href="https://ajulusthoughts.stephenajulu.com/post/how-to-build-your-first-blog/"&gt;first post of the series&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="wordpress-org-way"&gt;WordPress Org Way&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Research and find a good hosting platform with a cpanel and wordpress quick install(softaculous or similar).&lt;/li&gt;
&lt;li&gt;Buy a domain name and hosting.&lt;/li&gt;
&lt;li&gt;Go to cpanel and click Wordpress or Softaculous then Wordpress. Let it install.&lt;/li&gt;
&lt;li&gt;Once ready visit your wordpress site&amp;rsquo;s admin panel and start editing or posting right away. You may be required to add ssl yourself but your host will provide you with details.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This guide isn&amp;rsquo;t in-depth so visit the &lt;a href="https://wordpress.org/support/article/how-to-install-wordpress/"&gt;official guide&lt;/a&gt;.&lt;/p&gt;</description><content:encoded><![CDATA[<p>Recap: Today I showed you <a href="https://ajulusthoughts.stephenajulu.com/post/how-to-buy-your-first-share/">how to buy your first share</a> and simple free ways to <a href="https://ajulusthoughts.netlify.app/post/how-to-build-your-first-blog/">build your first blog</a>.</p>
<p>Now I&rsquo;ll show you the paid and slightly more technical ways to build your first blog.</p>
<p>NOTE: Below are ways that require a little technical knowledge, if you don&rsquo;t have that, kindly go to the <a href="https://ajulusthoughts.stephenajulu.com/post/how-to-build-your-first-blog/">first post of the series</a>.</p>
<h2 id="wordpress-org-way">WordPress Org Way</h2>
<ol>
<li>Research and find a good hosting platform with a cpanel and wordpress quick install(softaculous or similar).</li>
<li>Buy a domain name and hosting.</li>
<li>Go to cpanel and click Wordpress or Softaculous then Wordpress. Let it install.</li>
<li>Once ready visit your wordpress site&rsquo;s admin panel and start editing or posting right away. You may be required to add ssl yourself but your host will provide you with details.</li>
</ol>
<p>This guide isn&rsquo;t in-depth so visit the <a href="https://wordpress.org/support/article/how-to-install-wordpress/">official guide</a>.</p>
<h2 id="ghost-way">Ghost Way</h2>
<p>Tip: Ghost is an awesome platform for bloggers.</p>
<p>Go to the official installation guide: <a href="https://ghost.org/docs/install/">Ghost Install Guide</a></p>
<h2 id="the-jamstack-way">The JAMstack Way</h2>
<p>This blog was built the JAMstack way, no servers, just built using hugo and rendered as html.</p>
<p>To build such,</p>
<ol>
<li>You must first research your framework of choice, there&rsquo;s Hugo(the best in my opinion), Gatsby(fast page load), Gridsome(same as gatsby), Hexo, Jekyll(slow build times, excellent theme list) and Eleventy(mainly technical)</li>
<li>Once the decision is made, i&rsquo;ll proceed with hugo but the steps are pretty much the same. Find a theme. For example <a href="https://themes.gohugo.io">hugo themes</a>.</li>
<li>Fork, clone and start editing(i cut out how to clone because i prefer it being in another article for now do your research, you don&rsquo;t even need to clone to your machine, just work from the fork.</li>
<li>Editing should be simple, eg for Hugo, go into the config.toml or .yaml file and change the variables.</li>
<li>You can now go to content then posts, copy the structure of example posts and start writing.</li>
<li>Alternatively find a theme with a headless cms and start working from there</li>
<li>Alternatively again try <a href="http://stackbit.com/">StackBit</a>, it&rsquo;s free and you can build a great blog there.</li>
</ol>
<p>That&rsquo;s it for today. To learn more about the JAMstack way, go check out <a href="https://ajulusthoughts.stephenajulu.com/post/building-a-beautiful-progressive-jamstack-blog-part-1-day-1-to-3/">this</a>, <a href="https://ajulusthoughts.stephenajulu.com/post/building-a-beautiful-progressive-jamstack-blog-part-2-day-4-to-7/">this </a>and <a href="">this</a> where i show you exactly how this blog was built.</p>
]]></content:encoded><media:content url="https://ajulu.netlify.app/images/blog.jpg" medium="image"/></item><item><title>How to Build Your First Blog</title><link>https://ajulu.netlify.app/posts/how-to-build-your-first-blog/</link><pubDate>Mon, 08 Feb 2021 03:52:00 +0000</pubDate><guid>https://ajulu.netlify.app/posts/how-to-build-your-first-blog/</guid><description>&lt;p&gt;Hi everyone, glad to have you back. Today we&amp;rsquo;ve talked about How you can buy your first share, now I&amp;rsquo;ll teach you how you can build your own blog.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;As usual, you have to get into the right mindset, there is no perfect blog, write about what you want to write about. I like tech, finance, self branding, self improvement and lifestyle, so that&amp;rsquo;s what i write, you don&amp;rsquo;t have to be extremely knowledgeable in the topic, everyone knows something you don&amp;rsquo;t and so do you. So write about what you love and want. Value is provided with your heart not your mind.&lt;/li&gt;
&lt;li&gt;Choose a platform. Many of you have been with me since my &lt;a href="https://ajulusthoughts.wordpress.com"&gt;WordPress.com&lt;/a&gt; days. Btw Thank you! My &lt;a href="https://ajulusthoughts.wordpress.com"&gt;blog&lt;/a&gt; back then wasn&amp;rsquo;t appealing(though some of you thought it was) and i couldn&amp;rsquo;t change the appearance all that much because wordpress.com was restrictive in their free service. So you too can start there, right now open a new tab and type wordpress.com, enter. If you are not comfortable with the free wordpress, try the self hosted version(PAID, I&amp;rsquo;ll talk about this in another post), or wix or substack or weebly or blogger or ghost(PAID, I&amp;rsquo;ll talk about this later) or deploy your own(little html knowledge required, like mine, I&amp;rsquo;ll talk about this in another post)&lt;/li&gt;
&lt;li&gt;Once you find your platform of choice, register and you can now start writing.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Yes, it&amp;rsquo;s that simple. Next time(part 2), I&amp;rsquo;ll tell you how you can use the self hosted paid wordpress, ghost and how you also build your own(little html knowledge required + i can build one for you.)&lt;/p&gt;</description><content:encoded><![CDATA[<p>Hi everyone, glad to have you back. Today we&rsquo;ve talked about How you can buy your first share, now I&rsquo;ll teach you how you can build your own blog.</p>
<ol>
<li>As usual, you have to get into the right mindset, there is no perfect blog, write about what you want to write about. I like tech, finance, self branding, self improvement and lifestyle, so that&rsquo;s what i write, you don&rsquo;t have to be extremely knowledgeable in the topic, everyone knows something you don&rsquo;t and so do you. So write about what you love and want. Value is provided with your heart not your mind.</li>
<li>Choose a platform. Many of you have been with me since my <a href="https://ajulusthoughts.wordpress.com">WordPress.com</a> days. Btw Thank you! My <a href="https://ajulusthoughts.wordpress.com">blog</a> back then wasn&rsquo;t appealing(though some of you thought it was) and i couldn&rsquo;t change the appearance all that much because wordpress.com was restrictive in their free service. So you too can start there, right now open a new tab and type wordpress.com, enter. If you are not comfortable with the free wordpress, try the self hosted version(PAID, I&rsquo;ll talk about this in another post), or wix or substack or weebly or blogger or ghost(PAID, I&rsquo;ll talk about this later) or deploy your own(little html knowledge required, like mine, I&rsquo;ll talk about this in another post)</li>
<li>Once you find your platform of choice, register and you can now start writing.</li>
</ol>
<p>Yes, it&rsquo;s that simple. Next time(part 2), I&rsquo;ll tell you how you can use the self hosted paid wordpress, ghost and how you also build your own(little html knowledge required + i can build one for you.)</p>
]]></content:encoded><media:content url="https://ajulu.netlify.app/images/how-to-start-a-blog-illustration-1.jpeg" medium="image"/></item></channel></rss>