Giter Site home page Giter Site logo

bearton's Introduction

Bearton - static website generation system

Bearton is a system for managing and generating static websites. It is aimed at people who dislike complex CMS-s like Joomla! or Drupal.

NOTICE: Bearton is still alpha software!


Features

Bearton uses elements which are connected to make pages. For example, few core elements are mainmenu, header, footer and head. Pages are also elements -- one basic page-element is home.

Bearton elements are split into three files:

  • Mustache template,
  • Mustache context,
  • metadata about the element itself (e.g. what other elements it requires - used to build full context to render Musatche),

Technology

Bearton is built upon Mustache and uses Muspyche as a library implementing this framework.

Bearton is not compatible with other Mustache implementations since it relies on some features unique to Muspyche (which were, in turn, taken from a post about Mustache 2.0) -- mostly global context access from the inside of sections.
This extension of Mustache standard is required to build static websites with varying paths to root directory (e.g. for including CSS and JavaScript) and is a must-have for Bearton since it uses multiple contexts to render its Mustache templates.

Software required to work with Bearton:

Optional dependencies

Optional dependencies may be installed. If they are, Bearton will detect them at runtime and will adjust its functionality accordingly.

For Markdown support


Everything is kept on user machine - only generated HTML and reuired assets have to be sent to the remote server.
This provides users with the ability to work while being offline, and upload the results of work when the connection becomes available.


License

Bearton is free software published under GNU GPL v3 license.


Copyright (c) 2014 Marek Marecki

bearton's People

Contributors

marekjm avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.