M _includes/layouts/base.njk => _includes/layouts/base.njk +1 -1
@@ 33,7 33,7 @@
<main style="display: grid;">
<header>
<h2>
- <a href="/">/ home / chrono /</a> {% if tags[0] %} <a href="/{{ tags [0] }}/">{{ tags [0] }} /</a> {% endif %} {% if tags[0] == "positions" or tags[0] == "blog" %} {{ id }} {% else %} {{ title }} {% endif %}
+ <a href="/">/ home / chrono /</a><a>{% if tags[0] == "positions" or tags[0] == "blog" %} <a href="/{{ tags [0] }}/">{{ tags [0] }} /</a> {% endif %} {% if tags[0] == "positions" or tags[0] == "blog" %} {{ id }} {% else %} {{ title }} {% endif %}</a>
</h2>
<p>
M css/style.css => css/style.css +18 -13
@@ 7,15 7,20 @@ body {
font-size: calc(0.6em + 0.5vw);
font-weight: 400;
- line-height: 2;
+ line-height: 2.25;
color: #363f47;
background-color: #e9debb;
}
main {
margin: 0;
- /* max-width: 100%; */
- padding: 0 1em;
+ padding-left: 12%;
+ padding-right: 12%;
+ /* padding: 0 1em; */
+}
+
+.animate__animated.animate__slideInLeft {
+ --animate-duration: 2.11s;
}
.headerblack {
@@ 27,7 32,6 @@ main {
header {
margin-top: 1vh;
margin-bottom: 0;
- grid-column: 1;
grid-row: 1;
}
@@ 57,13 61,19 @@ div#projects {
}
footer {
+ margin-top: .6vh;
grid-row: 3;
font-size: 0.75em;
+ margin-bottom: .6vh;
}
header h2, header h2 a {
+ margin: 0;
color: #000;
- margin: 0px;
+}
+
+header p {
+ line-height: 1.5;
}
header p {
@@ 72,16 82,11 @@ header p {
margin-bottom: 0;
}
-article {
- margin-top: 1em;
- margin-bottom: 1em;
-}
-
article h1,
article h2,
article h3 {
- margin-top: 1em;
- margin-bottom: .25em;
+ margin-top: 0;
+ margin-bottom: 0;
}
article p {
@@ 89,7 94,7 @@ article p {
}
article time {
- margin: 0.50em;
+ margin: 0.25em;
}
article header {
M positions/index.html => positions/index.html +1 -1
@@ 12,6 12,6 @@ pagination:
<h1>
<a href="{{ x.url | url }}">{{ x.data.title }}</a>
</h1>
- <!-- <time datetime="{{ x.date | dateIso }}">{{ x.date | dateReadable }}</time> -->
+ <time datetime="{{ x.date | dateIso }}">{{ x.date | dateReadable }}</time>
</article>
{% endfor %}
M positions/personal.md => positions/personal.md +1 -1
@@ 1,7 1,7 @@
---
layout: layouts/post.njk
id: personal
-title: personal
+title: Biograpy & About Me
tags: ['positions']
date: 2022-10-28
---
M positions/philosophy.md => positions/philosophy.md +1 -1
@@ 1,7 1,7 @@
---
layout: layouts/post.njk
id: philosophy
-title: philosophy
+title: Philosophy
tags: ['positions']
date: 2022-10-28
---
M positions/politics.md => positions/politics.md +1 -1
@@ 1,7 1,7 @@
---
layout: layouts/position.njk
id: politics
-title: politics
+title: Politics
tags: ['positions']
date: 2022-10-28
---
M posts/2022-10-27-hello-world.md => posts/2022-10-27-hello-world.md +1 -0
@@ 3,6 3,7 @@ layout: layouts/post.njk
title: Hello, World!
id: hello-world.md
date: 2022-10-27
+author: John Doe
tags: ['blog']
---
M projects/index.html => projects/index.html +0 -4
@@ 8,10 8,6 @@ title: projects
max-width: fit-content;
}
-div#projectspage {
- max-width: 60%;
-}
-
h5 {
margin-top: 0;
margin-bottom: 0;