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/
|
baseURL: https://www.nemunai.re/
|
||||||
DefaultContentLanguage: en
|
DefaultContentLanguage: en
|
||||||
languageCode: en-us
|
languageCode: en-us
|
||||||
title: "nemunaire's blog"
|
title: "Pierre-Olivier Mercier's blog"
|
||||||
theme: beautifulhugo
|
theme: beautifulhugo
|
||||||
pygmentsUseClasses: true
|
pygmentsUseClasses: true
|
||||||
pygmentsCodeFences: true
|
pygmentsCodeFences: true
|
||||||
@ -48,6 +48,7 @@ languages:
|
|||||||
contentDir: content/en
|
contentDir: content/en
|
||||||
fr:
|
fr:
|
||||||
contentDir: content/fr
|
contentDir: content/fr
|
||||||
|
title: "Blog de Pierre-Olivier Mercier"
|
||||||
|
|
||||||
params:
|
params:
|
||||||
thumb:
|
thumb:
|
||||||
|
@ -1,2 +1,12 @@
|
|||||||
<script async defer data-website-id="714f2f10-3a65-4c5b-971f-7cea9eac1ecd" src="https://pythagore.p0m.fr/pythagore.js"></script>
|
<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 }}" />
|
<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;
|
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 {
|
.thumbApp p {
|
||||||
background-color: rgba(0,0,0,0.7);
|
background-color: rgba(0,0,0,0.7);
|
||||||
border-bottom: solid 4px #00a185;
|
border-bottom: solid 4px #00a185;
|
||||||
|
Loading…
Reference in New Issue
Block a user