All Projects → BarryMode → Grav Plugin Blackhole

BarryMode / Grav Plugin Blackhole

Licence: mit
The static site generator for Grav CMS

Projects that are alternatives of or similar to Grav Plugin Blackhole

Tableless
O site do Tableless em Hugo. Mais leve, impossível.
Stars: ✭ 107 (-18.32%)
Mutual labels:  static-site-generator
Kulfon
👹 🐸 JavaScript static site generator with Org Mode & Markdown support (α) 💥
Stars: ✭ 112 (-14.5%)
Mutual labels:  static-site-generator
Profileio
Static site and resume generator from YAML based profile for students and researchers. Generates ready to deploy branches via github actions.
Stars: ✭ 122 (-6.87%)
Mutual labels:  static-site-generator
Jekyll
🌐 Jekyll is a blog-aware static site generator in Ruby
Stars: ✭ 43,803 (+33337.4%)
Mutual labels:  static-site-generator
Scaffold Static
Scaffolding utility for vanilla-js
Stars: ✭ 111 (-15.27%)
Mutual labels:  static-site-generator
Moul
The minimalist publishing tool for photographers
Stars: ✭ 113 (-13.74%)
Mutual labels:  static-site-generator
Weblorg
Static Site Generator for Emacs
Stars: ✭ 103 (-21.37%)
Mutual labels:  static-site-generator
Pelican
Static site generator that supports Markdown and reST syntax. Powered by Python.
Stars: ✭ 10,699 (+8067.18%)
Mutual labels:  static-site-generator
Next Cms Ghost
Publish flaring fast blogs with Next.js and Ghost CMS
Stars: ✭ 107 (-18.32%)
Mutual labels:  static-site-generator
Harbor
Simple and minimal personal blog theme.
Stars: ✭ 120 (-8.4%)
Mutual labels:  static-site-generator
Ssg
The official Statamic 3 static site generator package
Stars: ✭ 107 (-18.32%)
Mutual labels:  static-site-generator
Kirby Staticbuilder
Static HTML exporter for Kirby CMS (v2 only)
Stars: ✭ 109 (-16.79%)
Mutual labels:  static-site-generator
Hugothemes
A curated directory of Hugo themes
Stars: ✭ 1,571 (+1099.24%)
Mutual labels:  static-site-generator
Leovue
Use the LEO outlining editor to create a Vue.js webapp.
Stars: ✭ 107 (-18.32%)
Mutual labels:  static-site-generator
Nest
Nest Pelican Template
Stars: ✭ 123 (-6.11%)
Mutual labels:  static-site-generator
Startjekyll
An example and guide to getting started with Jekyll and static site generators.
Stars: ✭ 106 (-19.08%)
Mutual labels:  static-site-generator
Dropcaster
Simple Podcast Publishing with Dropbox
Stars: ✭ 112 (-14.5%)
Mutual labels:  static-site-generator
Hexo Generator Amp
AMP ⚡ HTML (Accelerated Mobile Pages) generator for Hexo.
Stars: ✭ 129 (-1.53%)
Mutual labels:  static-site-generator
Hyde
A Python Static Website Generator
Stars: ✭ 1,599 (+1120.61%)
Mutual labels:  static-site-generator
Rib
Haskell static site generator based on Shake, with a delightful development experience.
Stars: ✭ 115 (-12.21%)
Mutual labels:  static-site-generator

Blackhole

The ⚫ Blackhole Plugin is for Grav CMS.

Description

Why Blackhole? Grav is a space term, so I think this plugin should follow suit. Time stops at the event horizon of a black hole, which is exactly what this plugin does to your website. It freezes it in a state. By Increasing gravity to infinity you get a static black hole, or in this case you generate a static html copy of your Grav website.

Installation

GPM Installation

The simplest way to install this plugin is via the Grav Package Manager (GPM). From the root of your Grav install type: bin/gpm install blackhole

Manual Installation

If you can't use GPM you can manually install this plugin. Download the zip version of this repository and unzip it under /your/site/grav/user/plugins, then rename the folder to blackhole.

Usage

Absolute URLs must be enabled in Grav System Configuration.

Generate Command

The generate command can be used from the command line or directly in the Grav Admin Panel. Generate your static site. generate can also be written as gen or g.

  • Input URL (required) - Enter the URL to your live Grav site.
bin/plugin blackhole generate http://localhost/grav

Options

  • Output URL --output-url or -d The URL of your static site. This determines the domain used in the absolute path of your links.

    --output-url https://website.com
    
  • Output Path --output-path or -p The directory to which your static site will be written (relative to Grav root).

    --output-path ../build
    
  • Routes --routes or -r Limit generation to a select list of page routes.

    --routes home,about,about/contact
    
  • Simultaneous Limit --simultaneous or -s Determine how many files will generate at the same time (default: 10).

    --simultaneous 10
    
  • Assets --assets or -a Copy assets to the output path.

  • Force --force or -f Overwrite previously generated files.

  • Verbose Mode --verbose-mode Enable verbose mode.

Author

BarryMode
BarryMode
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].