🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/qjcg/elx

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/qjcg/elx

v0.2.0
Source
Go
Version published
Created
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

Package last updated on 21 Feb 2018

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