Update blorg and add it to gh-pages. Update README
This commit is contained in:
parent
e076412b29
commit
d2bbcc8881
21 changed files with 746 additions and 103 deletions
42
blorg/testdata/public/index.html
vendored
42
blorg/testdata/public/index.html
vendored
|
@ -3,22 +3,46 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="/style.css" type="text/css" />
|
||||
<title>blog</title>
|
||||
<link rel="stylesheet" href="/go-org/blorg/style.css" type="text/css" />
|
||||
<title>blorg</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class='header'>
|
||||
<a class="logo" href="/">home</a>
|
||||
<a class="logo" href="/go-org/blorg">home</a>
|
||||
<nav>
|
||||
<a href="https://www.github.com/niklasfasching">github</a>
|
||||
<a href="/about">about</a>
|
||||
<a href="https://www.github.com/niklasfasching/go-org">github</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<h1 class="title">blog</h1>
|
||||
<ul class="posts">
|
||||
|
||||
</ul>
|
||||
<div class="container">
|
||||
<h1 class="title">blorg</h1>
|
||||
<p>Only pages that have a date will be listed here - e.g. not <a href="about.html">about.html</a>
|
||||
<ul class="posts">
|
||||
|
||||
<li class="post">
|
||||
<a href="/go-org/blorg/yet-another-post/index.html">
|
||||
<date>25.06.2020</date>
|
||||
<span>yet another post</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="/go-org/blorg/another-post.html">
|
||||
<date>24.06.2020</date>
|
||||
<span>another post</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="/go-org/blorg/some-post.html">
|
||||
<date>23.06.2020</date>
|
||||
<span>some post</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue