Skip to content

Commit 40f339c

Browse files
committed
First post
1 parent 6d55cf8 commit 40f339c

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

first-entry.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ <h1 id="pagetitle"><a href="index.html">_DEMOM</a></h1>
2222
</header>
2323
<main>
2424
<article>
25-
<header><h1>First Entry</h1></header>
25+
<header><h1>First post</h1></header>
2626

27-
<p>Hi and welcome to my Github page. This is my very first entry, but a very special one. I’ve written it in iA Writer and used a custom built markdown processor to migrate it from iCloud to Github.</p>
28-
<p>It works all pretty nice. Sort of like Jekyll, only I made it myself, and it’s both faster and smaller.</p>
29-
<p>Why a Github page, you ask? Thats a very good question, and the answer is not that crystal clear. A professional developer in the realms of PHP, Python and Microsoft .NET,</p>
30-
<p>I’m starting dabbling around with Swift. My Github pages are all for my swift projects - although I’m thinking about uploading some of my old projects as well - and this page links into this quite well.</p>
31-
<p>It’s purpose is to be an outlet for my thinkings, ragings and discoveries regarding programming in Swift and related subjects.</p>
27+
<p>Hi and welcome to my Github page. This is some sort of devlog, an outlet for my thinkings, raging and discoveries regarding programming in Swift and related subjects.</p>
28+
<p>This devlog is written in markdown with iA Writer on both iOS and Mac, using Dropbox as storage. As a publishing tool I’ve written a small Swift program that manages both markdown-to-html conversation with templates and such, as well as committing and pushing it to <a target=_blank href="https://github.com/demom/demom.github.io">Github</a>. It’s sort of like Jekyll, only smaller and more adapted to my specific needs.</p>
29+
<p>Who I am? If you are, for reasons unknown, interested in finding out, you can read more about me [here](/about-me.html).</p>
30+
<p>Why Github? Thats a very good question, and the answer is not that crystal clear. A professional developer in the realms of PHP, Python and Microsoft .NET, I’m starting dabbling around with Swift. And since Swift is both open-source and quite new, I thought that I’d follow the lead and publish all of my own code as open source. And where is better for doing that then Github?</p>
3231
<p>So, once again, welcome to my Github page.</p>
3332

3433
<h3>Source</h3>

index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ <h1 id="pagetitle"><a href="index.html">_DEMOM</a></h1>
2222
</header>
2323
<main>
2424
<article>
25-
<header><h1>First Entry</h1></header>
25+
<header><h1>First post</h1></header>
2626

27-
<p>Hi and welcome to my Github page. This is my very first entry, but a very special one. I’ve written it in iA Writer and used a custom built markdown processor to migrate it from iCloud to Github.</p>
28-
<p>It works all pretty nice. Sort of like Jekyll, only I made it myself, and it’s both faster and smaller.</p>
29-
<p>Why a Github page, you ask? Thats a very good question, and the answer is not that crystal clear. A professional developer in the realms of PHP, Python and Microsoft .NET,</p>
30-
<p>I’m starting dabbling around with Swift. My Github pages are all for my swift projects - although I’m thinking about uploading some of my old projects as well - and this page links into this quite well.</p>
31-
<p>It’s purpose is to be an outlet for my thinkings, ragings and discoveries regarding programming in Swift and related subjects.</p>
27+
<p>Hi and welcome to my Github page. This is some sort of devlog, an outlet for my thinkings, raging and discoveries regarding programming in Swift and related subjects.</p>
28+
<p>This devlog is written in markdown with iA Writer on both iOS and Mac, using Dropbox as storage. As a publishing tool I’ve written a small Swift program that manages both markdown-to-html conversation with templates and such, as well as committing and pushing it to <a target=_blank href="https://github.com/demom/demom.github.io">Github</a>. It’s sort of like Jekyll, only smaller and more adapted to my specific needs.</p>
29+
<p>Who I am? If you are, for reasons unknown, interested in finding out, you can read more about me [here](/about-me.html).</p>
30+
<p>Why Github? Thats a very good question, and the answer is not that crystal clear. A professional developer in the realms of PHP, Python and Microsoft .NET, I’m starting dabbling around with Swift. And since Swift is both open-source and quite new, I thought that I’d follow the lead and publish all of my own code as open source. And where is better for doing that then Github?</p>
3231
<p>So, once again, welcome to my Github page.</p>
3332

3433
<h3>Source</h3>

0 commit comments

Comments
 (0)