You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! About improving cookbooks, I have a proposal about feed generation.
The code there puts everything up in the feed, while you might just want to push out new stories or articles.
I tried and used some code @PhrozenByte suggested some time ago to rule-out pages without a date or a meta.unlisted.
The idea is to replace {% for page in pages if page.id not in ['index','feed'] and not end %}
with {% for page in pages if page.time and not page.meta.unlisted %}
@PhrozenByte commented on 6 Feb 2016
Please refer to picocms/Pico#323 for previous discussions.
Website
_development/
collection resp.development.md
_cookbook/
collection resp.cookbook.html
portfolio
("Showcase") to re-implementcustomization.md
with extended information about and screenshots of all plugins and themes_data/plugins.md
and_data/themes.md
) to make adding plugins/themes much easierphpDoc.html
and_data/phpDoc.md
as a referenceupgrade.md
ornginx.md
(Improve Nginx Documentation Pico#343))content/
folder)Decisions to make
<h2>
headers with a floating box in the TOC-reserved space on the left, see About Page Pico#349 (comment) for an exampleDocumentation
CONTRIBUTING.md
to the "Getting Help" sectioncomposer require picocms/Pico
and provide a appropriateindex.php
pico-composer
project instead? See Pico 4.0 and beyond Pico#317The text was updated successfully, but these errors were encountered: