Skip to content

Commit aa6419f

Browse files
author
Tommy Brander
committed
Started with 404 url rewrite hack
1 parent 8ab8981 commit aa6419f

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

404.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>demom< 404/title>
5+
<link rel="stylesheet" type="text/css" href="resources/css/site.css">
6+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
7+
<meta charset="UTF-8">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
10+
<script src="https://cdn.rawgit.com/showdownjs/showdown/1.4.2/dist/showdown.min.js"></script>
11+
<script src="source/index.json"></script>
12+
<script src="resources/js/site.js"></script>
13+
</head>
14+
<body>
15+
<header id="pageheader">
16+
<div>
17+
<h1 id="pagetitle"><a href="index.html">_DEMOM</a></h1>
18+
<span id="pagenav">
19+
<a target=_blank class="fa fa-twitter" href="https://twitter.com/d3m0m"></a>
20+
<a target=_blank class="fa fa-github" href="https://github.com/demom"></a>
21+
<a class="fa fa-user" href="about-me.html"></a>
22+
</span>
23+
</div>
24+
</header>
25+
<main />
26+
</body>
27+
</html>

source/2016-01-21_first-post.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
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.
44

5-
This devlog is written in markdown with iA Writer on both iOS and Mac, directly in Github. It then uses Showdown Markdown to HTML converter to make it look all pretty and so. Very simple, very static.
5+
This devlog is written in markdown with iA Writer on my Macbook Pro and published via - you guessed it, Git of course. It uses Showdown Markdown to HTML converter to make it look all pretty and so. Very simple, very static.
66

7-
Who I am? If you are, for reasons unknown, interested in finding out, you can read more about me [here](/about-me.html).
7+
Who I am? If you are, for reasons unknown, interested in finding out, you can read more about me [here](/?about-me.html).
88

99
Why [Github](https://github.com/demom)? 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 as well as Apples new Swift language - and a multi-decade Linux user at that - I’ve always been a proponent of the Open Source world and community. So not publishing my own hobby coding as Open Source would be very hypocritical of me. And what better place than [Github](https://github.com/demom)?
1010

1111
So, once again, welcome to my [Github page](https://demom.github.io).
1212

13-
## Source
13+
## Sources
1414

1515
* [iA Writer](https://ia.net/writer) - an excellent markdown editor
1616
* [PHP](http://www.php.net) - Open source web script language

source/2016-01-23_about-me.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The time not allocated to sleeping, work, hobbies or family (not necessarily in
1515
If you, for whatever reason unbeknown to me, still want to reach me, you can find be at [twitter](https://twitter.com/d3m0m) or perhaps browse my repos on [Github](https://github.com/demom).
1616

1717
## Sources
18+
1819
* [Maintrac AB](http://www.maintrac.se) - the best workplace with the best colleagues in Sweden!
1920
* [RethinkDB](https://www.rethinkdb.com) - an exiting nosql database
2021
* [twitter](https://twitter.com/d3m0m) - my twitter account

0 commit comments

Comments
 (0)