pelican Questions
4
Solved
I am creating a static site with Pelican and I'm confused about how to add a favicon to it.
I've seen in the documentation that:
You can also use the EXTRA_PATH_METADATA mechanism to place a
f...
3
Solved
Seems like restructured text markup is very limited when it comes to image options:
The following options are recognized:
alt : text
height : length
width : length or percentage of the curre...
Bloodworth asked 29/1, 2018 at 8:58
4
I've created my own theme for Pelican and I've been using it for a while to build my site. I've decided to start blogging again so I'm only now adding the blog features to the site.
I've created ...
Delia asked 15/7, 2018 at 10:23
4
Is there a way to reference images in a Markdown file in such a way that they 1) preview properly when editing and 2) generate properly when processed with Pelican?
The whole reason I am trying Pe...
2
Solved
I rather like the default Pelican theme notmyidea. It serves my purposes nicely.
However, in order to implement the Python-Markdown admonishments extension, I need to add a few css rules to the te...
Anschluss asked 4/1, 2019 at 21:19
3
Solved
Is there a way in Pelican (Python) static site generator to pass in just a raw HTML page only? At the moment I am trying to place a google-site-verification HTML file to be permanent hosted in the ...
5
Solved
In pelican, by default, blog articles are listed on the index.html file.
What I want instead is that I use a static page as my home page and put all the blog articles on a dedicated "Blog" page.
...
Pox asked 17/5, 2014 at 8:14
6
Solved
When I was trying to use pelican3.3, I typed the commend "pelican-quickstart", some errors showed up.
These are the errors:
(PelicanEnv)59-127-113-90:myblog Richo$ pelican-quickstart
Traceback (m...
Harbinger asked 13/11, 2013 at 18:10
2
So I recently started blogging with Pelican, and everything is going great with the exception of Google Analytics. I publish my blog using the
make s3_upload
command, which uses the publishconf....
Largehearted asked 9/2, 2017 at 6:45
1
Solved
I would like the visitors to my site to land on a category page, not on the default index.html. I want them to see the articles in the News categories before anything else.
Maybe is there a way to...
Damning asked 26/3, 2019 at 17:36
3
Solved
I tried to link with the html file name, but it works because they are on the same folder.
[Title](./this-is-the-file.html)
But it is possible that another article would appear on another folder...
Disraeli asked 18/2, 2014 at 22:42
5
I am using pelican jinja2 templates in order to generate a navigation menu based on the category and I need a way to control the order of the pages, or at least a trick to allow me to choose the fi...
2
Solved
I upgraded my machine to Yosemite last week. Now when trying to run the pelican devserver I get an ImportError:
$ ./develop_server.sh start
Starting up Pelican and HTTP server
Traceback (most rece...
3
Solved
I'm using pelican to create a website. I'm trying to add an image to the summary so that the summary always starts with an image.
I tried adding the image to the summary in the metadata (using mar...
Grilled asked 16/5, 2017 at 2:13
1
Solved
TL;DR
My Pelican blog is served through HTTPS but CSSs are not loaded because of "mixed content", even though they appear in the page source as HTTPS.
Context
I have a Pelican blog hosted o...
Chordate asked 20/2, 2018 at 15:26
1
Solved
In http://pythonhosted.org/Markdown/extensions/toc.html#usage there is option of permalink.
I want to change the default symbol of &para to some other ASCII char.
How to do it?
Change the di...
1
Solved
I got a structure
content/
├── applications
│ └── 2017
│ └── 08
│ └── 30
│ ├── article.md
│ └── forecast1.png
I want the img files to be same directories as the md files so that they c...
Kohler asked 6/9, 2017 at 20:11
2
Solved
I am sure I'm missing something obvious. I'm defining Categories through folder names inside the content folder. If I click content while viewing a page, I see folder names (e.g. categ1, categ2) pl...
1
I know in Pelican I can use the [TOC] line for table of contents, but what do I need to do to enable that?
I have to change the MARKDOWN setting in pelicanconf.py (settings docs are here), but how...
Ibnsaud asked 10/8, 2017 at 5:47
1
I want to add attribute to image tag in order to reference from JavaScript library as below.
<img src="img/sample.png" data-action="zoom">
However, I only can add alt, width, height as I...
1
I'm new to Pelican. I'm structuring my site so that I have 2 categories: Blog and Projects. I have 3 menu buttons: Home, Blog, and Projects. I'm trying to edit my base.html template file so that th...
5
Solved
I decided to give pelican a try, but when I run pelican-quickstart, I get the following dialog:
$ pelican-quickstart
Traceback (most recent call last):
File "/usr/local/bin/pelican-quickstart", l...
3
Solved
With Sphinx-doc, you can create a bunch of ReStructureText files, with an index.rst file which includes a table of contents macro that auto generates a table of contents from the other includ...
Claude asked 14/3, 2013 at 6:19
1
I'm trying to use Pelican to generate a hierarchy of .html files, with a hierarchy of .html and .md files as input.
Pelican has a lot of great features, but it is focused on generating a blog, no...
Rothstein asked 20/5, 2016 at 4:44
1
I am trying to attach an image in Pelican, following the documentation here. Here is the markdown:
![energy]({filename}images/energy.png)
and the pelicanconf.py:
PATH = 'content'
STATIC_PATHS =...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.