>Wheredo you want to create your new web site? [.] ./ >What will be the title ofthis web site? Renata's blog >Who will be the author of this web site? Renata >What will be the default language of this web site? [pt] 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) y >How many articles per page do you want? [10] 10 >What is your time zone? [Europe/Paris] America/Sao_Paulo >Do you want to generate a Fabfile/Makefile to automate generation and publishing? (Y/n) Y **# PAY ATTENTION TO THIS!** >Do you want an auto-reload & simpleHTTP script to assist with theme and site development? (Y/n) n >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 Rackspace Cloud Files? (y/N) n >Do you want to upload your website using GitHub Pages? (y/N) y >Is this your personal page (username.github.io)? (y/N) y Done. Your new project is available at /home/username/YOUR_USERNAME.github.io
.lang="markdown" # DON'T COPY this line, it exists just for highlighting purposes
Title: My first post Date: 2017-11-26 10:01 Modified: 2017-11-27 12:30 Category: misc Tags: first, misc Slug: My-first-post Authors: Your name Summary: What does your post talk about? Write here.
This is the *first post* from my Pelican blog. **YAY!**
SUBUNIT
让我们看看它长什么样?
进入终端,产生静态文件并且启动服务器。要这么做,使用下面命令:
1 2
(venv)$ make html && make serve
GAUSS
当这条命令正在运行,你应该可以在你喜爱的 web 浏览器地址栏中键入 localhost:8000 来访问它。
博客主页的截图。它有一个带有 Renata’s blog 标题的头部,第一篇博文在左边,文章的信息在右边,链接和社交在底部