Publish your own interactive stories! This web template is for use with the Ink scripting language and editor.
Example here: https://winky.vellandi.net
This template was made by Mario Vellandi for the author Geoffrey Golden and his publication: Adventure Snack. While this template is free to use, the story in the file 'story.js' and the images used are copyrighted by Geoffrey Golden and Adventure Snack. To make your own story, you can use this template as a base, but you must use a new story file and preferably your own fonts and images.
- Download and install the Inky Editor
- Learn how to write a story in Inky
- Write a story in the Inky Editor and export it as a .js file
- Replace 'story.js' with your own story file
- Remove the images in the folder 'img' and replace them with your own (if applicable)
- Edit 'index.html' to change the <title> and <h1> content
- Use your own self-hosted or Google Fonts via '/assets/fonts.css', and edit '/styles/variables.css' to change the font variables
- Remove/Modify the CNAME file for your own custom domain
- Open 'index.html' in a browser and enjoy your story!
- Host your story on GitHub Pages.
Using the Inky Editor, you can add CSS classes to images and choices using the following format:
'# IMAGE: src&class=class1,class2,etc...'
'# IMAGE: img/mustang.jpg&class=block'
'Choice text &class=class1,class2,etc...'
'Enter the Graveyard &class=strike'