Welcome to the StoryTime Productions ./dev blog! 🚀 Behind the screen insights from our indie game development journey in Montreal, Quebec. We create immersive Unity games spanning horror, sci-fi, and arcade genres.
We're an indie game studio crafting immersive Unity experiences from Montreal. Students turned developers exploring horror, sci-fi & arcade genres. 🇨🇦
- Prochaine Station - A psychological horror inspired by Montreal's metro system
- Stweaks - A PaperMC plugin for our group's SMP server
Production: https://storytime-productions.github.io/st-blog/
- Static Site Generator: Jekyll 3.10.0 (GitHub Pages compatible)
- Theme: Minimal Mistakes (Remote Theme)
- Styling: Custom SCSS with StoryTime Productions purple branding
- Deployment: GitHub Pages with automated CI/CD
- Content Management: Markdown with Jekyll front matter
bundle install
bundle exec jekyll serveView locally at: http://localhost:4000/st-blog/
$env:SASS_SILENCE_DEPRECATIONS="legacy-js-api,import,global-builtin,color-module"; bundle exec jekyll serve-
Create new post in
_posts/directory:YYYY-MM-DD-your-post-title.md -
Use this front matter template:
--- title: "Your Post Title" excerpt: "Brief description of your post" categories: - Game Development - Unity - Horror tags: - montreal - indie - gamedev ---
- Create pages in
_pages/directory - Configure navigation in
_data/navigation.yml
Our custom StoryTime Productions theme uses a purple color palette:
- Primary:
#725976(Deep Purple) - Secondary:
#d3add9(Light Purple) - Accent:
#8A3057(Burgundy)
This blog uses GitHub Actions for automated deployment:
- Trigger: Push to
mainbranch - Build: Jekyll with GitHub Pages compatibility
- Deploy: Automatic to GitHub Pages
- Cache: Ruby gems and bundle for faster builds
# Build for production
JEKYLL_ENV=production bundle exec jekyll build
# The built site will be in _site/- Config: Edit
_config.ymlfor site-wide settings - Navigation: Modify
_data/navigation.yml - Styling: Custom SCSS in
assets/css/main.scss - Colors: StoryTime Productions purple branding
- Logo: Full-width display (not circular crop)
- ✅ Gradient Navbar: Custom purple gradient background
- ✅ Mobile Responsive: Works on all devices
- ✅ SEO Optimized: Meta tags and sitemap
- ✅ Fast Loading: Compressed CSS and optimized images
- ✅ GitHub Integration: Social links and commit-based linting
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Studio: StoryTime Productions
- Email: brommitment@gmail.com
- GitHub: @StoryTime-Productions
- Location: Montreal, Quebec, Canada 🇨🇦
This project is open source and available under the MIT License.
Indie game studio crafting immersive Unity experiences