Open dreikanter opened 10 years ago
Commands enhancement:
pub post 'Hello, world!'
pub post --to=en 'Hello, world!'
Directory structure enhancement:
/posts/
/feeds/{feed}/
/feeds/en/
/feeds/ru/
/feeds/blog/
/feeds/release-notes/
_root
Commands enhancement:
pub post 'Hello, world!'
— New post to the default feed.pub post --to=en 'Hello, world!'
— New post to specified feed.Directory structure enhancement:
/posts/
with/feeds/{feed}/
, e.g./feeds/en/
and/feeds/ru/
, or/feeds/blog/
and/feeds/release-notes/
._root
feed will be published at the root URL.