Skip to content
/ dwarf Public
forked from jpoesen/dwarf

A minimal Flask based static site generator.

License

Notifications You must be signed in to change notification settings

Dakarlug/dwarf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DWARF, a tiny content publishing engine.

Dwarf is an out-in-the-open exercise in building a content publishing tool with python and Flask.

Dwarf currently wants to be a static site generator much like its heroes Jekyll and Pelican.

It has been mentioned that this is entirely possible in 50 lines of code with Flask-FlatPages and FrozenFlask. There is truth to this. But no fun.

But Darf is still a pipsqueek!

Quite right, Dwarf is in its very early stages. It's in no way stable, scalable, secure, or a good idea in any way.

Where does Dwarf keep its stuff?

No SQL. No NOSQL. All source content is stored in flat markdown files:

  /content/  
  /content/authors/  
  /content/authors/alice.md  
  /content/authors/_bob.md  
  /blog/example.md  
  /pages/about.md  

(Files starting with an underscore are assumed to be draft content and won't be rendered publicly.)

Your Dwarf is so pretty.

Oh you. Out of the box Dwarf uses Twitter's Bootstrap to make itself purdy for gentleman callers. Any lipstick will do though. Go nuts.

What about pictures and discussions and such?

Dwarf has lots of specialized friends, like Gravatar for author avatars and Disqus to power comments, all ready to go.

Multimedia content will have to be hosted elsewhere for now - Dwarf has no intention of handling all that himself, though some kind of ajaxy wizardy interface to those third party thingies may be cooked up later.

What holds the future?

Right now we are assuming a lot of things and hiding behind 'convention over configuration' to justify lots of magicking about. We need to move stuff into a simple config file, write unit tests and produce documentation. Stabilize now, add features later.

Licence?

Good question. How about the BSD Licence, the same one Flask uses?

About

A minimal Flask based static site generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.4%
  • JavaScript 31.9%
  • Python 1.7%