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

Statocles app gets generic #586

Open
wants to merge 2 commits into
base: v2
Choose a base branch
from

Commits on Sep 9, 2019

  1. Tags in the default template are relative to the blog app route

    Also: the blog / list apps do not have a base_url, only the whole application
    
    Produce working URLs whether the blog app route ends with `/` or not, through joining on `/` and doing `=~s{//}{/}r`
    
    Discussion in preaction#585
    wbazant committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    35e4271 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Statocles app gets generic

    Configurable in statocles.conf:
    - arguments to a yancy#list call: filter, order_by, limit, etc.
    - categories (and whether to make tags)
    - route
    
    Show two typical uses - a "blog" and a "list" in the default config
    
    The app produces a list of posts, and corresponds to a "list" template
    There's also a "page" template for a single page
    
    XXX t/theme.t starts failing
    wbazant committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    cb4f70e View commit details
    Browse the repository at this point in the history