Socket
Socket
Sign inDemoInstall

github.com/qjcg/elx

Package Overview
Dependencies
8
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/qjcg/elx

A simple static site generator.


Version published

Readme

Source

Electrostatic

A simple static site generator.

NOTE: This is pre-alpha software. Several features are not yet fully implemented.

Features

  • Converts directory with markdown content to static HTML
  • Templates for:
    • blogs
    • photo galleries
    • presentation slides
  • TOML-based configuration
  • Optional minification of web content

Anti-Features

  • Lots of subcommands
  • Lots of options
  • Lots of cornercases
  • Lots of markup formats

Directory structure

mysite
├── assets
│   ├── css
│   ├── img
│   └── js
├── _includes
├── _layouts
├── _posts
└── _site

References

  • https://jekyllrb.com/docs/structure/
  • https://gohugo.io/overview/source-directory/
  • https://middlemanapp.com/basics/directory-structure/

Usage

# Create a new site in ./potatoes.com.
$ elx init potatoes.com

# Create a new site in the current directory.
$ elx init

# Build
$ elx build

Licence

MIT.

FAQs

Last updated on 22 Feb 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc