On Fri, Feb 20, 2015 at 07:46:58PM -0500, Offray Vladimir Luna Cárdenas wrote:
> I'm planning to make a web site. Nothing fancy, just a web site for
> the grafoscopio project I have told you about already. I started to
> use Nikola blog engine[1], but, after a while I thought I want to
> try something else, something that can create static web sites like
> Nikola, but with more interactive feedback and made in Smalltalk.

I wrote my own. Totally run of the mill: runs on Zinc, meta data in JSON,
content in Markdown, templates expressed in Smalltalk using Seaside.  It
started as a static site generator but now serves content dynamically to
support tags. 

I edit the Markdown content text files using vim and transfer them to the
server manually. The engine has no web admin interface. Instead, I keep an
inspector on the site object open, and work with it using Smalltalk, e.g. when
I upload new content, I run "self walkContentTree" in the inspector window.
Access to Smalltalk is via RFB. Given that my low volume site, this workflow is
good enough for me.


Pierce
http://www.samadhiweb.com/blog


Reply via email to