Write my full name as title
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
968e6a1389
commit
6b7b44f48d
@ -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:
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user