Convert .eleventy.js to EJS, add friends to index's aside, create playground page to test site elements, add syntax highlighting with custom theme, convert header subtitle from link to paragraph, add support for custom alt text in 88x31 macro, new template for generic text pages, add changelog to about page with recent commits.

This commit is contained in:
天クマ 2026-07-04 14:34:59 -03:00
commit ab071b0f78
18 changed files with 948 additions and 2524 deletions

View file

@ -254,6 +254,10 @@ footer a {
height: 1em;
}
.fullWidth {
width: 100%;
}
.notificationBox {
transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
width: fit-content;
@ -569,6 +573,11 @@ div.hs.selected {
opacity: 0 !important;
}
article {
max-width: 70%;
margin: auto;
}
.blogpostYoutubeVideo {
user-select: none;
box-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(0, 0, 0, 0.3);
@ -712,6 +721,10 @@ div.hs.selected {
background-size: cover;
}
.webringGeneric p {
margin: 0;
}
.webringButtons {
display: flex;
gap: .4em;
@ -1059,6 +1072,11 @@ header div:first-child {
@media screen and (max-width: 1280px) {
body { font-size: 2vh; }
article {
max-width: 100%;
margin: auto;
}
header {
padding-top: 1.4rem;
text-align: center;