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


Groups > comp.lang.python > #59682

Re: Static Website Generator

Date 2013-11-16 11:43 -0500
From Veritatem Ignotam <veritatem.ignotam@gmail.com>
Subject Re: Static Website Generator
References <20131116142104.51ee5ee0b4117dd701800622@web.de> <CAMw+j7JKWMa94gZPWXLDZQOR_sVQBFznqHuOMraMBp8w6rjwYA@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.2754.1384658806.18130.python-list@python.org> (permalink)

Show all headers | 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