pelican Questions

2

Consider a Python configuration file with the following line: THEME = 'gum' The THEME key appears only once, so when I want to know what the THEME is, I grep the file: grep THEME pelicanconf.py...
Immingle asked 3/1, 2016 at 12:49

1

Solved

I don't want Pelican 3.6 to generate: /author/ /category/ /tag/ /archives.html /authors.html /categories.html /tags.html DIRECT_TEMPLATES can be set to suppress some of the index files:- # DIRE...
Jessie asked 6/8, 2015 at 20:36

1

Inside pelicanconf.py I have: STATIC_PATHS = ['images', 'extra/CNAME'] I have an image file inside images/filename.jpg When I run pelican content, my content rebuilds as expected, but no folder...
Incubator asked 27/11, 2014 at 3:50

1

Hi i'm using Pelican/Python for building a small static multilanguage site. With i18n_subsites plugin I can add language buttons that shows other available languages on top of my site. Is there ...
Mulhouse asked 28/8, 2014 at 9:4

1

About RELATIVE_URLS, the Pelican docs say: …there are currently two supported methods for URL formation: relative and absolute. Relative URLs are useful when testing locally, and absolute...
Wakayama asked 22/8, 2014 at 16:30

2

In order to run Pelican, I installed python2.7 and modified first line of file /usr/bin/pelican-quickstart from: #!/usr/bin/python to #!/usr/bin/env python when I type pelican-quicksta...
Laparotomy asked 3/3, 2014 at 13:32

2

I would like to know how can I use a different template for a page or article in pelican? So far, it seems that for articles is using article.html and for pages page.html.
Jimerson asked 31/8, 2013 at 17:37

2

Solved

I used the pelican-quickstart to create a static website and this comes with a default pelicanconf and publishconf. I have a GOOGLE_ANALYTICS variable in my publishconf, but when I publish my stati...
Eaglet asked 28/12, 2013 at 17:13

1

Solved

I want to embed a few html elements and javascript in a blog post. This is my markdown file. Title: Foo Tags: Bar Some Content here <div id="foo"> </div> <script type="text/j...
Ihab asked 26/9, 2013 at 19:14

© 2022 - 2024 — McMap. All rights reserved.