The Cheatsheet discusses management commands for daily use. The Template system J1 is a creation tool to build simple but fully configurable modern static websites using the generator Jekyll. No deep knowledge of using Jekyll is needed for the template system J1.
J1 Templated provides a handy command, j1
, to manage and run websites created by Jekyll One. Find all commands supported below.
The command j1 is a wrapper around the top-level scripts defined in the NodeJS project file package.json . To run a J1 project, an installation of NodeJS is required. |
Command | Description | Example | ||
---|---|---|---|---|
| Run the website of a J1 project as a standalone web application. In difference to the command |
| ||
| Creates a J1 project scaffold in folder |
| ||
| Show the help message, optionally for a given subcommand (e.g. generate). |
| ||
| Install available patches for a J1 project. For default, patches are installed userized in the users |
| ||
| Rebuild a all sources of a project. If you run a website in development mode ( |
| ||
| Reset a J1 project to factory state. A reset of a project removes all project related files but all sources of a web are untouched. |
| ||
| Initialize a J1 project scaffold for first use. The management of a J1 site requires NodeJS libraries and larger number of Ruby GEM files (Ruby libraies) to be installed and initialized. |
| ||
| Run the web site of a J1 project in development mode. For development, the site generator of Jekyll is running in background to detect changes on your site sources. |
|