Using This ScrollStory Template

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.

What You Have

This template includes:

Using AI to Build Your ScrollStory

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 at images/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:

The ScrollStory documentation shows every component with its full parameter list—paste relevant sections into your AI conversation as needed.

Start Editing!

If you’re not familiar with editing your site on GitHub, read through the directions on how to do that.

1. Customize the Homepage (index.md)

Edit index.md in the root folder to:

2. Edit the About Page (about.md)

Replace the sample content with:

3. Update the Bibliography (bibliography.md)

Add your sources and references:

Editing Your ScrollStory

Understanding the Essay Structure

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:

Replacing Sample Content

  1. Edit the text in your-story/index.md
    • Keep the special tags (like `

`)

  1. Add your images to your-story/images/:
    • Upload ALL images here
    • Use descriptive filenames (e.g., forest-view.jpg, historical-map.png)
  2. Learn the components from the ScrollStory documentation:
    • How to add background images
    • How to switch between images
    • How to create side-scrolling sections

Renaming Your Essay Folder

Eventually you’ll want to rename /your-story/ to match your essay topic. Here’s how:

  1. Rename the folder to your essay title:
    • Example: /scrollstory//forest-history/
    • Keep the name lowercase with hyphens (no spaces)
  2. Update navigation in _data/top-nav.yml:
    • Find the line with /your-story
    • Change it to /forest-history (obviously use your own folder name from step 1)
  3. Update homepage link in index.md:
    • Find links pointing to /your-story
    • Update them to your new folder name

Adding Images

Where to Put Images

Put 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

Getting Help

Xanthan Documentation

AI Assistance

Use AI tools like Claude or ChatGPT for help:

See the Using AI Assistance guide for tips.

Clean Up When Done

Once you’re comfortable working with your site:

  1. If you want, delete this file (instructions.md)
  2. Remove it from the top nav Remove the title and url lines (in _data/top-nav.yml)
  3. Remove the docs link from the top nav Remove the title and url lines (in _data/top-nav.yml)

Questions? Check the Xanthan documentation or report an issue.