Getting Started
Welcome to Aether, to get started all you need is a Notion & Super account.
1. Duplicate Notion page
The first step to using this template is to duplicate this Notion page to your own workspace. Click the button below to open the Notion page.
2. Create a Super site
Then, head to your Super dashboard and create a new site using the public URL of your newly duplicated Notion page. Learn how to do that here.
3. Add the style snippet
Then, head to your site settings (gear icon) and into the code page. Then inside the 'Head' tab, paste the following code snippet.
<link rel="stylesheet" href="https://sites.super.so/aether/v2/style.css"/>
4. Add navigation menus
Finally, in your site settings be sure to choose and enable some navigation menus by going to: Site > Navigation. If you want to see breadcrumbs like at the top of this page, you can enable that in Site > Navigation > Navbar.
Migrating from old Aether to use the new Sidebar
In Notion
- Create a toggle block at the top of your homepage and give it a brown background.
- Move your pages from the synced block into the new toggle block
- Delete and unsync the synced block from inside the old sidebar
- Remove the left hand column by deleting any empty spaces and text blocks
In Super
- In the code page, in the head tab replace the Aether stylesheet with the new one below
- In the body tab, remove the script code. We no longer need it.
- Finally, head into the Navigation page, enable the sidebar and add your menu items.
<link rel="stylesheet" href="https://sites.super.so/aether/v2/style.css"/>
Next →