Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.100 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.80; '*S*': 0.01; 'static': 0.04; 'generator.': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:t-ipconnect.de': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'looked': 0.18; 'nearly': 0.26; 'supported': 0.26; 'header:In- Reply-To:1': 0.27; 'tried': 0.27; 'hosting': 0.29; 'work.': 0.31; 'use?': 0.31; 'run': 0.32; 'ago': 0.33; 'advice': 0.35; 'but': 0.35; '+0100': 0.36; 'charset:us-ascii': 0.36; 'hi,': 0.36; 'should': 0.36; 'nov': 0.38; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'easy': 0.60; 'simple': 0.61; 'received:109': 0.72; 'subject:Website': 0.78; 'received:(helo localhost)': 0.91; '2013': 0.98 Date: Sat, 16 Nov 2013 16:24:42 +0100 From: Johannes Findeisen To: python-list@python.org Subject: Re: Static Website Generator In-Reply-To: <20131116142104.51ee5ee0b4117dd701800622@web.de> References: <20131116142104.51ee5ee0b4117dd701800622@web.de> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.22; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384615578 news.xs4all.nl 15943 [2001:888:2000:d::a6]:37988 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59619 Hi, On Sat, 16 Nov 2013 14:21:04 +0100 Silvio Siefke wrote: > i want try a static Website Generator. Has someone an advice for a simple > and easy System to use? I want run my blog with it, so the system should > run with my design of Website. have you looked at http://ringce.com/hyde . I currently use the Ruby based Jekyll website generator because I am hosting at GitHub Pages where only this software is supported but I tried Hyde long time ago and I remember that does nearly the same work. Regards, Johannes