Add next / previous cards to posts
This commit is contained in:
@ -12,9 +12,9 @@ pre[class*="language-"] {
|
||||
word-wrap: normal;
|
||||
line-height: 1.5;
|
||||
|
||||
-moz-tab-size: 4;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
-moz-tab-size: 2;
|
||||
-o-tab-size: 2;
|
||||
tab-size: 2;
|
||||
|
||||
-webkit-hyphens: none;
|
||||
-moz-hyphens: none;
|
||||
|
@ -357,6 +357,12 @@ nav ul {
|
||||
display: flex;
|
||||
flex-flow: column wrap;
|
||||
}
|
||||
.post-copy a h3 span {
|
||||
font-size: var(--font-s);
|
||||
font-weight: var(--weight-normal);
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .15rem;
|
||||
}
|
||||
.post-image {
|
||||
width: 15rem;
|
||||
height: 15rem;
|
||||
@ -411,6 +417,10 @@ a.post-tag:hover {
|
||||
padding-left: 0em;
|
||||
}
|
||||
|
||||
.post-metadata time {
|
||||
padding-left: .15rem;
|
||||
}
|
||||
|
||||
/* Direct Links / Markdown Headers */
|
||||
a.header-anchor {
|
||||
font-style: normal;
|
||||
|
BIN
public/img/banana-nut-doughnut.webp
Normal file
BIN
public/img/banana-nut-doughnut.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
public/img/cowsayOfTheDay.avif
Normal file
BIN
public/img/cowsayOfTheDay.avif
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
public/img/k8-sWEpcc0Rm0U-unsplash.webp
Normal file
BIN
public/img/k8-sWEpcc0Rm0U-unsplash.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 160 KiB |
BIN
public/img/kenny-eliason-uq5RMAZdZG4-unsplash.webp
Normal file
BIN
public/img/kenny-eliason-uq5RMAZdZG4-unsplash.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 105 KiB |
@ -1,2 +1,23 @@
|
||||
User-agent: CCBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: ChatGPT-User
|
||||
Disallow: /
|
||||
|
||||
User-agent: GPTBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: Google-Extended
|
||||
Disallow: /
|
||||
|
||||
User-agent: anthropic-ai
|
||||
Disallow: /
|
||||
|
||||
User-agent: Omgilibot
|
||||
Disallow: /
|
||||
|
||||
User-agent: Omgili
|
||||
Disallow: /
|
||||
|
||||
User-agent: FacebookBot
|
||||
Disallow: /
|
||||
|
Reference in New Issue
Block a user