Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #59682

Re: Static Website Generator

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin2!goblin.stu.neva.ru!newsfeed1.swip.net!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <veritatem.ignotam@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.025
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'tutorial': 0.03; '16,': 0.03; 'static': 0.04; 'disclosure:': 0.09; 'similar,': 0.09; 'elsewhere.': 0.16; 'generator.': 0.16; 'language)': 0.16; 'url:jp': 0.16; 'wrote:': 0.18; 'seems': 0.21; '(the': 0.22; 'header:User-Agent:1': 0.23; 'instead.': 0.24; 'helpful': 0.24; '---': 0.24; "i've": 0.25; '&gt;': 0.26; 'second': 0.26; 'header :In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; '(which': 0.31; 'use?': 0.31; 'run': 0.32; 'another': 0.32; 'quite': 0.32; 'moment': 0.34; 'advice': 0.35; 'something': 0.35; 'good.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'add': 0.35; "i'll": 0.36; 'should': 0.36; 'message-id:@gmail.com': 0.38; 'nov': 0.38; 'needed': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'extremely': 0.39; 'to:addr:python.org': 0.39; 'easy': 0.60; 'new': 0.61; 'simple': 0.61; 'first': 0.61; 'love': 0.65; 'great': 0.65; 'minutes': 0.67; 'dont': 0.67; 'subject:Website': 0.78; '(full': 0.91; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=cjXYOjhogrQsCObJx1yiZ5o+qfG0te7EJ00oz0OaGC8=; b=hj+7dI6uzLdkC68sHAv2qL/EzfyqdkbWwYNBj3ftHqNjwLlgtcwMq4Eq25thwkPI5A r0hdWrT8b+h/pfsCfiS6Of1gZysIltFbRdfr+/LmszZUhjqCLvFwqIk++3+KQUm7q0Qx IncvzSsgLRGUHBg8O3S5x0PvK4KeahJiiy5eFiD0ANxvif6b616UnxVAOqxR2tGJLZ4s 9JeDzIUSi5ur6ItYPHlQAQfRapE/3TxHpM5n5SlRemGSCUPPx/foBurhkCHeKbYZYNsD sr3rhW/N12/6LKjitjKLFebFtrFDsoRRW8y0YnzaswmP0CBJWeNeUqbPC2Uu9e6QCBAW Pkdg==
X-Received by 10.50.43.131 with SMTP id w3mr8205033igl.17.1384620182703; Sat, 16 Nov 2013 08:43:02 -0800 (PST)
Date Sat, 16 Nov 2013 11:43:01 -0500
From Veritatem Ignotam <veritatem.ignotam@gmail.com>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8
MIME-Version 1.0
To python-list@python.org
Subject Re: Static Website Generator
References <20131116142104.51ee5ee0b4117dd701800622@web.de> <CAMw+j7JKWMa94gZPWXLDZQOR_sVQBFznqHuOMraMBp8w6rjwYA@mail.gmail.com>
In-Reply-To <CAMw+j7JKWMa94gZPWXLDZQOR_sVQBFznqHuOMraMBp8w6rjwYA@mail.gmail.com>
Content-Type multipart/alternative; boundary="------------030509010500050803080001"
X-Mailman-Approved-At Sun, 17 Nov 2013 04:26:44 +0100
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2754.1384658806.18130.python-list@python.org> (permalink)
Lines 101
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1384658806 news.xs4all.nl 15878 [2001:888:2000:d::a6]:33123
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:59682

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

I'll second Nikola (full disclosure: not affiliated)

It's easy to get started and the documentation is pretty good. Mako (the 
themeing language) is good to know as it, or something extremely 
similar, is used elsewhere. And Nikola is python!

I found the tutorial at http://shisaa.jp/postset/nikola-web.html to be 
quite helpful my first time but it seems to be down at the moment

Another generator I've used and found quite good is Hakyll. Designed 
after Jakyll but in Haskell instead. My Haskell isn't great however so 
if I needed to add some new functionality it would often take a long 
time (which isn't always ideal)

V.I.

On 11/16/2013 11:00 AM, Chris "Kwpolska" Warrick wrote:
>
> On Nov 16, 2013 3:45 PM, "Silvio Siefke" <siefke_listen@web.de 
> <mailto:siefke_listen@web.de>> wrote:
> >
> > Hello,
> >
> > 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.
> >
> > I has try Pelican, but its i dont know that themeing make me crazy.
>
> I love (full disclosure: and co-develop) Nikola --- http://getnikola.com/
>
> Theming Nikola is not hard, takes a few minutes tops.
>
>
>

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Static Website Generator Veritatem Ignotam <veritatem.ignotam@gmail.com> - 2013-11-16 11:43 -0500

csiph-web