Skip to content

Commit

Permalink
Merge pull request #15 from render-engine/remove-author-name-email
Browse files Browse the repository at this point in the history
remove author name and email
  • Loading branch information
john0isaac authored Mar 4, 2024
2 parents 889a7ec + 3be0ddf commit 22e0459
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"SITE_URL": "http://example.com",
"author_name": "Your Name",
"author_email": "me@{{cookiecutter.SITE_URL}}",
"output_path": "output",
"app_filename": "app.py",
"SITE_TITLE": "Untitled Site",
Expand Down Expand Up @@ -32,8 +30,6 @@
},
"__prompts__": {
"SITE_URL": "What is the URL of your site:",
"SITE_AUTHOR": "What is your Name",
"SITE_EMAIL": "What is your email address",
"SITE_TITLE": "The title of your site:",
"collection": "Do you want to have a collection of pages:",
"blog": "Do you want to have a blog:",
Expand Down
4 changes: 0 additions & 4 deletions {{cookiecutter.project_slug}}/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
app.site_vars.update({
"SITE_TITLE":"{{cookiecutter.SITE_TITLE}}",
"SITE_URL":"{{cookiecutter.SITE_URL}}",
"OWNER":{
"name": "{{cookiecutter.author_name}}",
"email": "{{cookiecutter.author_email}}",
},
"NAVIGATION":[
{
"name": "Home",
Expand Down

0 comments on commit 22e0459

Please sign in to comment.