mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Default input path to "content"
This commit is contained in:
parent
fee58a6d25
commit
fe52b63677
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ files to read and a template to use.
|
|||
|
||||
The main use case is to generate static-files-based blogs, to ease DVCSes as
|
||||
storages, but it could be used with others goal in mind.""")
|
||||
parser.add_argument('-p', '--path', default='.', dest='path',
|
||||
help='Path where to find the content files (default is ".").')
|
||||
parser.add_argument('-p', '--path', default='content', dest='path',
|
||||
help='Path where to find the content files (default is "content").')
|
||||
parser.add_argument('-t', '--templates-path', default=None, dest='templates',
|
||||
help='Path where to find the templates. If not specified, will uses the'
|
||||
' ones included with pelican.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue