Move away from jekyll

This commit is contained in:
2020-09-21 17:49:58 +02:00
parent 8a63fd8d73
commit 50d6c80ec3
29 changed files with 202 additions and 281 deletions

18
assets/css/blog.css Normal file
View File

@@ -0,0 +1,18 @@
img {
/* Prevent images in blog posts from getting too big */
max-width: 800px;
}
.post-list-item {
display: block;
max-width: 800px;
}
.post {
display: block;
max-width: 800px;
}
.post-title {
color: #3498db;
}

View File

@@ -1,100 +0,0 @@
/* Fonts */
@font-face {
font-family: roboto;
src: url(/assets/fonts/Roboto-Regular.ttf)
}
@font-face {
font-family: overpass;
src: url(/assets/fonts/OpenSans-Regular.ttf)
}
/* Element styling */
html {
background-color: #212121;
color: #ffffff;
font-family: Overpass;
}
footer {
width: 100%;
}
h1, h2, h3 {
font-family: Roboto;
margin-bottom: 2px;
}
a {
color: white;
}
ul {
margin-top: 2px;
}
img {
/* Prevent images in blog posts from getting too big */
max-width: 800px;
}
/* Layouting */
.container {
display: flex;
justify-content: center;
width: 100%;
}
.horizontal {
flex-direction: row;
}
.vertical {
display: flex;
flex-direction: column;
}
.subbar-link {
padding: 5px;
}
.post-list-item {
display: block;
max-width: 600px;
}
.post {
display: block;
max-width: 800px;
}
.title-sub {
margin-top: 0px;
margin-bottom: 10px;
}
.title-sub-subbar {
margin-top: -20px;
}
/* Text styling */
.highlight {
background-color: #373737;
padding: 4px;
}
.quote {
border-left: 2px;
border-left-style: solid;
border-color: gray;
padding-left: 4px;
font-style: italic;
}
/* Image styling */
.profile-picture {
width: 256px;
height: 256px;
margin-bottom: 10px;
}

Binary file not shown.

Binary file not shown.