alex
2013-02-16 11:02:13 UTC
I like dart since the beginning for writing small web apps and command line
utilities. For web sites (not apps in a single page), as soon as you want
to have more than one pages, generating HTML is a pain, as soon as you want
to have the proper html header or common needs (boostrap, analytics, menus,
favicon, mobile tags...) and good search indexing (i.e. with content in the
HTML, not loaded dynamically). It seems that the dartlang.org site use
Jekyll to generate its site and I guess dart can make what Ruby/Python do...
I started my own utility just to share a footer/header for 3 or 4 pages but
I don't want to reinvent the wheel.
Is there any work any progress regarding having a static site generator
written in dart?
Simple ideas using build.dart and some utilities to generate pages from
some HTML snippet or Markdown files are welcome (The html5lib looks like a
good utility)
Also if there is a dart initiative to build a full features CMS generated
from json/yaml/html files, I would be even more interested.
thanks
--alex
utilities. For web sites (not apps in a single page), as soon as you want
to have more than one pages, generating HTML is a pain, as soon as you want
to have the proper html header or common needs (boostrap, analytics, menus,
favicon, mobile tags...) and good search indexing (i.e. with content in the
HTML, not loaded dynamically). It seems that the dartlang.org site use
Jekyll to generate its site and I guess dart can make what Ruby/Python do...
I started my own utility just to share a footer/header for 3 or 4 pages but
I don't want to reinvent the wheel.
Is there any work any progress regarding having a static site generator
written in dart?
Simple ideas using build.dart and some utilities to generate pages from
some HTML snippet or Markdown files are welcome (The html5lib looks like a
good utility)
Also if there is a dart initiative to build a full features CMS generated
from json/yaml/html files, I would be even more interested.
thanks
--alex
--
Consider asking HOWTO questions at Stack Overflow: http://stackoverflow.com/tags/dart
Consider asking HOWTO questions at Stack Overflow: http://stackoverflow.com/tags/dart