This page guides you through customizing this template for your own ScrollStory essay. Once you’re done editing (or feel like you got the hang of it), you can delete this file—it’s just for getting started.
This template includes:
/your-story/ folder. You’ll rename this for your project.ScrollStories have more moving parts than a standard page—background images, scrollyboxes, carousels, pacing parameters. AI assistants handle this well because Xanthan’s components use named parameters and clear structure.
A good opening prompt:
“I’m building a ScrollStory essay using the Xanthan Jekyll framework. Here’s my essay file: [paste your
your-story/index.md]. I want to add a scrollybox with a background image that shows text overlaid on a full-screen forest photo. The image is atimages/forest.jpg. Can you show me the include tag to use?”
Or to get started from scratch:
“I’m using the Xanthan ScrollStory template. I want to create an essay about the history of urban parks. Can you help me outline the essay structure and suggest which ScrollStory components would work best for each section?”
AI is especially useful for:
box-content textabove-box-space and below-box-space for pacingThe ScrollStory documentation shows every component with its full parameter list—paste relevant sections into your AI conversation as needed.
If you’re not familiar with editing your site on GitHub, read through the directions on how to do that.
index.md)Edit index.md in the root folder to:
about.md)Replace the sample content with:
bibliography.md)Add your sources and references:
Open /your-story/index.md to see your essay content. The file includes:
Front Matter (top of file):
---
layout: scrollstory
title: Your Essay Title
---
ScrollStory Components:
your-story/index.md
`)
your-story/images/:
forest-view.jpg, historical-map.png)Eventually you’ll want to rename /your-story/ to match your essay topic. Here’s how:
/scrollstory/ → /forest-history/_data/top-nav.yml:
/your-story/forest-history (obviously use your own folder name from step 1)index.md:
/your-storyPut all your essay images in your essay folder’s images/ directory:
your-story/
├── index.md
└── images/
├── background-1.jpg
├── background-2.jpg
└── detail-photo.png
/docs/ folder in your repository/docs/scrollstories/ for detailed scrolling techniquesUse AI tools like Claude or ChatGPT for help:
See the Using AI Assistance guide for tips.
Once you’re comfortable working with your site:
instructions.md)_data/top-nav.yml)_data/top-nav.yml)Questions? Check the Xanthan documentation or report an issue.