-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (72 loc) · 3.36 KB
/
index.html
File metadata and controls
74 lines (72 loc) · 3.36 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>The Wintersmith's blog
</title>
<link rel="alternate" href="http://localhost:8080/feed.xml" type="application/rss+xml" title="Ramblings of an immor(t)al demigod">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Anonymous+Pro:400,700,400italic,700italic|Merriweather:400,700,300">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<header class="header">
<div class="content-wrap">
<div class="logo">
<h1><a href="http://localhost:8080">The Wintersmith's blog</a></h1>
<p class="description">Ramblings of an immor(t)al demigod</p>
</div>
</div>
</header>
<div id="content">
<div class="content-wrap">
<article class="article intro">
<header>
<p class="date"><span>30. April 2013</span></p>
<h2><a href="/articles/hello-world/">README</a></h2>
</header>
<section class="content"><p>Welcome to my new blog! This is the default blog template with <span class="caps">RSS</span>, pagination and an archive. There are other templates available — run <code>wintersmith new --help</code> to list them.</p>
<p class="more"><a href="/articles/hello-world/">more</a></p>
</section>
</article>
<article class="article intro">
<header>
<p class="date"><span>01. April 2013</span></p>
<h2><a href="/articles/red-herring/">A red herring</a></h2>
</header>
<section class="content"><p>A long time ago, when the world was young — someone put some food on their tongue.
They tasted the food, and thought it was nice. Most fruit liked it — but banana’s thought twice.</p>
<p>
<p class="more"><a href="/articles/red-herring/">more</a></p>
</section>
</article>
<article class="article intro">
<header>
<p class="date"><span>01. October 2012</span></p>
<h2><a href="/articles/another-test/">Code and stuff!</a></h2>
</header>
<section class="content"><p>Syntax highlighting with <a href="http://softwaremaniacs.org/soft/highlight/en/">highlight.js</a>.
The theme used is tomorrow, you can find more themes <a href="http://jmblog.github.io/color-themes-for-highlightjs/">here</a>.</p>
<p>
<p class="more"><a href="/articles/another-test/">more</a></p>
</section>
</article>
</div>
</div>
<footer>
<div class="content-wrap">
<div class="nav"><a href="/archive.html">« Archives</a><a href="/page/2/">Next page »</a>
</div>
<section class="about"><p>Wintersmith is made by <a href="http://johan-nordberg.com/">Johan Nordberg</a> and licensed under the <a href="http://opensource.org/licenses/MIT">MIT-license</a>.
This footer text can be edited in about.md</p>
<p>This is my test website. It’s based on Wintersmith.</p>
</section>
<section class="copy">
<p>© 2014 Someone — powered by <a href="https://github.com/jnordberg/wintersmith">Wintersmith</a>
</p>
</section>
</div>
</footer>
</body>
</html>