Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Website & Documentation #7

Open
11 of 19 tasks
PhrozenByte opened this issue May 14, 2017 · 2 comments
Open
11 of 19 tasks

Update Website & Documentation #7

PhrozenByte opened this issue May 14, 2017 · 2 comments

Comments

@PhrozenByte
Copy link
Collaborator

PhrozenByte commented May 14, 2017

@PhrozenByte commented on 6 Feb 2016

This is a long-live issue to track and discuss wished updates of our website resp. documentation.

Please refer to picocms/Pico#323 for previous discussions.

Website

Decisions to make

Documentation

  • Add IRC to the "Getting Help" section
  • Add the "What information do we need" paragraph of the Issues section of our CONTRIBUTING.md to the "Getting Help" section
  • Explain how to use Pico with composer require picocms/Pico and provide a appropriate index.php
  • Pico 2.0: Update nginx rewrite rules in user docs/nginx details page
  • Add a basic YAML tutorial/guide/howto
  • Add a basic Markdown tutorial/guide/howto
@PhrozenByte
Copy link
Collaborator Author

New:

  • Add a basic YAML tutorial/guide/howto
  • Add a basic Markdown tutorial/guide/howto

@stefanocpp
Copy link

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 %}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants