-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from dyvenia/dev
Dev
- Loading branch information
Showing
18 changed files
with
1,224 additions
and
76 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,79 @@ | ||
/* Based on Andy Bell, https://github.com/Andy-set-studio/personal-site-eleventy */ | ||
|
||
.prose { | ||
--flow-space: var(--space-s-m); | ||
} | ||
@layer prose { | ||
.prose { | ||
--flow-space: var(--space-s-m); | ||
} | ||
|
||
.prose :where(pre, pre + *, figure, figure + *) { | ||
--flow-space: var(--space-m-l); | ||
} | ||
.prose :where(pre, pre + *, figure, figure + *) { | ||
--flow-space: var(--space-m-l); | ||
} | ||
|
||
.prose figcaption { | ||
font-size: var(--size-step-min-1); | ||
text-align: center; | ||
padding-block-end: var(--space-xs); | ||
margin-block-end: var(--space-s); | ||
border-bottom: 1px solid var(--color-bg-accent); | ||
} | ||
.prose figcaption { | ||
font-size: var(--size-step-min-1); | ||
text-align: center; | ||
padding-block-end: var(--space-xs); | ||
margin-block-end: var(--space-s); | ||
border-bottom: 1px solid var(--color-bg-accent); | ||
} | ||
|
||
:where(.prose :is(h2, h3, h4)) { | ||
--flow-space: var(--space-xl); | ||
} | ||
:where(.prose :is(h2, h3, h4)) { | ||
--flow-space: var(--space-xl); | ||
} | ||
|
||
:where(.prose :is(h2 + *, h3 + *, h4 + *):not(figure)) { | ||
--flow-space: var(--space-m); | ||
} | ||
:where(.prose :is(h2 + *, h3 + *, h4 + *):not(figure)) { | ||
--flow-space: var(--space-m); | ||
} | ||
|
||
.prose .heading-anchor:is(:hover, :focus) { | ||
text-decoration: none; | ||
} | ||
.prose .heading-anchor:is(:hover, :focus) { | ||
text-decoration: none; | ||
} | ||
|
||
.heading-anchor { | ||
text-decoration: none; | ||
} | ||
.heading-anchor { | ||
text-decoration: none; | ||
} | ||
|
||
.prose mark { | ||
background-color: var(--color-gold); | ||
color: var(--color-base-dark); | ||
} | ||
.prose mark { | ||
background-color: var(--color-gold); | ||
color: var(--color-base-dark); | ||
} | ||
|
||
/* block space only for "regular lists" */ | ||
.prose :not(.cluster):not(.grid) > li + li { | ||
padding-block-start: var(--space-s-m); | ||
} | ||
/* block space only for "regular lists" */ | ||
.prose :not(.cluster):not(.grid) > li + li { | ||
padding-block-start: var(--space-s); | ||
} | ||
|
||
/* inline space only for "regular lists" */ | ||
.prose :where(ul:not(.grid), ol:not(.grid)) { | ||
padding-inline-start: 1.2ch; | ||
} | ||
/* inline space only for "regular lists" */ | ||
.prose ul:not(.grid) { | ||
padding-inline-start: 1.3ch; | ||
} | ||
|
||
/* marker only for "regular lists" */ | ||
.prose :where(ul:not(.grid):not([role='list'])) li::marker { | ||
color: var(--color-blue); | ||
content: '– '; | ||
} | ||
.prose ol:not(.grid) { | ||
padding-inline-start: 2ch; | ||
} | ||
|
||
.prose ol li::marker { | ||
color: var(--color-blue); | ||
} | ||
/* marker only for "regular lists" */ | ||
.prose :where(ul:not(.grid):not([role='list'])) li::marker { | ||
color: var(--color-blue); | ||
content: '– '; | ||
} | ||
|
||
.prose img { | ||
border-radius: var(--border-radius-small); | ||
} | ||
.prose ol li::marker { | ||
color: var(--color-blue); | ||
} | ||
|
||
.prose img { | ||
border-radius: var(--border-radius-small); | ||
} | ||
|
||
@media screen(ltnav) { | ||
.prose > *, | ||
.prose a { | ||
overflow-wrap: break-word; | ||
word-wrap: break-word; | ||
word-break: break-word; | ||
/* Adds a hyphen where the word breaks, if supported (No Blink) */ | ||
hyphens: auto; | ||
@media screen(ltnav) { | ||
.prose > *, | ||
.prose a { | ||
overflow-wrap: break-word; | ||
word-wrap: break-word; | ||
word-break: break-word; | ||
/* Adds a hyphen where the word breaks, if supported (No Blink) */ | ||
hyphens: auto; | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+38.4 KB
...ages/deploying-prefect-on-any-cloud-using-a-single-virtual-machine-preview.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+395 Bytes
(100%)
...and-prefect-a-great-combo-for-streamlined-data-ingestion-pipelines-preview.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"layout": "post", | ||
"tags": "posts", | ||
"permalink": "/blog/{{ title | slugify }}/index.html" | ||
"permalink": "/insights/{{ title | slugify }}/index.html", | ||
"toc": true | ||
} |