@@ -95,6 +95,42 @@ favorite [retro synthwave](https://www.youtube.com/watch?v=uYRZV8dV10w)
9595artists as examples, but of course your site can contain whatever subjects
9696that you want.
9797
98+ ``` bash
99+ (staticsite) $ pelican-quickstart
100+ ```
101+
102+ ``` bash
103+ (staticsite) $ pelican-quickstart
104+ Welcome to pelican-quickstart v3.7.1.
105+
106+ This script will help you create a new Pelican-based website.
107+
108+ Please answer the following questions so this script can generate the files
109+ needed by Pelican.
110+
111+
112+ > Where do you want to create your new web site? [.]
113+ > What will be the title of this web site? RetroSynthwave
114+ > Who will be the author of this web site? Matt Makai
115+ > What will be the default language of this web site? [en]
116+ > Do you want to specify a URL prefix? e.g., http://example.com (Y/n) n
117+ > Do you want to enable article pagination? (Y/n) n
118+ > What is your time zone? [Europe/Paris] America/New_York
119+ > Do you want to generate a Fabfile/Makefile to automate generation and publishing? (Y/n)y
120+ > Do you want an auto-reload & simpleHTTP script to assist with theme and site development? (Y/n) y
121+ > Do you want to upload your website using FTP? (y/N) n
122+ > Do you want to upload your website using SSH? (y/N) n
123+ > Do you want to upload your website using Dropbox? (y/N) n
124+ > Do you want to upload your website using S3? (y/N) y
125+ > What is the name of your S3 bucket? [my_s3_bucket]
126+ > Do you want to upload your website using Rackspace Cloud Files? (y/N) n
127+ > Do you want to upload your website using GitHub Pages? (y/N) n
128+ Done. Your new project is available at /Users/matt/devel/py/retrosynth
129+ (staticsite) $
130+ ```
131+
132+
133+ ## Serve your site
98134
99135
100136## What's next?
0 commit comments