Write my full name as title
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2023-06-08 16:01:25 +02:00
parent 968e6a1389
commit 6b7b44f48d
3 changed files with 28 additions and 1 deletions

View File

@ -1,7 +1,7 @@
baseURL: https://www.nemunai.re/
DefaultContentLanguage: en
languageCode: en-us
title: "nemunaire's blog"
title: "Pierre-Olivier Mercier's blog"
theme: beautifulhugo
pygmentsUseClasses: true
pygmentsCodeFences: true
@ -48,6 +48,7 @@ languages:
contentDir: content/en
fr:
contentDir: content/fr
title: "Blog de Pierre-Olivier Mercier"
params:
thumb:

View File

@ -1,2 +1,12 @@
<script async defer data-website-id="714f2f10-3a65-4c5b-971f-7cea9eac1ecd" src="https://pythagore.p0m.fr/pythagore.js"></script>
<link rel="stylesheet" href="{{ "css/custom.css" | absURL }}" />
<style>
.navbar-header {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}
.navbar-brand {
height: inherit;
}
</style>

View File

@ -145,6 +145,22 @@ footer .copyright {
min-width: 149px;
}
@media only screen and (max-width: 330px) {
.thumbApp {
min-width: 100%;
}
}
@media only screen and (max-width: 850px) {
.avatar-container {
left: 26% !important;
}
}
@media only screen and (max-width: 767px) {
.avatar-container {
left: 70% !important;
}
}
.thumbApp p {
background-color: rgba(0,0,0,0.7);
border-bottom: solid 4px #00a185;