[aklug] Re: Static Site generators

From: David J. Weller-Fahy <dave-lists-aklug@weller-fahy.com>
Date: Fri May 10 2013 - 18:22:59 AKDT

* Bruce Hill <bruce@happypenguincomputers.com> [2013-05-10 14:14 -0500]:
> My needs are simple, but not desperate. There is nothing
> point-and-click that we have used, nor probably will use in the
> future.
>
> The whole fascination with flash and java in websites just increases
> the attack vector, and frankly, for a little presence on the world
> wide web that we want, HTML5 and CSS written in ViM will be enough.
>
> I'm grateful for the replies from this list.

I don't know if you've looked into static site generators, but that may
be an option which will allow templating similar to the dynamic CMS
solutions, while only presenting static HTML/CSS and (should you choose)
some javascript to the world.

In example, http://caterva.org (my note taking device on my server
playground) is generated by hakyll (http://jaspervdj.be/hakyll/).

An interesting article on ruby offerings is at
http://www.mickgardner.com/2012/12/an-introduction-to-static-site.html.

And a mini-review of the different generators is at
https://github.com/skx/static-site-generators.

I use vim to edit markdown formatted articles, then type `bin/site build
&& bin site/deploy`, which generates any new content, and deploys the
changed portions of the site via ssh-encapsulated rsync.

Regards,

-- 
dave [ please don't CC me ]

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.

Received on Fri May 10 18:23:26 2013

This archive was generated by hypermail 2.1.8 : Fri May 10 2013 - 18:23:26 AKDT