$ pelican-quickstart Welcome to pelican-quickstart v3.7.1.
This script will help you create a new Pelican-based website.
Please answer the following questions so this script can generate the files needed by Pelican.
>Wheredo you want to create your new web site? [.] >What will be the title ofthis web site? Super blog >Who will be the author ofthis web site? username >What will be the default language ofthis web site? [en] >Do you want to specify a URL prefix? e.g., http://example.com (Y/n) n >Do you want to enable article pagination? (Y/n) >How many articles per page do you want? [10] >What is your time zone? [Europe/Paris] US/Central >Do you want to generate a Fabfile/Makefile to automate generation and publishing? (Y/n) y >Do you want an auto-reload & simpleHTTP script to assist with theme and site development? (Y/n) y >Do you want to upload your website using FTP? (y/N) n >Do you want to upload your website using SSH? (y/N) n >Do you want to upload your website using Dropbox? (y/N) n >Do you want to upload your website using S3? (y/N) n >Do you want to upload your website using RackspaceCloudFiles? (y/N) n >Do you want to upload your website using GitHubPages? (y/N) y >Isthis your personal page (username.github.io)? (y/N) y Done. Your new project is available at /Users/username/blog
你可以对每个问题都采用默认值,但除了以下这些问题:
网站标题,应该唯一且特殊
网站作者,可以是个人用户名或你的全名
时区,可能你不在巴黎
上传到 GitHub 页面,我们选择 y
回答完所有问题后,Pelican 会在当前目录中留下以下内容:
1 2 3 4
$ ls Makefile content/ develop_server.sh* fabfile.py output/ pelicanconf.py publishconf.py