jekyll build from Action 71ddaa2febfa67573363429978032476b9e30200
This commit is contained in:
@ -402,6 +402,52 @@ So here I am and welcome to my first blog. Having a personal space on the Intern
|
||||
|
||||
|
||||
|
||||
<div class="grid__item">
|
||||
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
|
||||
<h2 class="archive__item-title no_toc" itemprop="headline">
|
||||
|
||||
<a href="/2022/03/03/never-get-trapped-in-grub-rescue-again.html" rel="permalink">Never Get Trapped in Grub Rescue Again!
|
||||
</a>
|
||||
|
||||
</h2>
|
||||
|
||||
|
||||
<p class="page__meta">
|
||||
|
||||
|
||||
<span class="page__meta-date">
|
||||
<i class="far fa-fw fa-calendar-alt" aria-hidden="true"></i>
|
||||
|
||||
<time datetime="2022-03-03T00:46:00+00:00">March 3, 2022</time>
|
||||
</span>
|
||||
|
||||
|
||||
<span class="page__meta-sep"></span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="page__meta-readtime">
|
||||
<i class="far fa-fw fa-clock" aria-hidden="true"></i>
|
||||
|
||||
4 minute read
|
||||
|
||||
</span>
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<p class="archive__item-excerpt" itemprop="description">Anytime I install a new system on my machine, I pray God for nothing bad happens. But it usually happens. When I reboot, I find myself in the “Grub rescue” m...</p>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="grid__item">
|
||||
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
|
||||
@ -539,52 +585,6 @@ Today, I have recorded a video for one of my classes and I was required to uploa
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="grid__item">
|
||||
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
|
||||
<h2 class="archive__item-title no_toc" itemprop="headline">
|
||||
|
||||
<a href="/2022/01/04/build-and-deploy-automatically.html" rel="permalink">Automatically Build and Deploy Your Site using GitHub Actions and Webhooks
|
||||
</a>
|
||||
|
||||
</h2>
|
||||
|
||||
|
||||
<p class="page__meta">
|
||||
|
||||
|
||||
<span class="page__meta-date">
|
||||
<i class="far fa-fw fa-calendar-alt" aria-hidden="true"></i>
|
||||
|
||||
<time datetime="2022-01-04T17:40:00+00:00">January 4, 2022</time>
|
||||
</span>
|
||||
|
||||
|
||||
<span class="page__meta-sep"></span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="page__meta-readtime">
|
||||
<i class="far fa-fw fa-clock" aria-hidden="true"></i>
|
||||
|
||||
5 minute read
|
||||
|
||||
</span>
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<p class="archive__item-excerpt" itemprop="description">In this post I will explain how you can use GitHub to automate the build and deployment processes that you have. I am going to automate the deployment of thi...</p>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user