-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f5186c2
Showing
15 changed files
with
4,069 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="stylesheet" href="/go-org/blorg/style.css" type="text/css" /> | ||
<title>another post</title> | ||
</head> | ||
|
||
<body> | ||
<header class='header'> | ||
<a class="logo" href="/go-org/blorg">home</a> | ||
<nav> | ||
<a href="https://www.github.com/niklasfasching/go-org">github</a> | ||
</nav> | ||
</header> | ||
|
||
<div class="container"> | ||
<h1 class="title">another post | ||
<br> | ||
<span class="subtitle"></span> | ||
</h1> | ||
<ul class="tags"> | ||
|
||
<li><a href="/go-org/blorg/tags/another">another</a></li> | ||
|
||
</ul> | ||
<p> | ||
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod | ||
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At | ||
vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd | ||
gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum | ||
dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor | ||
invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero | ||
eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no | ||
sea takimata sanctus est Lorem ipsum dolor sit amet.</p> | ||
|
||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="stylesheet" href="/go-org/blorg/style.css" type="text/css" /> | ||
<title>blorg</title> | ||
</head> | ||
|
||
<body> | ||
<header class='header'> | ||
<a class="logo" href="/go-org/blorg">home</a> | ||
<nav> | ||
<a href="https://www.github.com/niklasfasching/go-org">github</a> | ||
</nav> | ||
</header> | ||
|
||
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="stylesheet" href="/go-org/blorg/style.css" type="text/css" /> | ||
<title>some post</title> | ||
</head> | ||
|
||
<body> | ||
<header class='header'> | ||
<a class="logo" href="/go-org/blorg">home</a> | ||
<nav> | ||
<a href="https://www.github.com/niklasfasching/go-org">github</a> | ||
</nav> | ||
</header> | ||
|
||
<div class="container"> | ||
<h1 class="title">some post | ||
<br> | ||
<span class="subtitle"></span> | ||
</h1> | ||
<ul class="tags"> | ||
|
||
<li><a href="/go-org/blorg/tags/some">some</a></li> | ||
|
||
</ul> | ||
<p> | ||
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod | ||
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At | ||
vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd | ||
gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum | ||
dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor | ||
invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero | ||
eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no | ||
sea takimata sanctus est Lorem ipsum dolor sit amet.</p> | ||
|
||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,191 @@ | ||
* { | ||
box-sizing: border-box; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
html { | ||
overflow-y: scroll; | ||
height: 100%; | ||
font: 100%/1.5 sans-serif; | ||
word-wrap: break-word; | ||
margin: 0 auto; | ||
padding: 1.5em; | ||
} | ||
|
||
@media (min-width: 768px) { | ||
html { | ||
font-size: 125%; | ||
max-width: 42em; | ||
} } | ||
|
||
h1, h2, h3, h4 { | ||
margin: 2.5rem 0 1.5rem 0; | ||
line-height: 1.25; | ||
color: #333; | ||
} | ||
|
||
a { | ||
color: #fa6432; | ||
text-decoration: none; | ||
} | ||
a:hover, a:focus, a:active { | ||
text-decoration: underline; | ||
} | ||
|
||
p { | ||
margin: 1em 0; | ||
line-height: 1.5; | ||
} | ||
p code { | ||
background-color: #eee; | ||
padding: 0.05em 0.2em; | ||
border: 1px solid #ccc; | ||
} | ||
|
||
ol, ul { | ||
margin: 1em; | ||
} | ||
ol li ol, ol li ul, ul li ol, ul li ul { | ||
margin: 0 2em; | ||
} | ||
ol li p, ul li p { | ||
margin: 0; | ||
} | ||
|
||
dl { | ||
font-family: monospace, monospace; | ||
} | ||
dl dt { | ||
font-weight: bold; | ||
} | ||
dl dd { | ||
margin: 1em; | ||
} | ||
|
||
img { | ||
max-width: 100%; | ||
display: block; | ||
margin: 0 auto; | ||
padding: 0.5em; | ||
} | ||
|
||
blockquote { | ||
padding-left: 1em; | ||
font-style: italic; | ||
border-left: solid 1px #fa6432; | ||
} | ||
|
||
table { | ||
font-size: 1rem; | ||
text-align: left; | ||
caption-side: bottom; | ||
margin-bottom: 2em; | ||
} | ||
table * { | ||
border: none; | ||
} | ||
table thead, table tr { | ||
display: table; | ||
table-layout: fixed; | ||
width: 100%; | ||
} | ||
table tr:nth-child(even) { | ||
background-color: rgba(200, 200, 200, 0.2); | ||
} | ||
table tbody { | ||
display: block; | ||
max-height: 70vh; | ||
overflow-y: auto; | ||
} | ||
table td, table th { | ||
padding: 0.25em; | ||
} | ||
|
||
table, .highlight > pre, pre.example { | ||
max-height: 70vh; | ||
margin: 1em 0; | ||
padding: 1em; | ||
overflow: auto; | ||
font-size: 0.85rem; | ||
font-family: monospace, monospace; | ||
border: 1px dashed rgba(250, 100, 50, 0.5); | ||
} | ||
|
||
.title { | ||
font-size: 2.5em; | ||
} | ||
|
||
.subtitle { | ||
font-weight: normal; | ||
font-size: 0.75em; | ||
color: #666; | ||
} | ||
|
||
.tags { | ||
margin-top: -1.5rem; | ||
padding-bottom: 1.5em; | ||
} | ||
.tags li { | ||
display: inline; | ||
margin-right: 0.5em; | ||
} | ||
|
||
figure { | ||
margin: 1em 0; | ||
} | ||
figure figcaption { | ||
font-family: monospace, monospace; | ||
font-size: 0.75em; | ||
text-align: center; | ||
color: grey; | ||
} | ||
|
||
.footnote-definition sup { | ||
margin-left: -1.5em; | ||
float: left; | ||
} | ||
|
||
.footnote-definition .footnote-body { | ||
margin: 1em 0; | ||
padding: 0 1em; | ||
border: 1px dashed rgba(250, 100, 50, 0.3); | ||
background-color: rgba(200, 200, 200, 0.2); | ||
} | ||
.footnote-definition .footnote-body p:only-child { | ||
margin: 0.2em 0; | ||
} | ||
|
||
header { | ||
display: flex; | ||
justify-content: space-between; | ||
} | ||
header nav { | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-between; | ||
} | ||
header a + a { | ||
margin-left: 1rem; | ||
} | ||
|
||
.posts { | ||
margin: 0; | ||
list-style: none; | ||
} | ||
.posts .post a { | ||
display: block; | ||
padding: 0.5em 0; | ||
color: black; | ||
} | ||
.posts .post a:hover, .posts .post a:focus, .posts .post a:active { | ||
text-decoration: none; | ||
background: rgba(200, 200, 200, 0.2); | ||
} | ||
.posts .post date { | ||
font-family: monospace, monospace; | ||
font-size: 0.8rem; | ||
vertical-align: middle; | ||
padding-right: 2rem; | ||
color: grey; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="stylesheet" href="/go-org/blorg/style.css" type="text/css" /> | ||
<title>Another</title> | ||
</head> | ||
|
||
<body> | ||
<header class='header'> | ||
<a class="logo" href="/go-org/blorg">home</a> | ||
<nav> | ||
<a href="https://www.github.com/niklasfasching/go-org">github</a> | ||
</nav> | ||
</header> | ||
|
||
<div class="container"> | ||
<h1 class="title">Another</h1> | ||
<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> | ||
|
||
</ul> | ||
<ul> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="stylesheet" href="/go-org/blorg/style.css" type="text/css" /> | ||
<title>Some</title> | ||
</head> | ||
|
||
<body> | ||
<header class='header'> | ||
<a class="logo" href="/go-org/blorg">home</a> | ||
<nav> | ||
<a href="https://www.github.com/niklasfasching/go-org">github</a> | ||
</nav> | ||
</header> | ||
|
||
<div class="container"> | ||
<h1 class="title">Some</h1> | ||
<ul class="posts"> | ||
|
||
<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> |
Oops, something went wrong.