This repository contains the source code for the Scalastic website, a project built with Jekyll version 4.3.2. The website is deployed using GitHub Actions and hosted on GitHub Pages.
To work with this project, ensure you have the following installed:
Follow these steps to set up the project on your local machine:
bundle install
Use the following commands to build and serve the website:
bundle exec jekyll build
bundle exec jekyll server --incremental
bundle exec jekyll server --incremental --drafts
bundle exec jekyll server --incremental --drafts --future
bundle exec jekyll server --incremental --drafts --future --verbose
For more information about Jekyll, visit the Jekyll Official Website.
The project uses various Jekyll plugins, including:
The website integrates the following layouts:
The project is based on the Flexible Jekyll theme, a clean and customizable Jekyll theme tailored to specific preferences.
The website is built and deployed using GitHub Actions for Jekyll, a GitHub Action specifically designed for building and deploying Jekyll sites to GitHub Pages. For more details on GitHub Actions, refer to the GitHub Actions Official Website.
The Scalastic website is hosted on GitHub Pages, the official platform for publishing and sharing web content through GitHub.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except for components and images integrated into the content of the website, which may have their own licenses indicated where applicable.