Skip to content

scalastic/scalastic.github.io

Folders and files

NameName
Last commit message
Last commit date
Oct 6, 2024
Feb 4, 2025
Jan 31, 2025
Feb 4, 2025
Feb 3, 2025
Feb 19, 2025
Mar 1, 2025
Feb 19, 2025
Mar 1, 2025
Feb 3, 2025
May 1, 2023
May 4, 2023
Mar 27, 2021
Jan 29, 2025
May 4, 2023
Jan 1, 2025
Jan 28, 2025
Oct 8, 2024
Oct 8, 2024
Oct 8, 2024
May 7, 2021
May 9, 2023
Aug 9, 2023
Oct 21, 2023
Oct 21, 2023
May 16, 2023
May 9, 2023
Apr 30, 2021
Jan 21, 2025
Jan 21, 2025
Mar 2, 2024
May 15, 2023
Mar 2, 2024
May 15, 2023
Jul 18, 2021
Jul 18, 2021
May 15, 2023
Jul 13, 2023
Jul 13, 2023

Repository files navigation

Build and Deploy to Github Pages

Scalastic Website Source Code

Scalastic Website

Overview

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.

Prerequisites

To work with this project, ensure you have the following installed:

  • Ruby >= 3 (latest recommended, also bundler included)
  • glib 2
  • libvips

Installation

Follow these steps to set up the project on your local machine:

  1. Install Ruby and Bundler.
  2. Clone this repository.
  3. Install project dependencies by running:
bundle install

Usage

Use the following commands to build and serve the website:

  • Production build:
bundle exec jekyll build
  • Development build:
bundle exec jekyll server --incremental
  • Development build with drafts:
bundle exec jekyll server --incremental --drafts
  • Development build with drafts and future posts:
bundle exec jekyll server --incremental --drafts --future
  • Development build with drafts, future posts, and verbose output:
bundle exec jekyll server --incremental --drafts --future --verbose

Jekyll

For more information about Jekyll, visit the Jekyll Official Website.

Utilizes Jekyll Plugins

The project uses various Jekyll plugins, including:

  • nokogiri: A Ruby gem for parsing HTML and XML.
  • jekyll-paginate: A pagination plugin.
  • jemoji: A plugin for converting emoji shortcodes into emoji images.
  • premonition: A plugin for creating Bootstrap-style alerts in Markdown.
  • jekyll-last-modified-at: A plugin for adding last modified date information to posts and pages.
  • jekyll-polyglot: A plugin for managing multiple languages in a Jekyll site.
  • jekyll_picture_tag: A plugin for creating responsive images.
  • And more included in Jekyll's extensive plugin ecosystem.

Incorporates Layouts

The website integrates the following layouts:

  • Bootstrap 4: A popular CSS framework for responsive and mobile-first design.
  • Font Awesome 5: A widely-used icon set and toolkit.
  • Google Fonts: A library of 1,000 free, open-source fonts.
  • Compress HTML: A plugin for HTML compression.
  • Code snippet highlighting: A Jekyll integrated syntax highlighter, styled like Carbon Now images.
  • GitHub Card: A Jekyll tag, displaying GitHub repo details as GitHub does.

Utilizes Jekyll Themes

The project is based on the Flexible Jekyll theme, a clean and customizable Jekyll theme tailored to specific preferences.

GitHub Integration

Built and Deployed with GitHub Actions

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.

Hosted on GitHub Pages

The Scalastic website is hosted on GitHub Pages, the official platform for publishing and sharing web content through GitHub.

License

Creative Commons License

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.