Hi, I’m Luca, a generative artist.
- Duplicate this template to your Notion workspace
- Create a site using Super, using your newly created page as the Notion URL.
- Set up your fonts and add the code to your Super settings:
The fonts used in the template are: PS Fournier: Light Reason New: Regular and Medium You’ll need to add these fonts to a new web project in your Adobe Typekit account and paste the Unique ID into the code below.
If you don’t have a Typekit account you can rely on the chosen Google Webfonts as a fallback instead. They’re a pretty good match, here’s the difference:
If you want to change the fonts you’ll need to add custom overrides in the CSS editor. You can see the original CSS at the following link: https://iamsamsmall.github.io/cy/style.css
/* Here are the font stacks in the code. Search for them so you know which lines to override in your customisations. */
font-family: reason-new, 'Work Sans', sans-serif !important;
font-family: psfournier-std, 'Nanum Myeongjo', serif !important;
1. Go to Options > Global Site Injection > Edit Code 2. Paste the following code into HTML (Head)
<!-- Typekit: Update the link below with your Typekit ID -->
<link rel="stylesheet" href="https://use.typekit.net/fjc7ygg.css">
<!-- Add your analytics script here -->
<!-- I use Fathom, it’s a great alternative to Google Analytics with a minimal dashboard and a focus on privacy. Please consider using my referral link when creating an account: https://usefathom.com/ref/CSKBJR -->
<!--- Cy template styles: This is the CSS file that contains all the styles for the template. It is centrally hosted via GitHub. If you’d like to make changes to the style of your website you can add custom overrides in the style tag below. -->
<link rel="stylesheet" href="https://iamsamsmall.github.io/cy/style.css">
3. Paste the following code into HTML (Body)
<!-- Navigation -->
<nav class="nav">
<div class="left">
<a class="nav-link" href="/">Luca</a>
</div>
<div class="right">
<a class="nav-link" href="/writing">Writing</a>
<!-- <a class="nav-link" href="/about">About</a> -->
<a class="nav-link" href="/work">Work</a>
</div>
</nav>
.notion-image > div {
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
picture > img {
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
object-fit: cover !important;
}
Paste the code below into the Snippet Injection field in your Super settings.
<!-- Google fonts for fallback -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600&family=Nanum+Myeongjo&display=swap" rel="stylesheet">
<!-- Typekit: Update the link below with your Typekit ID -->
<link rel="stylesheet" href="https://use.typekit.net/gnx8fcu.css">
<!-- Add your analytics script here -->
<!-- I use Fathom, it’s a great alternative to Google Analytics with a minimal dashboard and a focus on privacy. Please consider using my referral link when creating an account: https://usefathom.com/ref/CSKBJR -->
<!-- Favicon: Having a custom nav breaks the Favicon that you can upload in the Super settings. To change it, update the link here -->
<link rel="icon" href="https://s3.amazonaws.com/super-notion/images/8a28f49c-9631-4450-89f2-b87a3a60099e.png">
<!-- Meta Description: Having a custom nav breaks the site description that you can edit in the Super settings. To change it, update the text here -->
<meta property="og:description" content="Cy, a minimal portfolio template built on Notion and powered by Super.">
<!-- Share image: Having a custom nav breaks the site share image that you can edit in the Super settings. To change it, update the url and the alt description below -->
<meta property="og:image" content="https://s3.amazonaws.com/super-notion/images/ca38c918-dbcb-4cdf-ae61-35a0f6415764.jpg">
<meta property="og:image:alt" content="Screenshot of the Cy demo site">
<!--- Cy template styles: This is the CSS file that contains all the styles for the template. It is centrally hosted via GitHub. If you’d like to make changes to the style of your website you can add custom overrides in the style tag below. -->
<link rel="stylesheet" href="https://iamsamsmall.github.io/cy/style.css">
<!-- Add your own custom overrides here -->
<style>
</style>
<!-- End of custom overrides -->
<!-- Navigation -->
<nav class="nav">
<div class="left">
<a class="nav-link" href="/">Cy</a>
</div>
<div class="right">
<a class="nav-link" href="/projects">Projects</a>
<a class="nav-link" href="/about">About</a>
<a class="nav-link" href="/writing">Writing</a>
</div>
</nav>
4. Make sure you’ve done these things before you go live
projects/
and writing/
, you can amend these if you want but you’ll need to add CSS overrides.