-
Notifications
You must be signed in to change notification settings - Fork 0
/
feed.xml
27 lines (16 loc) · 3.13 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.0.0">Jekyll</generator><link href="https://johndpalm.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://johndpalm.com/" rel="alternate" type="text/html" /><updated>2020-05-14T01:26:58-07:00</updated><id>https://johndpalm.com/feed.xml</id><title type="html">John’s Blog</title><subtitle>Like me, this blog is a work-in-progress.</subtitle><entry><title type="html">Updating this blog</title><link href="https://johndpalm.com/2020/05/11/updating-this-blog.html" rel="alternate" type="text/html" title="Updating this blog" /><published>2020-05-11T00:00:00-07:00</published><updated>2020-05-11T00:00:00-07:00</updated><id>https://johndpalm.com/2020/05/11/updating-this-blog</id><content type="html" xml:base="https://johndpalm.com/2020/05/11/updating-this-blog.html"></content><author><name></name></author><summary type="html"></summary></entry><entry><title type="html">How I built this site…</title><link href="https://johndpalm.com/2019/08/25/Building-This-Site.html" rel="alternate" type="text/html" title="How I built this site..." /><published>2019-08-25T00:00:00-07:00</published><updated>2019-08-25T00:00:00-07:00</updated><id>https://johndpalm.com/2019/08/25/Building-This-Site</id><content type="html" xml:base="https://johndpalm.com/2019/08/25/Building-This-Site.html"><h2 id="work-in-progress">Work-in-Progress</h2>
<p>Let me start by saying this is a work in progress. Like most of my projects, this site started with a free Saturday and a desire to dig into something new. Most of my commits say ‘test’ as I’m trying things out along the way.</p>
<h2 id="github-pages">Github Pages</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/2MsN8gpT6jY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
<p>GitHub launched GitHub Pages in 2008. It’s a static web hosting service. Pages are edited using markdown. It supports a site generator called Jekyll.</p>
<p>For more information, visit https://pages.github.com/</p>
<h2 id="before-you-get-started">Before you get started</h2>
<p>Prerequisites</p>
<ul>
<li><a href="https://jekyllrb.com/docs/installation/windows/">Jekyll on Windows</a></li>
</ul>
<p><img src="" alt="utf-8 selected image" /></p>
<h2 id="step-by-step">Step-by-step</h2>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git remote add drafts https://$(TenantId)@dev.azure.com/$(TenantId)/$(ProjectName)/_git/$(GitHubUserName).github.io-DRAFTS
git push -u drafts --all
</code></pre></div></div></content><author><name></name></author><summary type="html">Work-in-Progress</summary></entry></feed>