File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "SITE_URL" : " http://example.com" ,
3- "author_name" : " Your Name" ,
4- "author_email" : " me@{{cookiecutter.SITE_URL}}" ,
53 "output_path" : " output" ,
64 "app_filename" : " app.py" ,
75 "SITE_TITLE" : " Untitled Site" ,
3230 },
3331 "__prompts__" : {
3432 "SITE_URL" : " What is the URL of your site:" ,
35- "SITE_AUTHOR" : " What is your Name" ,
36- "SITE_EMAIL" : " What is your email address" ,
3733 "SITE_TITLE" : " The title of your site:" ,
3834 "collection" : " Do you want to have a collection of pages:" ,
3935 "blog" : " Do you want to have a blog:" ,
Original file line number Diff line number Diff line change 2020app .site_vars .update ({
2121 "SITE_TITLE" :"{{cookiecutter.SITE_TITLE}}" ,
2222 "SITE_URL" :"{{cookiecutter.SITE_URL}}" ,
23- "OWNER" :{
24- "name" : "{{cookiecutter.author_name}}" ,
25- "email" : "{{cookiecutter.author_email}}" ,
26- },
2723 "NAVIGATION" :[
2824 {
2925 "name" : "Home" ,
You can’t perform that action at this time.
0 commit comments