This repository contains the source code for the official Crownicles website (crownicles.com).
Crownicles is a text adventure game on Discord. The story takes place in a medieval world where the player embodies an adventurer competing to win the princess's hand. Travel, earn points, face dangers, and climb the leaderboard!
- Static Site Generator: Jekyll 4.2
- Hosting: GitHub Pages
- Languages: HTML, CSS, Liquid templates
Before you begin, ensure you have the following installed:
git clone https://github.com/DraftBot-A-Discord-Adventure/Website.git
cd Websitebundle installbundle exec jekyll serveNavigate to http://127.0.0.1:4000 to see the website locally.
💡 Tip: The server supports live reload - any changes you make will automatically refresh the page!
Website/
├── _config.yml # Jekyll configuration
├── _includes/ # Reusable HTML components
│ ├── header.html
│ ├── footer.html
│ ├── head.html
│ └── scripts.html
├── _layouts/ # Page templates
│ └── default.html
├── _site/ # Generated static site (do not edit)
├── public/ # Static assets
│ ├── css/ # Stylesheets
│ ├── js/ # JavaScript files
│ └── ressources/ # Images and other resources
├── index.html # Homepage
├── Gemfile # Ruby dependencies
└── README.md # This file
Found a bug or have a suggestion? Open an issue!
| Resource | Link |
|---|---|
| 🌐 Website | crownicles.com |
| 🎮 Main Repository | Crownicles/Crownicles |
| 💬 Discord Server | Join us! |
| 📖 Player Guide | guide.crownicles.com |
| 💡 Suggestions | feedback.crownicles.com |
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by the Crownicles Team
