<div dir="ltr">yeah i just wanted to get my point across that sometimes simple is best and don't forget the lost art of coding in notepad<div>if jekyll fits the need then this is perfect</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On 10 January 2014 12:37, Christian <span dir="ltr"><<a href="mailto:me@rndm.de" target="_blank">me@rndm.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 10.01.2014 11:57, Earl G wrote:<br>
> drupal is way to bloated wordpress way too insecure. and neither of<br>
> them are downloadable as they are db based.<br>
><br>
> i am assuming that anyone who is going to edit the blog will have a<br>
> basic understanding of html<br>
><br>
> As the site needs to be portable as in downloadable, pdfable and<br>
> made to run offline.<br>
><br>
> Is there any reason it cant be built in html?<br>
><br>
> a webmaster can update it and push out new pages.<br>
><br>
> i know this goes against scaling and there will be argument that it<br>
> should be ruby or jekyll or octopus or whatever garbage is in<br>
> fashion at the moment.<br>
><br>
> "Jekyll is basically a set of markdown files you edit in a text<br>
> editor and then they're rendered in the browser as valid HTML by<br>
> the generator (liquid, I thin" seems to be it solves a problem that<br>
> dosent exist.<br>
><br>
<br>
</div>Jekyll generates HTML that can be put on any server that serves static<br>
files.<br>
<br>
The advantage of Jekyll is that you can define templates and includes<br>
that simplify your development work and reduce repetition in your code.<br>
<br>
Using markdown, textile or another text to html generators, helps<br>
content creators to write their texts without having to worry about html.<br>
It's rendered into your jekyll template and stored as a simple html file.<br>
<br>
In the end you have to distribute the generated html, images and css<br>
files and nothing more.<br>
<br>
Cheers<br>
<div class="HOEnZb"><div class="h5">________________________________________________________________________<br>
Tor Website Team coordination mailing-list<br>
<br>
To unsubscribe or change other options, please visit:<br>
<a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/www-team" target="_blank">https://lists.torproject.org/cgi-bin/mailman/listinfo/www-team</a><br>
</div></div></blockquote></div><br></div>