Publish with Super
Blocks highlighted with red are synced! The synced block below is a universal block found in all blog posts via the blog template → New Blog Post
- Functionality: every change made to a block pasted from the original will change the original and all other synced blocks. Learn more here
- 🛑 Deleting the original synced blocks on this homepage will only remove the original blocks and not delete blocks elsewhere in the website.
Type the "@" symbol to link existing page
You can change the filter to dictate what blog posts are visible below. It is currently showing only published and featured blog posts. There is a property inside the Essay Index database to check if a post is featured.
Essay Index
Because this synced block has columns, you can add more by dragging a new block next to the Essays block.
CSS
:root { --color-bg-default: #F3F4F4 !important; --color-text-default: black !important; --color-bg-gray: #edf0f2 !important; --color-bg-yellow: #FFF9A6 !important; --color-text-red: #e64e43 !important; } /* Tweet Embeds */ .static-tweet-body-blockquote { background: #FFF9 !important; border: solid 2px #edf3ff !important; } /* Callouts */ .notion-callout__content { margin-inline: -20px !important; } /* Linked Page */ .notion-page.notion-link { padding-right: 25px !important; } /* Font size: you can also use body { ... */ html { font-size: 16px; } /* Date property */ .date { padding: 8px !important; } /* Headers */ h1.notion-heading { font-size: 30px; } h2.notion-heading { font-size: 28px; } h3.notion-heading { font-size: 24px; } /* Quote Block */ .notion-quote { text-align: center; border-left: none; font-size: 28px; font-weight: bold; padding-top: 30px; padding-bottom: 30px; } /* Gallery */ .notion-collection__header { display: none !important; } .notion-collection-gallery { border-top: none !important; } .notion-collection-card { background-color: #FFF9 !important; border: solid 2px #edf3ff !important; } .notion-collection-board { column-gap: inherit !important; } /* Tags */ .notion-pill { background-color: #dfe3fa !important; } /* Plain Links */ .notion-semantic-string .link{ color: dark-gray !important; border-bottom: none !important; } /* Hide Toggle: find block ID after # in block url */ #block-insert block ID here .notion-toggle__summary { display: none !important; }