Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xertz

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xertz

xertz

  • 0.32.0
  • npm
  • Socket score

Version published
Weekly downloads
58
increased by5700%
Maintainers
1
Weekly downloads
 
Created
Source

xertz Build Status

Pronounced ‘zerts’, it means to gulp something down quickly and/or in a greedy fashion

xertz is a static site generator with first-class support for Markdown and Handlebars templates

Installation and Usage

xertz requires Node.js to be installed and is distributed on npm. It can easily be installed and executed by using the npx tool, which is distributed with newer versions of Node.js.

Commands

npx xertz init [folder_name] - Initializes a new xertz project

npx xertz serve - Builds and serves a xertz project on http://localhost:8080. Also watches and rebuilds on any changes.

npx xertz build - Buids a xertz project and outputs to _dist folder.

Features

  • Built in support for AMP
  • Code Highligting via Prism.js
  • Style content available in templates
  • Supports SaSS

Content Files

  • TODO

Config

  • TODO

Layouts

  • Files prefixes with _ are not processed
  • TODO

Template Helpers

  • limit, filter, iif, dateFormat (now)
  • TODO

FAQs

Package last updated on 22 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc