Socket
Book a DemoInstallSign in
Socket

DisOrder

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

DisOrder

0.0.11
bundlerRubygems
Version published
Maintainers
1
Created
Source

DisOrder

DisOrder is a small static site generator. It takes Markdown as an input but the main features is that every article and page can have custom HTML and CSS.

I mainly written it for HelloDrNick.com and so it can make a mainpage with all the headlines of the articles and some small other (more) static pages you can link manualy in your theme or in articles.

But it can also do things like NickLoose.de.

Getting Started

$ gem install DisOrder
$ disorder init my_blog
$ cd my_blog
$ disorder build -s   # Look at http://localhost:8000

If you want to you can now add a new Article or Page like

$ disorder generate page "About Me"

or

$ disorder generate article "First Post"

This only generates the a Article or Page Stub with a Markdown File. If you want to have custom HTML, CSS or JS you can add them to the every Article folder.

Here is an example strucator of a DisOrder Folder

.
|-- config.yml
|-- articles
|   |-- hello_world
|   |   |-- index.md
|   |-- Freedom
|   |   |-- index.html
|   |   |-- css/
|   |   |-- js/
|   |   |-- fonts/
|   |   |-- images/
|-- meta
|   |-- articles.yml
|   |-- pages.yml
|-- static
|   |-- about
|   |   |-- index.md
|-- themes
|   |-- base.html
|   |-- baseArticle.html
|   |-- indexTheme.html
|   |-- css
|   |   |-- index.css
|   |   |-- style.css
|   |-- images/

Templates

Every html file is a erb template so you have the full power of ruby on your hands yay. Look a the default template to see what todo.

FAQs

Package last updated on 10 Feb 2013

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.