-
I was thinking the other day, about creating a 'redirect' template (not even sure if it's possible), but idea would be to use an HTTP REFRESH so that a 'slug' can redirect to another one, in case for …
-
Hi
I saw [some issue](https://github.com/Pelican-Elegant/elegant/issues/203) about this. The original code using "hard coded" .html url. Then [someone change it](https://github.com/Pelican-Elegant/…
-
Because staying compliant is just a generally good idea to do.
Currently [W3C's Unicorn checker](http://validator.w3.org/unicorn/) produces:
- ~10 HTML errors,
- ~700 CSS errors,
- and two feed error…
-
My previous WordPress pages also allow user leave comments. So I'd like to add comments to pages.
-
Hi
If I do set RSS feeds generation for anything other than ALL:
~~~
# CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
# CATEGORY_FEED_RSS = 'feeds/{slug}.rss'
# TRANSLATION_FEED_ATOM = 'feeds/{la…
-
Would this be something we want for the theme (I do for sure):
![image](https://user-images.githubusercontent.com/312463/49855850-b4132f00-fdee-11e8-9337-167aba23d7e6.png)
or
![image](https:/…
-
In the [Settings documentation](http://docs.getpelican.com/en/4.0.1/settings.html) for 4.0.1 there are two contradictory explanations of what can be used to access direct template values.
(Search f…
-
Pelican comes with 2 themes pre-installed: simple and notmyidea. Both are pretty meh. You can browse available themes at [PelicanThemes.com](http://www.pelicanthemes.com/), which is a visual gallery o…
-
Followed build site procedure. CSS on main page is being referenced as:
If using relative paths, it should be:
and modifying this on the generated output fixed the issue.
Alte…
-
I want to integrate my (currently private) repo for Open Ethereum Security Course to be part of this.
Here's the logic I've worked out so far, for an integration Python script:
- Run the normal …