Compare commits
No commits in common. "5f00c4f26633aedad4d364671766c33080943059" and "7f23cc5ac87dc2a806f908cf0e5473a67e6a8d67" have entirely different histories.
5f00c4f266
...
7f23cc5ac8
|
@ -4,7 +4,7 @@ eleventyExcludeFromCollections: true
|
|||
---
|
||||
ErrorDocument 404 /404.html
|
||||
|
||||
<FilesMatch "\.(ico|svg|avif|webp|jpg|jpeg|png|gif|woff2)$">
|
||||
<FilesMatch "\.(ico|svg|avif|webp|jpg|png|gif|woff2)$">
|
||||
Header set Cache-Control "max-age=31536000, public"
|
||||
</FilesMatch>
|
||||
<FilesMatch "\.(css|js)$">
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
font-size: 1.3rem;
|
||||
font-weight: 700;
|
||||
color: var(--clr-sub-heading);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.toc ol,
|
||||
|
|
|
@ -107,17 +107,11 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(-
|
|||
|
||||
/* Content Accordion */
|
||||
* + .content-accordion { margin-top: var(--sz-paragraph-margin); }
|
||||
.content-accordion { padding: 0.5em 0; }
|
||||
.content-accordion__summary { font-weight: 700; }
|
||||
.content-accordion__content,
|
||||
.content-accordion__content { padding: 0.5em 1em; }
|
||||
.content-accordion__content p + p { margin-top: 1em; }
|
||||
|
||||
.content-accordion__content {
|
||||
--bdr-accordion: 0.15em solid var(--clr-title-border);
|
||||
padding: 1em 0;
|
||||
border-top: var(--bdr-accordion);
|
||||
border-bottom: var(--bdr-accordion);
|
||||
}
|
||||
|
||||
/* Content warning accordion */
|
||||
* + .contnet-warning { margin-top: var(--sz-paragraph-margin); }
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
articleTitle: April 2024 Leilukin's Hub Overhaul with Eleventy
|
||||
desc: I rebuilt my website with the static site generator Eleventy in April 2024.
|
||||
date: 2024-04-21
|
||||
categories: ["site updates", "eleventy"]
|
||||
categories: ["site updates"]
|
||||
toc: true
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue