Gloria screenshot

Gloria

Author Avatar Theme by Gloriajs
Updated: 25 Sep 2023
151 Stars

Gloria is a static website generator, based on NodeJS.

Categories

Product Analysis: Gloria - Static Site Generator

Overview

Gloria is a static site generator that aims to be an easy and simple tool for creating static websites. It is designed to be an alternative to Jekyll and allows users to create websites without depending on Ruby. The main focus of Gloria is its ease of use, extensibility, and support for Markdown files.

Features

  • Content Management System using Markdown files
  • Integrates with Tailwind CSS for styling
  • Easy setup with a quick start theme repository
  • Supports custom domains on GitHub Pages
  • Offers command line interface for various operations such as collecting, copying, building, and writing files

Installation

To install Gloria, you can use either Yarn or NPM. Here are the installation instructions for each option:

Yarn

  1. Add Gloria as a dependency: yarn add gloriajs
  2. Follow the build and deploy instructions provided

NPM

  1. Install Gloria from the NPM registry: npm install gloriajs
  2. Follow the build and deploy instructions provided

For more detailed information on each installation method, you can refer to Gloria’s official website.

Summary

Gloria is a static site generator that aims to provide an easy and simple solution for creating static websites. It supports a content management system using Markdown files and integrates with Tailwind CSS for styling. With its quick start theme repository and support for custom domains on GitHub Pages, Gloria makes it convenient to set up and publish websites. It also offers a command line interface for performing various operations on the generated static files. Overall, Gloria is a user-friendly tool for creating static websites without depending on Ruby.